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
xmlparsing(3) - debian
xml_set_element_handler(3) - php
xml_set_character_data_handler(3) - php
xml_set_end_namespace_decl_handler(3) - php
xml_set_notation_decl_handler(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Denial Of Service Attack Update