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: Fri, 03 Oct 2008

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_optionLit les options d'un analyseur XML

Description

mixed xml_parser_get_option ( resource $parser , int $option )

Lit les options d'un analyseur XML.

Liste de paramètres

parser
Une référence sur un analyseur XML valide.
option
L'option demandée. XML_OPTION_CASE_FOLDING et XML_OPTION_TARGET_ENCODING sont disponibles. Reportez-vous à xml_parser_set_option() pour leurs descriptions.

Valeurs de retour

xml_parser_get_option() retourne FALSE si parser n'est pas un analyseur valide ou si option n'est pas valide (génère aussi un E_WARNING). Sinon, elle retourne la valeur de l'option demandée.



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: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites