PHP » GoLang |
login |
register |
about
|
xml_parse(PHP 4, PHP 5, PHP 7) xml_parse — Start parsing an XML document Description
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. Parameters
Return ValuesReturns 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().
|
more
Recently updated
more
Most requested
more
Last requests
|