• PHP Video Tutorials

PHP - Function XML Set Notation Decl Handler



Syntax

bool xml_set_notation_decl_handler ( resource $parser , callable $handler )

Definition and Usage

It used to set up notation declaration 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 to the XML parser to set up notation declaration handler function.

2

handler

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

php_function_reference.htm
Advertisements