update : 2015.11.03
php.shukuma.com검색:
|
xml_parse(PHP 4, PHP 5) xml_parse — Start parsing an XML document 설명
int xml_parse
( resource
$parser
, string $data
[, bool $is_final = false
] )xml_parse() parses an XML document. The handlers for the configured events are called as many times as necessary. 인수
반환값Returns 1 on success or 0 on failure. For unsuccessful parses, error information can be retrieved with xml_get_error_code(), xml_error_string(), xml_get_current_line_number(), xml_get_current_column_number() and xml_get_current_byte_index().
|