PHP » GoLang |
login |
register |
about
|
GoLang simplexml_import_dom
request it (323)
GoLang replacement for PHP's simplexml_import_dom
[edit | history]
simplexml_import_dom(PHP 5, PHP 7) simplexml_import_dom — Get a SimpleXMLElement object from a DOM node Description
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. Parameters
Return Values
Returns a SimpleXMLElement or Warning
This function may
return Boolean Examples
Example #1 Importing DOM
<?php The above example will output: blah See Also
|
more
Recently updated
more
Most requested
more
Last requests
|