PHP SimpleXML functions Functions

EditRocket provides the following information on SimpleXML functions functions in the PHP source code builder.

-

-

-

-

-

-

-

-

-

-

-

SimpleXMLElement simplexml_import_dom ( DOMNode $node [, string $class_name ] ) -

object simplexml_load_file ( string $filename [, string $class_name [, int $options [, string $ns [, bool $is_prefix ]]]] ) - Convert the well-formed XML document in the given file to an object.

object simplexml_load_string ( string $data [, string $class_name [, int $options [, string $ns [, bool $is_prefix ]]]] ) - Takes a well-formed XML string and returns it as an object.