xml_set_object()
xml_set_object - Use XML Parser within an object
Syntax
bool xml_set_object (
resource $parser,
object &$object)
Arguments
Description
This function allows to use parser inside object. All callback functions could be set with xml_set_element_handler() etc and assumed to be methods of object.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.