Search Results
La fonction xml_set_object () est une fonction intégrée de PHP qui définit l'objet sur lequel les fonctions de gestionnaire doivent être appliquées pour un analyseur XML. Elle fait partie de l'extension XML Parser héritée.
Definition and Usage The xml_set_object () function allows a XML parser to be used within an object. Note: This function was deprecated in PHP 8.4.0.
Permet d'utiliser l'analyseur parser dans un objet. Toutes les fonctions de rappel définies avec xml_set_element_handler (), etc., sont supposées être des méthodes de object.
The PHP XML Parser xml_set_object() function is used in XML parsing to link an object to an XML parser. This allows the object to control parser-triggered events, like an element's start or end.
This function allows to use parser inside object. All callback functions could be set with xml_set_element_handler etc and assumed to be methods of object.
This function allows to use parser inside object . All callback functions could be set with xml_set_element_handler () etc and assumed to be methods of object .
French translation of the PHP documentation. Contribute to php/doc-fr development by creating an account on GitHub.
