|
xml_set_objectUse XML Parser within an object Description
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" |