xml_parse

xml_parse

(PHP 4, PHP 5, PHP 7)

xml_parseStart 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

parser

A reference to the XML parser to use.

data

登录查看完整内容