![]() | simplexml_load_fileDescrizioneobject 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. Elenco dei parametri
Valori restituitiReturns an object of class SimpleXMLElement with properties containing the data held within the XML document. On errors, it will return FALSE. Esempi
| ![]() |