![]() | simplexml_load_stringDescrizioneobject 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. 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
| ![]() |