XMLReader::fromUri
Creates an XMLReader from a URI to read from
説明
public static static XMLReader::fromUri(string $uri
, stringnull $encoding
= null
, int $flags
= 0)
Creates an XMLReader from a URI to read from.
パラメータ
-
uri
-
ドキュメントを指す URI。
-
encoding
-
ドキュメントのエンコーディングあるいは null
。
-
flags
-
LIBXML_* 定数のビットマスク。
戻り値
Returns an XMLReader.
エラー / 例外
-
Passing an invalid
encoding
will throw a
ValueError.
参考
- XMLReader::fromStream
- XMLReader::fromString