XMLReader
PHP Manual

XMLReader::readString

(PHP 5 >= 5.2.0)

XMLReader::readStringReads the contents of the current node as a string

Opis

string XMLReader::readString ( void )

Reads the contents of the current node as a string.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the content of the current node as a string. Empty string on failure.

Notatki

Uwaga

Ta funkcja jest dostępna tylko wtedy, gdy PHP zostało skompilowane z biblioteką libxml 20620 lub nowszą.

Zobacz też:


XMLReader
PHP Manual