update : 2015.11.03
php.shukuma.com검색:
|
simplexml_import_dom(PHP 5) simplexml_import_dom — Get a SimpleXMLElement object from a DOM node. 설명
SimpleXMLElement simplexml_import_dom
( DOMNode
$node
[, string $class_name = "SimpleXMLElement"
] )This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element. 인수
반환값
Returns a SimpleXMLElement실패 시 예제
Example #1 Importing DOM
<?php 위 예제의 출력: blah |