downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

xml_parser_set_option> <xml_parser_free
[edit] Last updated: Fri, 26 Apr 2013

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_optionGet options from an XML parser

Description

mixed xml_parser_get_option ( resource $parser , int $option )

Gets an option value from an XML parser.

Parameters

parser
A reference to the XML parser to get an option from.
option
Which option to fetch. XML_OPTION_CASE_FOLDING and XML_OPTION_TARGET_ENCODING are available. See xml_parser_set_option() for their description.

Return Values

This function returns FALSE if parser does not refer to a valid parser or if option isn't valid (generates also a E_WARNING). Else the option's value is returned.



add a note add a note User Contributed Notes xml_parser_get_option - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites