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 |
---|
xml::sax::parserfactory(3) - centos |
xml_parse(3) - php |
xml_parser_create_ns(3) - php |
xml_set_character_data_handler(3) - php |
xml_set_processing_instruction_handler(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |