PHP Function List
simple_xml_load_file doesn't exist. Closest matches:
- simplexml_load_file
- simplexml_load_string
- move_uploaded_file
- php_ini_loaded_file
- is_uploaded_file
- simplexmlelement
- apc_bin_loadfile
- domxml_open_file
- simplexmliterator
- bcompiler_load_exe
- pdf_load_iccprofile
- px_set_blob_file
- simplexml_import_dom
- mailparse_msg_parse_file
- spl_autoload_call
- parsekit_compile_file
- bcompiler_load
- pdf_load_image
- spl_autoload_functions
- implode
Site Search Results
-
Convert the well-formed XML document in the given file to an object.
-
simplexml_load_string - ManualParameters. data. A well-formed XML string class_name. You may use this ... simplexml_load_file
-
SimpleXMLElement::xpath - Manual$xml = simplexml_load_file ("my.xml"); $result = $xml-> xpath ("//zone[@country='Cote d\'Ivoire']"); foreach ( $result [0]-> attributes () as $key => $val ) {
-
Table of Contents. SimpleXMLElement::addAttribute — Adds an attribute to the SimpleXML element; SimpleXMLElement::addChild — Adds a child element to the XML node
-
simplexml_import_dom — Get a SimpleXMLElement object from a DOM node. simplexml_load_file — Interprets an XML file into an object; simplexml_load_string — Interprets a ...
-
SimpleXML Functions Table of Contents. simplexml_import_dom — Get a SimpleXMLElement object from a DOM node. simplexml_load_file — Interprets an XML file into an ...
-
Basic SimpleXML usage - ManualThis included file is shown in the following example section. Alternatively, you could create an XML document and read it with simplexml_load_file().
-
SimpleXMLElement::attributes - ManualYou can also access the node as an array to get attributes: <?php $xml = simplexml_load_file ('file.xml'); echo 'Attribute: ' . $xml ['attribute'];
-
Note: The LIBXML_NOXMLDECL constant is defined in this library but is not supported by DOMDocument (yet). See also: http://bugs.php.net/bug.php?id=47137
-
$XML = simplexml_load_file ($file); $text = (string) $XML-> nodes->{$node}; // works // or $text2 = (string) $XML->{$node}-> child; // also works fine

Other forms of search
To search the string "simple_xml_load_file" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
