|
PHP5中文手册
XMLReader::open(PHP 5 >= 5.1.2) XMLReader::open — Set the URI containing the XML to parse 说明XMLReader
bool
open
( string $URI
[, string $encoding
[, int $options
]] )
Set the URI containing the XML document to be parsed. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 更新日志
|