New Methods
Nuovi metodi sono stati introdotti nella versione 5.2.0:
dom:
- DOMDocument::registerNodeClass() - Registra una classe estesa usata per creare un tipo di nodo di base
- DOMElement::setIDAttribute() - Dichiara di tipo ID l'attributo identificato dal suo nome
- DOMElement::setIDAttributeNode() - Dichiara di tipo ID l'attributo identificato dal suo nodo
- DOMElement::setIDAttributeNS() - Dichiara di tipo ID l'attributo identificato dal suo nome locale e dalla URI namespace
- DOMNode::C14N()([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - Rende una stringa con la forma canonica dei nodi
- DOMNode::C14NFile()(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - Crea un file con la forma canonica dei nodi
- DOMNode::getNodePath()() - Recupera il xpath di un nodo
soap:
- SoapServer::setObject()(object obj) - Imposta l'oggetto che gestirà le richieste SOAP
spl:
- int ArrayObject::asort()(void) - Ordina gli elementi per valore
- int ArrayObject::ksort()(void) - Ordina gli elementi per chiave
- int ArrayObject::natcasesort()(void) - Ordina gli elementi per chiave usando l'algoritmo "natural order" case insensitive.
- int ArrayObject::natsort()(void) - Ordina gli elementi per valore usando l'algoritmo "natural order".
- int ArrayObject::uasort()(callback cmp_function) - Ordina gli elementi per valore usando una funzione definita dal'utilizzatore
- int ArrayObject::uksort()(callback cmp_function) - Ordina gli elementi per chiave usando una funzione definita dall'utilizzatore
- ArrayIterator AppendIterator::getArrayIterator()() - DÃ accesso all'ArrayIterator interno
- int AppendIterator::getIteratorIndex()() - Recupera l'indice di un iteratore
- bool CachingIterator::getCache()() - Restituisce la cache
- int CachingIterator::getFlags()() - Restituisce i flag interni
-
bool CachingIterator::offsetExists()(mixed index)
- Restituisce
TRUEse l'indice richiesto esiste - string CachingIterator::offsetGet()(mixed index) - Restituisce la cache interna se utilizzata
- void CachingIterator::offsetSet()(mixed index, mixed newval) - Imposta l'indice nella cache
- void CachingIterator::offsetUnset()(mixed index) - Cancella l'indice dalla cache
- void CachingIterator::setFlags()() - Imposta i flag interni
- array("delimiter" =>, "enclosure" =>) SplFileObject::getCsvControl()(void) - Get the delimiter and enclosure character used in fgetcsv()
- void SplFileObject::setCsvControl()([string delimiter = ',' [, string enclosure = '"']]) - Set the delimiter and enclosure character used in fgetcsv()
- tidyNode tidyNode::getParent()() - Returns the parent node of the current node (Added in PHP 5.2.2)
- boolean XMLReader::setSchema() - Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first XMLReader::read()
zip:
- ZipArchive::addEmptyDir()() - Creates an empty directory in the archive
There are no user contributed notes for this page.
