xml_set_default_handler
xml_set_default_handler
Set up default handler
true **xml_set_default_handler** XMLParser $parser $handler
Sets the default handler function for the XML parser
.
parser
handler
The signature of the handler must be:
```php
void **** XMLParser $parser string $data
`data`
contains the character data.
This may be the XML declaration, document type declaration,
entities or other data for which no other handler exists.
`data`
return.true.always