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: Tue, 21 May 2013

view this page in

xml_parser_get_option

(PHP 4, PHP 5)

xml_parser_get_optionRestituisce le opzioni da un parser XML

Descrizione

mixed xml_parser_get_option ( resource $parser , int $option )

Restituisce un'opzione da un parser XML.

Elenco dei parametri

parser
Un riferimento al parser XML dal quale ottenere un'opzione.
option
Quale opzione ottenere. Sono disponibili XML_OPTION_CASE_FOLDING e XML_OPTION_TARGET_ENCODING. Vedere xml_parser_set_option() per la loro descrizione.

Valori restituiti

Questa funzione restituisce FALSE se parser non si riferisce ad un parser valido, o se option non รจ valido (viene anche generato un E_WARNING). Altrimenti viene restituito il valore dell'opzione.



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 | sitemap | contact | advertising | mirror sites