note that asXML($file) will overwrite the file, not append to it.
![]() |
|
||||||||||
|
SimpleXMLElement->asXML()(no version information, might be only in CVS) SimpleXMLElement->asXML() -- Return a well-formed XML string based on SimpleXML elementОписаниеclass SimpleXMLElement {mixed asXML ( [string filename] ) } The asXML method formats the parent object's data in XML version 1.0. Список параметров
Возвращаемые значения
If the Примеры
asXML also works on Xpath results:
SimpleXMLElement->asXML()
daevid at daevid dot com
30-Mar-2006 02:35
note that asXML($file) will overwrite the file, not append to it.
|