|
xml_set_objectUse XML Parser within an object Warning
This function has been DEPRECATED as of PHP 8.4.0. Relying on this function is highly discouraged. Description
#[\Deprecated]
true xml_set_object(XMLParser
$parser, object $object)
This function allows to use Parameters
Return Values
Always returns Changelog
Examples
Example #1 xml_set_object example The above example will output:
string(1) "A"
array(1) {
["ID"]=>
string(5) "hallo"
}
string(3) "PHP"
string(1) "A"
|