



|
Manuel PHP
|
|
Table : .SimpleXMLElement->addAttribute().SimpleXMLElement->addChild() .SimpleXMLElement->asXML() .SimpleXMLElement->attributes() .SimpleXMLElement->children() .SimpleXMLElement-> construct() .SimpleXMLElement->getDocNamespaces() .SimpleXMLElement->getName() .SimpleXMLElement->getNamespaces() .SimpleXMLElement->registerXPathNamespace() .SimpleXMLElement->xpath() .simplexml import dom .simplexml load file .simplexml load string |
simplexml_load_stringsimplexml_load_stringDescriptionobject simplexml_load_string ( string data [, string class_name [, int options [, string ns [, bool is_prefix]]]] )
Convertit la chaîne XML Liste de paramètres
Valeurs de retourRetourne un objet de la classe SimpleXMLElement dont les propriétés contiennent les données du document XML. Si une erreur survient, la fonction retournera FALSE. Exemples
|

