PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

xml_parser_set_option> <xml_parser_free
Last updated: Mon, 26 Nov 2007

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_option — 从 XML 解析器获取选项设置信息

描述

mixed xml_parser_get_option ( resource $parser , int $option )

parser
指向要获取设置信息的 XML 解析器的指针。
option
要获取的设置选项名称。可以使用 XML_OPTION_CASE_FOLDINGXML_OPTION_TARGET_ENCODING 常量。其说明见 xml_parser_set_option()

如果 parser 参数没有指向一个合法的解析器或者 option 参数无效,该函数将返回 FALSE(同时产生 E_WARNING 警告)。否则将返回指定设置选项的值。



add a note add a note User Contributed Notes
xml_parser_get_option
There are no user contributed notes for this page.

xml_parser_set_option> <xml_parser_free
Last updated: Mon, 26 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites