(PHP 5 >= 5.1.0, PHP 7)
XMLReader::open — Set the URI containing the XML to parse
$URI
[, string $encoding
[, int $options = 0
]] )Set the URI containing the XML document to be parsed.
URIURI pointing to the document.
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.
|