Query: xml_parser_get_option
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML_PARSER_GET_OPTION(3) 1 XML_PARSER_GET_OPTION(3) xml_parser_get_option - Get options from an XML parserSYNOPSISmixed xml_parser_get_option (resource $parser, int $option)DESCRIPTIONGets an option value from an XML parser.PARAMETERSo $parser - A reference to the XML parser to get an option from. o $option - Which option to fetch. XML_OPTION_CASE_FOLDING and XML_OPTION_TARGET_ENCODING are available. See xml_parser_set_option(3) for their description.RETURN VALUESThis 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. PHP Documentation Group XML_PARSER_GET_OPTION(3)
Related Man Pages |
---|
xmlparsing(3) - debian |
xslt-parser(1) - suse |
xml_set_element_handler(3) - php |
xml_parse(3) - php |
xml_set_processing_instruction_handler(3) - php |