xml_parser_get_option(3) php man page | unix.com

Man Page: xml_parser_get_option

Operating Environment: php

Section: 3

XML_PARSER_GET_OPTION(3)						 1						  XML_PARSER_GET_OPTION(3)

xml_parser_get_option - Get options from an XML parser

SYNOPSIS
mixed xml_parser_get_option (resource $parser, int $option)
DESCRIPTION
Gets an option value from an XML parser.
PARAMETERS
o $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 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. PHP Documentation Group XML_PARSER_GET_OPTION(3)
Related Man Pages
xml::sax::parserfactory(3) - centos
xmlparsing(3) - debian
xml_parse(3) - php
xml_parser_set_option(3) - php
xml_set_unparsed_entity_decl_handler(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun