(PHP 4, PHP 5, PHP 7)
Set up start and end element handlers
bool xml_set_element_handler ( resource $parser, callable $start_element_handler, callable $end_element_handler )
Sets the element handler functions for the XML 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.
Parameters: