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

search for in the

xml_set_unparsed_entity_decl_handler> <xml_set_processing_instruction_handler
Last updated: Sat, 24 Mar 2007

view this page in

xml_set_start_namespace_decl_handler

(PHP 4 >= 4.0.5, PHP 5)

xml_set_start_namespace_decl_handler — Set up start namespace declaration handler

Description

bool xml_set_start_namespace_decl_handler ( resource $parser, callback $handler )
Varování

Tato funkce ještě není zdokumentována, k dispozici je pouze seznam argumentů.

Poznámka: Místo názvu funkce může být použito pole obsahující odkaz na objekt a název metody.



add a note add a note User Contributed Notes
xml_set_start_namespace_decl_handler
Los Olvidados
30-Jan-2003 02:39
From Expat manual:

typedef void
(*XML_StartNamespaceDeclHandler)(void *userData,
                                 const XML_Char *prefix,
                                 const XML_Char *uri);
Set a handler to be called when a namespace is declared. Namespace declarations occur inside start tags. But the namespace declaration start handler is called before the start tag handler for each namespace declared in that start tag.

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