update : 2015.11.03
php.shukuma.com검색:
|
XMLReader::readOuterXML(PHP 5 >= 5.2.0) XMLReader::readOuterXML — Retrieve XML from current node, including it self 설명
public string XMLReader::readOuterXML
( void
)
Reads the contents of the current node, including the node itself. 인수이 함수는 인수가 없습니다. 반환값Returns the contents of current node, including itself, as a string. Empty string on failure. 주의Caution
이 함수는 PHP가 libxml 20620 이후와 함께 컴파일 되었을 때만 사용할 수 있습니다. 참고
|