• PHP Video Tutorials

PHP - Function XML Set Element Handler



Syntax

xml_set_element_handler(parser,start,end)

Definition and Usage

It used to set up start and end element handlers

Return Values

It returns True on success or false on failure

Parameters

Sr.No Parameters & Description
1

parser

A reference to the XML parser to free.

2

start

It is used to specifies a function to be called at the start of an element

3

end

It is used to specifies a function to be called at the end of an element

php_function_reference.htm
Advertisements