Dom\import_simplexmlGets a Dom\Attr or Dom\Element object from a SimpleXMLElement object 説明
Dom\AttrDom\Element Dom\import_simplexml(object
$node )
This function takes the given attribute or element パラメータ
戻り値The Dom\Attr or Dom\Element. 例例1 Import SimpleXML into DOM and modify SimpleXML through DOM Error handling omitted for brevity.
上の例の出力は以下となります。 <?xml version="1.0"?> <books foo="bar"><book><title>blah</title></book></books> 参考
|