downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Extensions supprimées> <Nouvelles fonctions
Last updated: Fri, 14 Aug 2009

view this page in

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:



add a note add a note User Contributed Notes
Nouvelles méthodes
There are no user contributed notes for this page.

Extensions supprimées> <Nouvelles fonctions
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites