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

search for in the

xml_parser_set_option> <xml_parser_free
Last updated: Sun, 25 Nov 2007

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_option — Get options from an XML parser

Beskrivelse

mixed xml_parser_get_option ( resource $parser , int $option )

Gets an option value from an XML parser.

Parameterliste

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.

Returneringsværdier

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
There are no user contributed notes for this page.

xml_parser_set_option> <xml_parser_free
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites