From professional translators, enterprises, web pages and freely available translation repositories.
the function named by endelementhandler must accept two parameters: endelementhandler (int parser, string name)
the function named by end_element_handler must accept two parameters: end_element_handler (resource parser, string name)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
sets the element handler functions for the xml parser parser. startelementhandler and endelementhandler are strings containing the names of functions that must exist when xml_parse() is called for parser.
sets the element handler functions for the xml parser parser. start_element_handler and end_element_handler are strings containing the names of functions that must exist when xml_parse() is called for parser.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: