English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The xml_set_character_data_handler() function is used to establish a character data handler.
bool xml_set_character_data_handler ( resource $parser , callable $handler )
Specifies the character data handling function for the XML parser pointed to by the parser variable.
Returns true if successful, false if failed
Serial number | Parameters and descriptions |
---|---|
1 | parser Reference to the XML parser used to establish the character data handler. |
2 | handle It is used to specify the function used as the event handler |