XMLReader::XML

(PHP 5 >= 5.1.0)

XMLReader::XMLSet the data containing the XML to parse

說明

public bool XMLReader::xml ( string $source [, string $encoding [, int $options = 0 ]] )

Set the data containing the XML to parse.

參數

source

String containing the XML to be parsed.

encoding

The document encoding or NULL.

options

A bitmask of the LIBXML_* constants.

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE。 If called statically, returns an XMLReader 或者在失敗時回傳 FALSE.

錯誤/例外

此方法可以被靜態呼叫,但會發出一個 E_STRICT 錯誤。

更新日誌

版本 說明
5.2.0 encoding and options were added.

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top