(PHP 5 >= 5.1.0, PHP 7)
XMLReader::XML — Set the data containing the XML to parse
$source
[, string $encoding
[, int $options = 0
]] )Set the data containing the XML to parse.
sourceString containing the XML to be parsed.
encoding
The document encoding or NULL.
optionsA bitmask of the LIBXML_* constants.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다. If called statically, returns an
XMLReader실패 시 FALSE를 반환합니다.
이 메소드는 정적으로 호출할 수있지만, E_STRICT 오류가 발생합니다.
| 버전 | 설명 |
|---|---|
| 5.2.0 |
encoding and options
were added.
|