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, 18 Jul 2008

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_option — obtiene las opciones de un analizador XML

Descripción

mixed xml_parser_get_option ( int $parser , int $option )

parser
Una referencia al analizador XML del que obtener opciones.
option
Qué opción recuperar. Ver xml_parser_set_option() para una lista de opciones.

Esta función devuelve FALSE si parser no referencia un analizador válido, o si la opción no pudo ser establecida. Si no, se devuelve la opción.

Mirar xml_parser_set_option() para la lista de opciones.



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, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites