• PHP Video Tutorials

PHP - Function XML Set Character Data Handler



Syntax

bool xml_set_character_data_handler ( resource $parser , callable $handler )

Definition and Usage

It used to set up character data handler

Return Values

It returns true on success or false on failure

Parameters

Sr.No Parameters & Description
1

parser

A reference to the XML parser

2

handle

It is used to specifies a function to be used as an event handler

php_function_reference.htm
Advertisements