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

search for in the

xml_parser_set_option> <xml_parser_free
[edit] Last updated: Fri, 07 Jun 2013

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_optionObtiene el valor de las opciones de un intérprete XML

Descripción

mixed xml_parser_get_option ( resource $parser , int $option )

Obtiene el valor de una opción de un intérprete XML.

Parámetros

parser
Identificador del recurso del intéprete XML sobre el que se va a obtener el valor de la opción.
option
Indica cual es la opción para ir a buscar. Estan disponibles XML_OPTION_CASE_FOLDING y XML_OPTION_TARGET_ENCODING. Para su descripción ver xml_parser_set_option() .

Valores devueltos

Devuelve el valor de la opción. Puede devolver FALSE si: parser no se refiere a un intérprete válido o si option no es válido, también generará un E_WARNING en ambos casos.



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites