Warning: file_put_contents(): Only -1 of 55 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
XMLReader->next XMLReader->read XMLReader PHP Manual XMLReader->open (PHP 5 >= 5.1.2) XMLReader->open — URI angeben, die auf XML-Inhalt verweist, der geparst werden soll Beschreibung bool o...
Forum und email

XMLReader->open

(PHP 5 >= 5.1.2)

XMLReader->open — URI angeben, die auf XML-Inhalt verweist, der geparst werden soll

Beschreibung

XMLReader
bool open ( string $URI [, string $encoding [, int $options ]] )

URI angeben, die auf XML-Inhalt verweist, der geparst werden soll.

Parameter Liste

URI

URI die auf den XML-Inhalt verweist.

encoding

Dokumentkodierung oder NULL.

options

Bitmaske mit XMLReader-Options-Konstanten.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

ChangeLog

Version Beschreibung
5.2.0 encoding und options wurden ergänzt.