Nouvelles m�thodes

De nouvelles m�thodes on �t� introduites en PHP 5.2.0 :

dom:

  • DOMDocument::registerNodeClass() : enregistre une classe �tendue pour cr�er un noeud de base.
  • DOMElement::setIDAttribute() : d�clare l'attribut, identifi� par son nom, de type ID.
  • DOMElement::setIDAttributeNode() : d�clare l'attribut, identifi� par son noeud, de type ID.
  • DOMElement::setIDAttributeNS() : d�clare l'attribut, identifi� par son nom local, de type ID.
  • DOMNode::C14N([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) : canonise les noeuds dans une cha�ne.
  • DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) : canonise les noeuds dans un fichier.
  • DOMNode::getNodePath() : obtient un xpath pour un noeud.

soap:

spl:

Tidy

  • tidyNode tidyNode::getParent() : retourne le noeud parent du noeud courant (ajout�e en PHP 5.2.2).

XMLReader

zip: