(PHP3 >= 3.0.6, PHP4 )
mixed xml_parser_get_option (int parser, int option)
mixed xml_parser_get_option
A reference to the XML parser to get an option from.
Which option to fetch. See xml_parser_set_option() for a list of options.
This function returns false if parser does not refer to a valid parser, or if the option could not be set. Else the option's value is returned.
See xml_parser_set_option() for the list of options.