XMLReader
PHP Manual

XMLReader::readString

(PHP 5 >= 5.2.0)

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

설명

string XMLReader::readString ( void )

Reads the contents of the current node as an string.

인수

이 함수는 인수가 없습니다.

반환값

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

주의

Caution

이 함수는 PHP가 libxml 20620 이후와 함께 컴파일 되었을 때만 사용할 수 있습니다.

참고


XMLReader
PHP Manual