php man page for xml_parser_get_option

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 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
xslt-parser(1) - suse
xml_set_element_handler(3) - php
xml_set_character_data_handler(3) - php
xml_set_external_entity_ref_handler(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!