<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/indexes.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'indexes.functions.php',
    1 => 'Lista funzioni e metodi',
    2 => 'Lista funzioni e metodi',
  ),
  'up' => 
  array (
    0 => 'indexes.php',
    1 => 'Lista indice',
  ),
  'prev' => 
  array (
    0 => 'indexes.php',
    1 => 'Lista indice',
  ),
  'next' => 
  array (
    0 => 'indexes.examples.php',
    1 => 'Lista esempi',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'base',
    'path' => 'funcindex.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="indexes.functions" class="section">
  <h2 class="title">Lista funzioni e metodi</h2>
  <p class="para">Lista di tutte le funzioni e metodi nel manuale</p>
  <p class="gen-index index-for-refentry-toc">
<a href="#refentry-index-for-a">a</a>
<a href="#refentry-index-for-b">b</a>
<a href="#refentry-index-for-c">c</a>
<a href="#refentry-index-for-d">d</a>
<a href="#refentry-index-for-e">e</a>
<a href="#refentry-index-for-f">f</a>
<a href="#refentry-index-for-g">g</a>
<a href="#refentry-index-for-h">h</a>
<a href="#refentry-index-for-i">i</a>
<a href="#refentry-index-for-j">j</a>
<a href="#refentry-index-for-k">k</a>
<a href="#refentry-index-for-l">l</a>
<a href="#refentry-index-for-m">m</a>
<a href="#refentry-index-for-n">n</a>
<a href="#refentry-index-for-o">o</a>
<a href="#refentry-index-for-p">p</a>
<a href="#refentry-index-for-q">q</a>
<a href="#refentry-index-for-r">r</a>
<a href="#refentry-index-for-s">s</a>
<a href="#refentry-index-for-t">t</a>
<a href="#refentry-index-for-u">u</a>
<a href="#refentry-index-for-v">v</a>
<a href="#refentry-index-for-w">w</a>
<a href="#refentry-index-for-x">x</a>
<a href="#refentry-index-for-y">y</a>
<a href="#refentry-index-for-z">z</a>
<a href="#refentry-index-for-_">_</a>
</p>
<ul class='gen-index index-for-refentry'><li class='gen-index index-for-a'>a<ul id='refentry-index-for-a'>
<li><a href="function.abs.php" class="index">abs</a> - Valore assoluto</li>
<li><a href="function.acos.php" class="index">acos</a> - Arco coseno</li>
<li><a href="function.acosh.php" class="index">acosh</a> - Inverso del coseno iperbolico</li>
<li><a href="function.addcslashes.php" class="index">addcslashes</a> - Esegue il quoting di una stringa con gli slash nello stile del C</li>
<li><a href="function.addslashes.php" class="index">addslashes</a> - Esegue il quoting di una stringa con gli slash</li>
<li><a href="allowdynamicproperties.construct.php" class="index">AllowDynamicProperties::__construct</a> - Construct a new AllowDynamicProperties attribute instance</li>
<li><a href="function.apache-child-terminate.php" class="index">apache_child_terminate</a> - Interrompe il processo apache dopo la presente richiesta</li>
<li><a href="function.apache-getenv.php" class="index">apache_getenv</a> - Get an Apache subprocess_env variable</li>
<li><a href="function.apache-get-modules.php" class="index">apache_get_modules</a> - Get a list of loaded Apache modules</li>
<li><a href="function.apache-get-version.php" class="index">apache_get_version</a> - Fetch Apache version</li>
<li><a href="function.apache-lookup-uri.php" class="index">apache_lookup_uri</a> - Esegue una richiesta parziale per l'URI specificato e restituisce tutte le informazioni su di esso</li>
<li><a href="function.apache-note.php" class="index">apache_note</a> - Ricava o imposta una variabile nella tabella notes di Apache</li>
<li><a href="function.apache-request-headers.php" class="index">apache_request_headers</a> - Estrae tutti gli header della richiesta HTTP</li>
<li><a href="function.apache-response-headers.php" class="index">apache_response_headers</a> - Estrae tutti gli header della risposta HTTP</li>
<li><a href="function.apache-setenv.php" class="index">apache_setenv</a> - Imposta una variabile Apache subprocess_env</li>
<li><a href="apcuiterator.current.php" class="index">APCUIterator::current</a> - Get current item</li>
<li><a href="apcuiterator.gettotalcount.php" class="index">APCUIterator::getTotalCount</a> - Get total count</li>
<li><a href="apcuiterator.gettotalhits.php" class="index">APCUIterator::getTotalHits</a> - Get total cache hits</li>
<li><a href="apcuiterator.gettotalsize.php" class="index">APCUIterator::getTotalSize</a> - Get total cache size</li>
<li><a href="apcuiterator.key.php" class="index">APCUIterator::key</a> - Get iterator key</li>
<li><a href="apcuiterator.next.php" class="index">APCUIterator::next</a> - Move pointer to next item</li>
<li><a href="apcuiterator.rewind.php" class="index">APCUIterator::rewind</a> - Rewinds iterator</li>
<li><a href="apcuiterator.valid.php" class="index">APCUIterator::valid</a> - Checks if current position is valid</li>
<li><a href="apcuiterator.construct.php" class="index">APCUIterator::__construct</a> - Constructs an APCUIterator iterator object</li>
<li><a href="function.apcu-add.php" class="index">apcu_add</a> - Cache a new variable in the data store</li>
<li><a href="function.apcu-cache-info.php" class="index">apcu_cache_info</a> - Retrieves cached information from APCu's data store</li>
<li><a href="function.apcu-cas.php" class="index">apcu_cas</a> - Updates an old value with a new value</li>
<li><a href="function.apcu-clear-cache.php" class="index">apcu_clear_cache</a> - Clears the APCu cache</li>
<li><a href="function.apcu-dec.php" class="index">apcu_dec</a> - Decrease a stored number</li>
<li><a href="function.apcu-delete.php" class="index">apcu_delete</a> - Removes a stored variable from the cache</li>
<li><a href="function.apcu-enabled.php" class="index">apcu_enabled</a> - Whether APCu is usable in the current environment</li>
<li><a href="function.apcu-entry.php" class="index">apcu_entry</a> - Atomically fetch or generate a cache entry</li>
<li><a href="function.apcu-exists.php" class="index">apcu_exists</a> - Checks if entry exists</li>
<li><a href="function.apcu-fetch.php" class="index">apcu_fetch</a> - Fetch a stored variable from the cache</li>
<li><a href="function.apcu-inc.php" class="index">apcu_inc</a> - Increase a stored number</li>
<li><a href="function.apcu-key-info.php" class="index">apcu_key_info</a> - Get detailed information about the cache key</li>
<li><a href="function.apcu-sma-info.php" class="index">apcu_sma_info</a> - Retrieves APCu Shared Memory Allocation information</li>
<li><a href="function.apcu-store.php" class="index">apcu_store</a> - Cache a variable in the data store</li>
<li><a href="appenditerator.append.php" class="index">AppendIterator::append</a> - Appends an iterator</li>
<li><a href="appenditerator.current.php" class="index">AppendIterator::current</a> - Gets the current value</li>
<li><a href="appenditerator.getarrayiterator.php" class="index">AppendIterator::getArrayIterator</a> - Gets the ArrayIterator</li>
<li><a href="appenditerator.getiteratorindex.php" class="index">AppendIterator::getIteratorIndex</a> - Gets an index of iterators</li>
<li><a href="appenditerator.key.php" class="index">AppendIterator::key</a> - Gets the current key</li>
<li><a href="appenditerator.next.php" class="index">AppendIterator::next</a> - Moves to the next element</li>
<li><a href="appenditerator.rewind.php" class="index">AppendIterator::rewind</a> - Rewinds the Iterator</li>
<li><a href="appenditerator.valid.php" class="index">AppendIterator::valid</a> - Checks validity of the current element</li>
<li><a href="appenditerator.construct.php" class="index">AppendIterator::__construct</a> - Constructs an AppendIterator</li>
<li><a href="function.array.php" class="index">array</a> - Crea un array</li>
<li><a href="arrayaccess.offsetexists.php" class="index">ArrayAccess::offsetExists</a> - Whether an offset exists</li>
<li><a href="arrayaccess.offsetget.php" class="index">ArrayAccess::offsetGet</a> - Offset to retrieve</li>
<li><a href="arrayaccess.offsetset.php" class="index">ArrayAccess::offsetSet</a> - Assign a value to the specified offset</li>
<li><a href="arrayaccess.offsetunset.php" class="index">ArrayAccess::offsetUnset</a> - Unset an offset</li>
<li><a href="arrayiterator.append.php" class="index">ArrayIterator::append</a> - Append an element</li>
<li><a href="arrayiterator.asort.php" class="index">ArrayIterator::asort</a> - Sort entries by values</li>
<li><a href="arrayiterator.count.php" class="index">ArrayIterator::count</a> - Count elements</li>
<li><a href="arrayiterator.current.php" class="index">ArrayIterator::current</a> - Return current array entry</li>
<li><a href="arrayiterator.getarraycopy.php" class="index">ArrayIterator::getArrayCopy</a> - Get array copy</li>
<li><a href="arrayiterator.getflags.php" class="index">ArrayIterator::getFlags</a> - Get behavior flags</li>
<li><a href="arrayiterator.key.php" class="index">ArrayIterator::key</a> - Return current array key</li>
<li><a href="arrayiterator.ksort.php" class="index">ArrayIterator::ksort</a> - Sort entries by keys</li>
<li><a href="arrayiterator.natcasesort.php" class="index">ArrayIterator::natcasesort</a> - Sort entries naturally, case insensitive</li>
<li><a href="arrayiterator.natsort.php" class="index">ArrayIterator::natsort</a> - Sort entries naturally</li>
<li><a href="arrayiterator.next.php" class="index">ArrayIterator::next</a> - Move to next entry</li>
<li><a href="arrayiterator.offsetexists.php" class="index">ArrayIterator::offsetExists</a> - Check if offset exists</li>
<li><a href="arrayiterator.offsetget.php" class="index">ArrayIterator::offsetGet</a> - Get value for an offset</li>
<li><a href="arrayiterator.offsetset.php" class="index">ArrayIterator::offsetSet</a> - Set value for an offset</li>
<li><a href="arrayiterator.offsetunset.php" class="index">ArrayIterator::offsetUnset</a> - Unset value for an offset</li>
<li><a href="arrayiterator.rewind.php" class="index">ArrayIterator::rewind</a> - Rewind array back to the start</li>
<li><a href="arrayiterator.seek.php" class="index">ArrayIterator::seek</a> - Seeks to a position</li>
<li><a href="arrayiterator.serialize.php" class="index">ArrayIterator::serialize</a> - Serialize</li>
<li><a href="arrayiterator.setflags.php" class="index">ArrayIterator::setFlags</a> - Set behaviour flags</li>
<li><a href="arrayiterator.uasort.php" class="index">ArrayIterator::uasort</a> - Sort with a user-defined comparison function and maintain index association</li>
<li><a href="arrayiterator.uksort.php" class="index">ArrayIterator::uksort</a> - Sort by keys using a user-defined comparison function</li>
<li><a href="arrayiterator.unserialize.php" class="index">ArrayIterator::unserialize</a> - Unserialize</li>
<li><a href="arrayiterator.valid.php" class="index">ArrayIterator::valid</a> - Check whether array contains more entries</li>
<li><a href="arrayiterator.construct.php" class="index">ArrayIterator::__construct</a> - Construct an ArrayIterator</li>
<li><a href="arrayobject.append.php" class="index">ArrayObject::append</a> - Appends the value</li>
<li><a href="arrayobject.asort.php" class="index">ArrayObject::asort</a> - Sort the entries by value</li>
<li><a href="arrayobject.count.php" class="index">ArrayObject::count</a> - Get the number of public properties in the ArrayObject</li>
<li><a href="arrayobject.exchangearray.php" class="index">ArrayObject::exchangeArray</a> - Exchange the array for another one</li>
<li><a href="arrayobject.getarraycopy.php" class="index">ArrayObject::getArrayCopy</a> - Creates a copy of the ArrayObject</li>
<li><a href="arrayobject.getflags.php" class="index">ArrayObject::getFlags</a> - Gets the behavior flags</li>
<li><a href="arrayobject.getiterator.php" class="index">ArrayObject::getIterator</a> - Create a new iterator from an ArrayObject instance</li>
<li><a href="arrayobject.getiteratorclass.php" class="index">ArrayObject::getIteratorClass</a> - Gets the iterator classname for the ArrayObject</li>
<li><a href="arrayobject.ksort.php" class="index">ArrayObject::ksort</a> - Sort the entries by key</li>
<li><a href="arrayobject.natcasesort.php" class="index">ArrayObject::natcasesort</a> - Sort an array using a case insensitive &quot;natural order&quot; algorithm</li>
<li><a href="arrayobject.natsort.php" class="index">ArrayObject::natsort</a> - Sort entries using a &quot;natural order&quot; algorithm</li>
<li><a href="arrayobject.offsetexists.php" class="index">ArrayObject::offsetExists</a> - Returns whether the requested index exists</li>
<li><a href="arrayobject.offsetget.php" class="index">ArrayObject::offsetGet</a> - Returns the value at the specified index</li>
<li><a href="arrayobject.offsetset.php" class="index">ArrayObject::offsetSet</a> - Sets the value at the specified index to newval</li>
<li><a href="arrayobject.offsetunset.php" class="index">ArrayObject::offsetUnset</a> - Unsets the value at the specified index</li>
<li><a href="arrayobject.serialize.php" class="index">ArrayObject::serialize</a> - Serialize an ArrayObject</li>
<li><a href="arrayobject.setflags.php" class="index">ArrayObject::setFlags</a> - Sets the behavior flags</li>
<li><a href="arrayobject.setiteratorclass.php" class="index">ArrayObject::setIteratorClass</a> - Sets the iterator classname for the ArrayObject</li>
<li><a href="arrayobject.uasort.php" class="index">ArrayObject::uasort</a> - Sort the entries with a user-defined comparison function and maintain key association</li>
<li><a href="arrayobject.uksort.php" class="index">ArrayObject::uksort</a> - Sort the entries by keys using a user-defined comparison function</li>
<li><a href="arrayobject.unserialize.php" class="index">ArrayObject::unserialize</a> - Unserialize an ArrayObject</li>
<li><a href="arrayobject.construct.php" class="index">ArrayObject::__construct</a> - Construct a new array object</li>
<li><a href="function.array-all.php" class="index">array_all</a> - Checks if all array elements satisfy a callback function</li>
<li><a href="function.array-any.php" class="index">array_any</a> - Checks if at least one array element satisfies a callback function</li>
<li><a href="function.array-change-key-case.php" class="index">array_change_key_case</a> - Restituisce un array con tutte le chiavi cambiate in maiuscolo o in minuscolo</li>
<li><a href="function.array-chunk.php" class="index">array_chunk</a> - Spezza un array in tronconi</li>
<li><a href="function.array-column.php" class="index">array_column</a> - Return the values from a single column in the input array</li>
<li><a href="function.array-combine.php" class="index">array_combine</a> - Crea un'array utilizzando un'array per le chiavi ed un altro per i suoi valori</li>
<li><a href="function.array-count-values.php" class="index">array_count_values</a> - Conta tutti i valori di un array</li>
<li><a href="function.array-diff.php" class="index">array_diff</a> - Calcola la differenza di due o pi&ugrave; array</li>
<li><a href="function.array-diff-assoc.php" class="index">array_diff_assoc</a> - Calcola la differenza tra array con un ulteriore controllo sull'indice</li>
<li><a href="function.array-diff-key.php" class="index">array_diff_key</a> - Computes the difference of arrays using keys for comparison</li>
<li><a href="function.array-diff-uassoc.php" class="index">array_diff_uassoc</a> - Computes the difference of arrays with additional index check which is performed by a user supplied callback function</li>
<li><a href="function.array-diff-ukey.php" class="index">array_diff_ukey</a> - Computes the difference of arrays using a callback function on the keys for comparison</li>
<li><a href="function.array-fill.php" class="index">array_fill</a> - Riempie un array con i valori specificati</li>
<li><a href="function.array-fill-keys.php" class="index">array_fill_keys</a> - Fill an array with values, specifying keys</li>
<li><a href="function.array-filter.php" class="index">array_filter</a> - Filtra gli elementi di un array usando una funzione callback</li>
<li><a href="function.array-find.php" class="index">array_find</a> - Returns the first element satisfying a callback function</li>
<li><a href="function.array-find-key.php" class="index">array_find_key</a> - Returns the key of the first element satisfying a callback function</li>
<li><a href="function.array-first.php" class="index">array_first</a> - Gets the first value of an array</li>
<li><a href="function.array-flip.php" class="index">array_flip</a> - Scambia tutte le chiavi di un array con i loro valori associati</li>
<li><a href="function.array-intersect.php" class="index">array_intersect</a> - Calcola l'intersezione degli arrays</li>
<li><a href="function.array-intersect-assoc.php" class="index">array_intersect_assoc</a> - Calcola l'intersezione degli array con un ulteriore controllo sugli indici</li>
<li><a href="function.array-intersect-key.php" class="index">array_intersect_key</a> - Computes the intersection of arrays using keys for comparison</li>
<li><a href="function.array-intersect-uassoc.php" class="index">array_intersect_uassoc</a> - Computes the intersection of arrays with additional index check, compares indexes by a callback function</li>
<li><a href="function.array-intersect-ukey.php" class="index">array_intersect_ukey</a> - Computes the intersection of arrays using a callback function on the keys for comparison</li>
<li><a href="function.array-is-list.php" class="index">array_is_list</a> - Checks whether a given array is a list</li>
<li><a href="function.array-keys.php" class="index">array_keys</a> - Restituisce tutte le chiavi di un array</li>
<li><a href="function.array-key-exists.php" class="index">array_key_exists</a> - Controlla se l'indice o la chiave specificato esiste nell'array</li>
<li><a href="function.array-key-first.php" class="index">array_key_first</a> - Gets the first key of an array</li>
<li><a href="function.array-key-last.php" class="index">array_key_last</a> - Gets the last key of an array</li>
<li><a href="function.array-last.php" class="index">array_last</a> - Gets the last value of an array</li>
<li><a href="function.array-map.php" class="index">array_map</a> - Applica la funzione callback a tutti gli elementi degli array dati</li>
<li><a href="function.array-merge.php" class="index">array_merge</a> - Fonde uno o pi&ugrave; array</li>
<li><a href="function.array-merge-recursive.php" class="index">array_merge_recursive</a> - Fonde due o pi&ugrave; array in modo ricorsivo</li>
<li><a href="function.array-multisort.php" class="index">array_multisort</a> - Ordina array multipli o multidimensionali</li>
<li><a href="function.array-pad.php" class="index">array_pad</a> - Riempie con un valore un array fino alla lunghezza specificata</li>
<li><a href="function.array-pop.php" class="index">array_pop</a> - Estrae l'elemento alla fine dell'array</li>
<li><a href="function.array-product.php" class="index">array_product</a> - Calculate the product of values in an array</li>
<li><a href="function.array-push.php" class="index">array_push</a> - Accoda uno o pi&ugrave; elementi ad un array</li>
<li><a href="function.array-rand.php" class="index">array_rand</a> - Estrae a caso uno o pi&ugrave; elementi da un array</li>
<li><a href="function.array-reduce.php" class="index">array_reduce</a> - Riduce iterativamente l'array a un singolo valore utilizzando una funzione
     callback</li>
<li><a href="function.array-replace.php" class="index">array_replace</a> - Replaces elements from passed arrays into the first array</li>
<li><a href="function.array-replace-recursive.php" class="index">array_replace_recursive</a> - Replaces elements from passed arrays into the first array recursively</li>
<li><a href="function.array-reverse.php" class="index">array_reverse</a> - Restituisce un array con gli elementi in ordine invertito</li>
<li><a href="function.array-search.php" class="index">array_search</a> - Ricerca un dato valore in un array e ne restituisce la 
     chiave corrispondente, se la ricerca ha successo.</li>
<li><a href="function.array-shift.php" class="index">array_shift</a> - Estrae l'elemento alla testa dell'array</li>
<li><a href="function.array-slice.php" class="index">array_slice</a> - Estrae un sottoinsieme da un array</li>
<li><a href="function.array-splice.php" class="index">array_splice</a> - Rimuove una porzione dell'array e la sostituisce con
     altro</li>
<li><a href="function.array-sum.php" class="index">array_sum</a> - Calcola la somma dei valori di un array</li>
<li><a href="function.array-udiff.php" class="index">array_udiff</a> - Computes the difference of arrays by using a callback function for data comparison</li>
<li><a href="function.array-udiff-assoc.php" class="index">array_udiff_assoc</a> - Computes the difference of arrays with additional index check, compares data by a callback function</li>
<li><a href="function.array-udiff-uassoc.php" class="index">array_udiff_uassoc</a> - Computes the difference of arrays with additional index check, compares data and indexes by a callback function</li>
<li><a href="function.array-uintersect.php" class="index">array_uintersect</a> - Computes the intersection of arrays, compares data by a callback function</li>
<li><a href="function.array-uintersect-assoc.php" class="index">array_uintersect_assoc</a> - Computes the intersection of arrays with additional index check, compares data by a callback function</li>
<li><a href="function.array-uintersect-uassoc.php" class="index">array_uintersect_uassoc</a> - Computes the intersection of arrays with additional index check, compares data and indexes by separate callback functions</li>
<li><a href="function.array-unique.php" class="index">array_unique</a> - Rimuove i valori duplicati di un array</li>
<li><a href="function.array-unshift.php" class="index">array_unshift</a> - Inserisce uno o pi&ugrave; elementi all'inizio dell'array</li>
<li><a href="function.array-values.php" class="index">array_values</a> - Restituisce tutti i valori di un array</li>
<li><a href="function.array-walk.php" class="index">array_walk</a> - Esegue una funzione su ogni elemento dell'array</li>
<li><a href="function.array-walk-recursive.php" class="index">array_walk_recursive</a> - Apply a user function recursively to every member of an array</li>
<li><a href="function.arsort.php" class="index">arsort</a> - Ordina un array in ordine decrescente e mantiene le associazioni degli indici</li>
<li><a href="function.asin.php" class="index">asin</a> - Arco seno</li>
<li><a href="function.asinh.php" class="index">asinh</a> - Inverso del seno iperbolico</li>
<li><a href="function.asort.php" class="index">asort</a> - Ordina un array e mantiene le associazioni degli indici</li>
<li><a href="function.assert.php" class="index">assert</a> - Verifica se un'asserzione &egrave; false</li>
<li><a href="function.assert-options.php" class="index">assert_options</a> - Imposta/ottiene vari parametri per assert</li>
<li><a href="function.atan.php" class="index">atan</a> - Arco tangente</li>
<li><a href="function.atan2.php" class="index">atan2</a> - Arco tangente di due variabili</li>
<li><a href="function.atanh.php" class="index">atanh</a> - Inverso della tangente iperbolica</li>
<li><a href="attribute.construct.php" class="index">Attribute::__construct</a> - Construct a new Attribute instance</li>
</ul></li>
<li class='gen-index index-for-b'>b<ul id='refentry-index-for-b'>
<li><a href="backedenum.from.php" class="index">BackedEnum::from</a> - Maps a scalar to an enum instance</li>
<li><a href="backedenum.tryfrom.php" class="index">BackedEnum::tryFrom</a> - Maps a scalar to an enum instance or null</li>
<li><a href="function.base64-decode.php" class="index">base64_decode</a> - Decodes data encoded with MIME base64</li>
<li><a href="function.base64-encode.php" class="index">base64_encode</a> - Encodes data with MIME base64</li>
<li><a href="function.basename.php" class="index">basename</a> - Restituisce il nome del file dal percorso indicato</li>
<li><a href="mysql-xdevapi-baseresult.getwarnings.php" class="index">BaseResult::getWarnings</a> - Fetch warnings from last operation</li>
<li><a href="mysql-xdevapi-baseresult.getwarningscount.php" class="index">BaseResult::getWarningsCount</a> - Fetch warning count from last operation</li>
<li><a href="function.base-convert.php" class="index">base_convert</a> - Converte un numero fra basi arbitrarie</li>
<li><a href="function.bcadd.php" class="index">bcadd</a> - Somma due numeri a precisione arbitraria</li>
<li><a href="function.bcceil.php" class="index">bcceil</a> - Round up arbitrary precision number</li>
<li><a href="function.bccomp.php" class="index">bccomp</a> - Confronta due numeri a precisione arbitraria</li>
<li><a href="function.bcdiv.php" class="index">bcdiv</a> - Divide due numeri a precisione arbitraria</li>
<li><a href="function.bcdivmod.php" class="index">bcdivmod</a> - Get the quotient and modulus of an arbitrary precision number</li>
<li><a href="function.bcfloor.php" class="index">bcfloor</a> - Round down arbitrary precision number</li>
<li><a href="function.bcmod.php" class="index">bcmod</a> - Ricava il modulo di un numero a precisione arbitraria</li>
<li><a href="function.bcmul.php" class="index">bcmul</a> - Moltiplica due numeri a precisione arbitraria</li>
<li><a href="function.bcpow.php" class="index">bcpow</a> - Effettua l'elevamento a potenza</li>
<li><a href="function.bcpowmod.php" class="index">bcpowmod</a> - Effettua l'elevamento a potenza, applicando quindi il modulo</li>
<li><a href="function.bcround.php" class="index">bcround</a> - Round arbitrary precision number</li>
<li><a href="function.bcscale.php" class="index">bcscale</a> - Imposta il valore di precisione di default per tutte le funzioni matematich BCMath</li>
<li><a href="function.bcsqrt.php" class="index">bcsqrt</a> - Ottiene la radice quadrata di un numero a precisione arbitraria</li>
<li><a href="function.bcsub.php" class="index">bcsub</a> - Sottrae un numero a precisione arbitraria da un altro</li>
<li><a href="function.bin2hex.php" class="index">bin2hex</a> - Converte i dati binari nella rappresentazione esadecimale</li>
<li><a href="function.bindec.php" class="index">bindec</a> - Da binario a decimale</li>
<li><a href="function.bindtextdomain.php" class="index">bindtextdomain</a> - Sets or gets the path for a domain</li>
<li><a href="function.bind-textdomain-codeset.php" class="index">bind_textdomain_codeset</a> - Specify or get the character encoding in which the messages from the DOMAIN message catalog will be returned</li>
<li><a href="function.boolval.php" class="index">boolval</a> - Get the boolean value of a variable</li>
<li><a href="function.bzclose.php" class="index">bzclose</a> - Close a bzip2 file</li>
<li><a href="function.bzcompress.php" class="index">bzcompress</a> - Compress a string into bzip2 encoded data</li>
<li><a href="function.bzdecompress.php" class="index">bzdecompress</a> - Decompresses bzip2 encoded data</li>
<li><a href="function.bzerrno.php" class="index">bzerrno</a> - Returns a bzip2 error number</li>
<li><a href="function.bzerror.php" class="index">bzerror</a> - Returns the bzip2 error number and error string in an array</li>
<li><a href="function.bzerrstr.php" class="index">bzerrstr</a> - Returns a bzip2 error string</li>
<li><a href="function.bzflush.php" class="index">bzflush</a> - Do nothing</li>
<li><a href="function.bzopen.php" class="index">bzopen</a> - Opens a bzip2 compressed file</li>
<li><a href="function.bzread.php" class="index">bzread</a> - Binary safe bzip2 file read</li>
<li><a href="function.bzwrite.php" class="index">bzwrite</a> - Binary safe bzip2 file write</li>
</ul></li>
<li class='gen-index index-for-c'>c<ul id='refentry-index-for-c'>
<li><a href="cachingiterator.count.php" class="index">CachingIterator::count</a> - The number of elements in the iterator</li>
<li><a href="cachingiterator.current.php" class="index">CachingIterator::current</a> - Return the current element</li>
<li><a href="cachingiterator.getcache.php" class="index">CachingIterator::getCache</a> - Retrieve the contents of the cache</li>
<li><a href="cachingiterator.getflags.php" class="index">CachingIterator::getFlags</a> - Get flags used</li>
<li><a href="cachingiterator.hasnext.php" class="index">CachingIterator::hasNext</a> - Check whether the inner iterator has a valid next element</li>
<li><a href="cachingiterator.key.php" class="index">CachingIterator::key</a> - Return the key for the current element</li>
<li><a href="cachingiterator.next.php" class="index">CachingIterator::next</a> - Move the iterator forward</li>
<li><a href="cachingiterator.offsetexists.php" class="index">CachingIterator::offsetExists</a> - The offsetExists purpose</li>
<li><a href="cachingiterator.offsetget.php" class="index">CachingIterator::offsetGet</a> - The offsetGet purpose</li>
<li><a href="cachingiterator.offsetset.php" class="index">CachingIterator::offsetSet</a> - The offsetSet purpose</li>
<li><a href="cachingiterator.offsetunset.php" class="index">CachingIterator::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="cachingiterator.rewind.php" class="index">CachingIterator::rewind</a> - Rewind the iterator</li>
<li><a href="cachingiterator.setflags.php" class="index">CachingIterator::setFlags</a> - The setFlags purpose</li>
<li><a href="cachingiterator.valid.php" class="index">CachingIterator::valid</a> - Check whether the current element is valid</li>
<li><a href="cachingiterator.construct.php" class="index">CachingIterator::__construct</a> - Construct a new CachingIterator object for the iterator</li>
<li><a href="cachingiterator.tostring.php" class="index">CachingIterator::__toString</a> - Return the string representation of the current element</li>
<li><a href="callbackfilteriterator.accept.php" class="index">CallbackFilterIterator::accept</a> - Calls the callback with the current value, the current key and the inner iterator as arguments</li>
<li><a href="callbackfilteriterator.construct.php" class="index">CallbackFilterIterator::__construct</a> - Create a filtered iterator from another iterator</li>
<li><a href="function.call-user-func.php" class="index">call_user_func</a> - Call the callback given by the first parameter</li>
<li><a href="function.call-user-func-array.php" class="index">call_user_func_array</a> - Call a callback with an array of parameters</li>
<li><a href="function.cal-days-in-month.php" class="index">cal_days_in_month</a> - Restituisce il numero di giorni di un mese per un dato anno e calendario</li>
<li><a href="function.cal-from-jd.php" class="index">cal_from_jd</a> - Converte dal Giorno Giuliano ad un calendario</li>
<li><a href="function.cal-info.php" class="index">cal_info</a> - Restituisce informazioni su un particolare calendario</li>
<li><a href="function.cal-to-jd.php" class="index">cal_to_jd</a> - Converte da un calendario a un Giorno Giuliano</li>
<li><a href="function.ceil.php" class="index">ceil</a> - arrotonda le frazioni all'intero superiore</li>
<li><a href="function.chdir.php" class="index">chdir</a> - Cambia directory</li>
<li><a href="function.checkdate.php" class="index">checkdate</a> - Valida una data gregoriana</li>
<li><a href="function.checkdnsrr.php" class="index">checkdnsrr</a> - Controlla i record DNS relativi ad un host Internet o
     indirizzo IP</li>
<li><a href="function.chgrp.php" class="index">chgrp</a> - Cambia il gruppo del file</li>
<li><a href="function.chmod.php" class="index">chmod</a> - Cambia le impostazioni del file</li>
<li><a href="function.chop.php" class="index">chop</a> - Alias di di rtrim</li>
<li><a href="function.chown.php" class="index">chown</a> - Cambia il proprietario del file</li>
<li><a href="function.chr.php" class="index">chr</a> - Restituisce un carattere specifico</li>
<li><a href="function.chroot.php" class="index">chroot</a> - Cambia la direcory di root</li>
<li><a href="function.chunk-split.php" class="index">chunk_split</a> - Divide una stringa in segmento pi&ugrave; piccoli</li>
<li><a href="function.class-alias.php" class="index">class_alias</a> - Creates an alias for a class</li>
<li><a href="function.class-exists.php" class="index">class_exists</a> - Verifica se la classe &egrave; stata definita</li>
<li><a href="function.class-implements.php" class="index">class_implements</a> - Return the interfaces which are implemented by the given class or interface</li>
<li><a href="function.class-parents.php" class="index">class_parents</a> - Return the parent classes of the given class</li>
<li><a href="function.class-uses.php" class="index">class_uses</a> - Return the traits used by the given class</li>
<li><a href="function.clearstatcache.php" class="index">clearstatcache</a> - Libera la cache dello stato di un file</li>
<li><a href="mysql-xdevapi-client.getsession.php" class="index">Client::getClient</a> - Get client session</li>
<li><a href="mysql-xdevapi-client.construct.php" class="index">Client::__construct</a> - Client constructor</li>
<li><a href="function.cli-get-process-title.php" class="index">cli_get_process_title</a> - Returns the current process title</li>
<li><a href="function.cli-set-process-title.php" class="index">cli_set_process_title</a> - Sets the process title</li>
<li><a href="function.closedir.php" class="index">closedir</a> - Chiude l'handle della directory</li>
<li><a href="function.closelog.php" class="index">closelog</a> - Chiude la connessione al logger di sistema</li>
<li><a href="closure.bind.php" class="index">Closure::bind</a> - Duplicates a closure with a specific bound object and class scope</li>
<li><a href="closure.bindto.php" class="index">Closure::bindTo</a> - Duplica la closure con una nuova associazione all'oggetto e alla visibilit&agrave; della classe</li>
<li><a href="closure.call.php" class="index">Closure::call</a> - Binds and calls the closure</li>
<li><a href="closure.fromcallable.php" class="index">Closure::fromCallable</a> - Converts a callable into a closure</li>
<li><a href="closure.construct.php" class="index">Closure::__construct</a> - Costruttore che non permette l'istanziazione</li>
<li><a href="collator.asort.php" class="index">Collator::asort</a> - Sort array maintaining index association</li>
<li><a href="collator.compare.php" class="index">Collator::compare</a> - Compare two Unicode strings</li>
<li><a href="collator.create.php" class="index">Collator::create</a> - Create a collator</li>
<li><a href="collator.getattribute.php" class="index">Collator::getAttribute</a> - Get collation attribute value</li>
<li><a href="collator.geterrorcode.php" class="index">Collator::getErrorCode</a> - Get collator's last error code</li>
<li><a href="collator.geterrormessage.php" class="index">Collator::getErrorMessage</a> - Get text for collator's last error code</li>
<li><a href="collator.getlocale.php" class="index">Collator::getLocale</a> - Get the locale name of the collator</li>
<li><a href="collator.getsortkey.php" class="index">Collator::getSortKey</a> - Get sorting key for a string</li>
<li><a href="collator.getstrength.php" class="index">Collator::getStrength</a> - Get current collation strength</li>
<li><a href="collator.setattribute.php" class="index">Collator::setAttribute</a> - Set collation attribute</li>
<li><a href="collator.setstrength.php" class="index">Collator::setStrength</a> - Set collation strength</li>
<li><a href="collator.sort.php" class="index">Collator::sort</a> - Sort array using specified collator</li>
<li><a href="collator.sortwithsortkeys.php" class="index">Collator::sortWithSortKeys</a> - Sort array using specified collator and sort keys</li>
<li><a href="collator.construct.php" class="index">Collator::__construct</a> - Create a collator</li>
<li><a href="collectable.isgarbage.php" class="index">Collectable::isGarbage</a> - Determine whether an object has been marked as garbage</li>
<li><a href="mysql-xdevapi-collection.add.php" class="index">Collection::add</a> - Add collection document</li>
<li><a href="mysql-xdevapi-collection.addorreplaceone.php" class="index">Collection::addOrReplaceOne</a> - Add or replace collection document</li>
<li><a href="mysql-xdevapi-collection.count.php" class="index">Collection::count</a> - Get document count</li>
<li><a href="mysql-xdevapi-collection.createindex.php" class="index">Collection::createIndex</a> - Create collection index</li>
<li><a href="mysql-xdevapi-collection.dropindex.php" class="index">Collection::dropIndex</a> - Drop collection index</li>
<li><a href="mysql-xdevapi-collection.existsindatabase.php" class="index">Collection::existsInDatabase</a> - Check if collection exists in database</li>
<li><a href="mysql-xdevapi-collection.find.php" class="index">Collection::find</a> - Search for document</li>
<li><a href="mysql-xdevapi-collection.getname.php" class="index">Collection::getName</a> - Get collection name</li>
<li><a href="mysql-xdevapi-collection.getone.php" class="index">Collection::getOne</a> - Get one document</li>
<li><a href="mysql-xdevapi-collection.getschema.php" class="index">Collection::getSchema</a> - Get schema object</li>
<li><a href="mysql-xdevapi-collection.getsession.php" class="index">Collection::getSession</a> - Get session object</li>
<li><a href="mysql-xdevapi-collection.modify.php" class="index">Collection::modify</a> - Modify collection documents</li>
<li><a href="mysql-xdevapi-collection.remove.php" class="index">Collection::remove</a> - Remove collection documents</li>
<li><a href="mysql-xdevapi-collection.removeone.php" class="index">Collection::removeOne</a> - Remove one collection document</li>
<li><a href="mysql-xdevapi-collection.replaceone.php" class="index">Collection::replaceOne</a> - Replace one collection document</li>
<li><a href="mysql-xdevapi-collection.construct.php" class="index">Collection::__construct</a> - Collection constructor</li>
<li><a href="mysql-xdevapi-collectionadd.execute.php" class="index">CollectionAdd::execute</a> - Execute the statement</li>
<li><a href="mysql-xdevapi-collectionadd.construct.php" class="index">CollectionAdd::__construct</a> - CollectionAdd constructor</li>
<li><a href="mysql-xdevapi-collectionfind.bind.php" class="index">CollectionFind::bind</a> - Bind value to query placeholder</li>
<li><a href="mysql-xdevapi-collectionfind.execute.php" class="index">CollectionFind::execute</a> - Execute the statement</li>
<li><a href="mysql-xdevapi-collectionfind.fields.php" class="index">CollectionFind::fields</a> - Set document field filter</li>
<li><a href="mysql-xdevapi-collectionfind.groupby.php" class="index">CollectionFind::groupBy</a> - Set grouping criteria</li>
<li><a href="mysql-xdevapi-collectionfind.having.php" class="index">CollectionFind::having</a> - Set condition for aggregate functions</li>
<li><a href="mysql-xdevapi-collectionfind.limit.php" class="index">CollectionFind::limit</a> - Limit number of returned documents</li>
<li><a href="mysql-xdevapi-collectionfind.lockexclusive.php" class="index">CollectionFind::lockExclusive</a> - Execute operation with EXCLUSIVE LOCK</li>
<li><a href="mysql-xdevapi-collectionfind.lockshared.php" class="index">CollectionFind::lockShared</a> - Execute operation with SHARED LOCK</li>
<li><a href="mysql-xdevapi-collectionfind.offset.php" class="index">CollectionFind::offset</a> - Skip given number of elements to be returned</li>
<li><a href="mysql-xdevapi-collectionfind.sort.php" class="index">CollectionFind::sort</a> - Set the sorting criteria</li>
<li><a href="mysql-xdevapi-collectionfind.construct.php" class="index">CollectionFind::__construct</a> - CollectionFind constructor</li>
<li><a href="mysql-xdevapi-collectionmodify.arrayappend.php" class="index">CollectionModify::arrayAppend</a> - Append element to an array field</li>
<li><a href="mysql-xdevapi-collectionmodify.arrayinsert.php" class="index">CollectionModify::arrayInsert</a> - Insert element into an array field</li>
<li><a href="mysql-xdevapi-collectionmodify.bind.php" class="index">CollectionModify::bind</a> - Bind value to query placeholder</li>
<li><a href="mysql-xdevapi-collectionmodify.execute.php" class="index">CollectionModify::execute</a> - Execute modify operation</li>
<li><a href="mysql-xdevapi-collectionmodify.limit.php" class="index">CollectionModify::limit</a> - Limit number of modified documents</li>
<li><a href="mysql-xdevapi-collectionmodify.patch.php" class="index">CollectionModify::patch</a> - Patch document</li>
<li><a href="mysql-xdevapi-collectionmodify.replace.php" class="index">CollectionModify::replace</a> - Replace document field</li>
<li><a href="mysql-xdevapi-collectionmodify.set.php" class="index">CollectionModify::set</a> - Set document attribute</li>
<li><a href="mysql-xdevapi-collectionmodify.skip.php" class="index">CollectionModify::skip</a> - Skip elements</li>
<li><a href="mysql-xdevapi-collectionmodify.sort.php" class="index">CollectionModify::sort</a> - Set the sorting criteria</li>
<li><a href="mysql-xdevapi-collectionmodify.unset.php" class="index">CollectionModify::unset</a> - Unset the value of document fields</li>
<li><a href="mysql-xdevapi-collectionmodify.construct.php" class="index">CollectionModify::__construct</a> - CollectionModify constructor</li>
<li><a href="mysql-xdevapi-collectionremove.bind.php" class="index">CollectionRemove::bind</a> - Bind value to placeholder</li>
<li><a href="mysql-xdevapi-collectionremove.execute.php" class="index">CollectionRemove::execute</a> - Execute remove operation</li>
<li><a href="mysql-xdevapi-collectionremove.limit.php" class="index">CollectionRemove::limit</a> - Limit number of documents to remove</li>
<li><a href="mysql-xdevapi-collectionremove.sort.php" class="index">CollectionRemove::sort</a> - Set the sorting criteria</li>
<li><a href="mysql-xdevapi-collectionremove.construct.php" class="index">CollectionRemove::__construct</a> - CollectionRemove constructor</li>
<li><a href="mysql-xdevapi-columnresult.getcharactersetname.php" class="index">ColumnResult::getCharacterSetName</a> - Get character set</li>
<li><a href="mysql-xdevapi-columnresult.getcollationname.php" class="index">ColumnResult::getCollationName</a> - Get collation name</li>
<li><a href="mysql-xdevapi-columnresult.getcolumnlabel.php" class="index">ColumnResult::getColumnLabel</a> - Get column label</li>
<li><a href="mysql-xdevapi-columnresult.getcolumnname.php" class="index">ColumnResult::getColumnName</a> - Get column name</li>
<li><a href="mysql-xdevapi-columnresult.getfractionaldigits.php" class="index">ColumnResult::getFractionalDigits</a> - Get fractional digit length</li>
<li><a href="mysql-xdevapi-columnresult.getlength.php" class="index">ColumnResult::getLength</a> - Get column field length</li>
<li><a href="mysql-xdevapi-columnresult.getschemaname.php" class="index">ColumnResult::getSchemaName</a> - Get schema name</li>
<li><a href="mysql-xdevapi-columnresult.gettablelabel.php" class="index">ColumnResult::getTableLabel</a> - Get table label</li>
<li><a href="mysql-xdevapi-columnresult.gettablename.php" class="index">ColumnResult::getTableName</a> - Get table name</li>
<li><a href="mysql-xdevapi-columnresult.gettype.php" class="index">ColumnResult::getType</a> - Get column type</li>
<li><a href="mysql-xdevapi-columnresult.isnumbersigned.php" class="index">ColumnResult::isNumberSigned</a> - Check if signed type</li>
<li><a href="mysql-xdevapi-columnresult.ispadded.php" class="index">ColumnResult::isPadded</a> - Check if padded</li>
<li><a href="mysql-xdevapi-columnresult.construct.php" class="index">ColumnResult::__construct</a> - ColumnResult constructor</li>
<li><a href="com.construct.php" class="index">com::__construct</a> - com class constructor</li>
<li><a href="commonmark-cql.construct.php" class="index">CommonMark\CQL::__construct</a> - CQL Construction</li>
<li><a href="commonmark-cql.invoke.php" class="index">CommonMark\CQL::__invoke</a> - CQL Execution</li>
<li><a href="commonmark-interfaces-ivisitable.accept.php" class="index">CommonMark\Interfaces\IVisitable::accept</a> - Visitation</li>
<li><a href="commonmark-interfaces-ivisitor.enter.php" class="index">CommonMark\Interfaces\IVisitor::enter</a> - Visitation</li>
<li><a href="commonmark-interfaces-ivisitor.leave.php" class="index">CommonMark\Interfaces\IVisitor::leave</a> - Visitation</li>
<li><a href="commonmark-node.accept.php" class="index">CommonMark\Node::accept</a> - Visitation</li>
<li><a href="commonmark-node.appendchild.php" class="index">CommonMark\Node::appendChild</a> - AST Manipulation</li>
<li><a href="commonmark-node.insertafter.php" class="index">CommonMark\Node::insertAfter</a> - AST Manipulation</li>
<li><a href="commonmark-node.insertbefore.php" class="index">CommonMark\Node::insertBefore</a> - AST Manipulation</li>
<li><a href="commonmark-node.prependchild.php" class="index">CommonMark\Node::prependChild</a> - AST Manipulation</li>
<li><a href="commonmark-node.replace.php" class="index">CommonMark\Node::replace</a> - AST Manipulation</li>
<li><a href="commonmark-node.unlink.php" class="index">CommonMark\Node::unlink</a> - AST Manipulation</li>
<li><a href="commonmark-node-bulletlist.construct.php" class="index">CommonMark\Node\BulletList::__construct</a> - BulletList Construction</li>
<li><a href="commonmark-node-codeblock.construct.php" class="index">CommonMark\Node\CodeBlock::__construct</a> - CodeBlock Construction</li>
<li><a href="commonmark-node-heading.construct.php" class="index">CommonMark\Node\Heading::__construct</a> - Heading Construction</li>
<li><a href="commonmark-node-image.construct.php" class="index">CommonMark\Node\Image::__construct</a> - Image Construction</li>
<li><a href="commonmark-node-link.construct.php" class="index">CommonMark\Node\Link::__construct</a> - Link Construction</li>
<li><a href="commonmark-node-orderedlist.construct.php" class="index">CommonMark\Node\OrderedList::__construct</a> - OrderedList Construction</li>
<li><a href="commonmark-node-text.construct.php" class="index">CommonMark\Node\Text::__construct</a> - Text Construction</li>
<li><a href="function.commonmark-parse.php" class="index">CommonMark\Parse</a> - Parsing</li>
<li><a href="commonmark-parser.finish.php" class="index">CommonMark\Parser::finish</a> - Parsing</li>
<li><a href="commonmark-parser.parse.php" class="index">CommonMark\Parser::parse</a> - Parsing</li>
<li><a href="commonmark-parser.construct.php" class="index">CommonMark\Parser::__construct</a> - Parsing</li>
<li><a href="function.commonmark-render.php" class="index">CommonMark\Render</a> - Rendering</li>
<li><a href="function.commonmark-render-html.php" class="index">CommonMark\Render\HTML</a> - Rendering</li>
<li><a href="function.commonmark-render-latex.php" class="index">CommonMark\Render\Latex</a> - Rendering</li>
<li><a href="function.commonmark-render-man.php" class="index">CommonMark\Render\Man</a> - Rendering</li>
<li><a href="function.commonmark-render-xml.php" class="index">CommonMark\Render\XML</a> - Rendering</li>
<li><a href="function.compact.php" class="index">compact</a> - Crea un array contenente variabili e il loro valore</li>
<li><a href="compersisthelper.getcurfilename.php" class="index">COMPersistHelper::GetCurFileName</a> - Get current filename</li>
<li><a href="compersisthelper.getmaxstreamsize.php" class="index">COMPersistHelper::GetMaxStreamSize</a> - Get maximum stream size</li>
<li><a href="compersisthelper.initnew.php" class="index">COMPersistHelper::InitNew</a> - Initialize object to default state</li>
<li><a href="compersisthelper.loadfromfile.php" class="index">COMPersistHelper::LoadFromFile</a> - Load object from file</li>
<li><a href="compersisthelper.loadfromstream.php" class="index">COMPersistHelper::LoadFromStream</a> - Load object from stream</li>
<li><a href="compersisthelper.savetofile.php" class="index">COMPersistHelper::SaveToFile</a> - Save object to file</li>
<li><a href="compersisthelper.savetostream.php" class="index">COMPersistHelper::SaveToStream</a> - Save object to stream</li>
<li><a href="compersisthelper.construct.php" class="index">COMPersistHelper::__construct</a> - Construct a COMPersistHelper object</li>
<li><a href="componere-abstract-definition.addinterface.php" class="index">Componere\Abstract\Definition::addInterface</a> - Add Interface</li>
<li><a href="componere-abstract-definition.addmethod.php" class="index">Componere\Abstract\Definition::addMethod</a> - Add Method</li>
<li><a href="componere-abstract-definition.addtrait.php" class="index">Componere\Abstract\Definition::addTrait</a> - Add Trait</li>
<li><a href="componere-abstract-definition.getreflector.php" class="index">Componere\Abstract\Definition::getReflector</a> - Reflection</li>
<li><a href="componere.cast.php" class="index">Componere\cast</a> - Casting</li>
<li><a href="componere.cast_by_ref.php" class="index">Componere\cast_by_ref</a> - Casting</li>
<li><a href="componere-definition.addconstant.php" class="index">Componere\Definition::addConstant</a> - Add Constant</li>
<li><a href="componere-definition.addproperty.php" class="index">Componere\Definition::addProperty</a> - Add Property</li>
<li><a href="componere-definition.getclosure.php" class="index">Componere\Definition::getClosure</a> - Get Closure</li>
<li><a href="componere-definition.getclosures.php" class="index">Componere\Definition::getClosures</a> - Get Closures</li>
<li><a href="componere-definition.isregistered.php" class="index">Componere\Definition::isRegistered</a> - State Detection</li>
<li><a href="componere-definition.register.php" class="index">Componere\Definition::register</a> - Registration</li>
<li><a href="componere-definition.construct.php" class="index">Componere\Definition::__construct</a> - Definition Construction</li>
<li><a href="componere-method.getreflector.php" class="index">Componere\Method::getReflector</a> - Reflection</li>
<li><a href="componere-method.setprivate.php" class="index">Componere\Method::setPrivate</a> - Accessibility Modification</li>
<li><a href="componere-method.setprotected.php" class="index">Componere\Method::setProtected</a> - Accessibility Modification</li>
<li><a href="componere-method.setstatic.php" class="index">Componere\Method::setStatic</a> - Accessibility Modification</li>
<li><a href="componere-method.construct.php" class="index">Componere\Method::__construct</a> - Method Construction</li>
<li><a href="componere-patch.apply.php" class="index">Componere\Patch::apply</a> - Application</li>
<li><a href="componere-patch.derive.php" class="index">Componere\Patch::derive</a> - Patch Derivation</li>
<li><a href="componere-patch.getclosure.php" class="index">Componere\Patch::getClosure</a> - Get Closure</li>
<li><a href="componere-patch.getclosures.php" class="index">Componere\Patch::getClosures</a> - Get Closures</li>
<li><a href="componere-patch.isapplied.php" class="index">Componere\Patch::isApplied</a> - State Detection</li>
<li><a href="componere-patch.revert.php" class="index">Componere\Patch::revert</a> - Reversal</li>
<li><a href="componere-patch.construct.php" class="index">Componere\Patch::__construct</a> - Patch Construction</li>
<li><a href="componere-value.hasdefault.php" class="index">Componere\Value::hasDefault</a> - Value Interaction</li>
<li><a href="componere-value.isprivate.php" class="index">Componere\Value::isPrivate</a> - Accessibility Detection</li>
<li><a href="componere-value.isprotected.php" class="index">Componere\Value::isProtected</a> - Accessibility Detection</li>
<li><a href="componere-value.isstatic.php" class="index">Componere\Value::isStatic</a> - Accessibility Detection</li>
<li><a href="componere-value.setprivate.php" class="index">Componere\Value::setPrivate</a> - Accessibility Modification</li>
<li><a href="componere-value.setprotected.php" class="index">Componere\Value::setProtected</a> - Accessibility Modification</li>
<li><a href="componere-value.setstatic.php" class="index">Componere\Value::setStatic</a> - Accessibility Modification</li>
<li><a href="componere-value.construct.php" class="index">Componere\Value::__construct</a> - Value Construction</li>
<li><a href="function.com-create-guid.php" class="index">com_create_guid</a> - Generate a globally unique identifier (GUID)</li>
<li><a href="function.com-event-sink.php" class="index">com_event_sink</a> - Connect events from a COM object to a PHP object</li>
<li><a href="function.com-get-active-object.php" class="index">com_get_active_object</a> - Returns a handle to an already running instance of a COM object</li>
<li><a href="function.com-load-typelib.php" class="index">com_load_typelib</a> - Carica una Typelib</li>
<li><a href="function.com-message-pump.php" class="index">com_message_pump</a> - Process COM messages, sleeping for up to timeoutms milliseconds</li>
<li><a href="function.com-print-typeinfo.php" class="index">com_print_typeinfo</a> - Print out a PHP class definition for a dispatchable interface</li>
<li><a href="function.connection-aborted.php" class="index">connection_aborted</a> - Check whether client disconnected</li>
<li><a href="function.connection-status.php" class="index">connection_status</a> - Returns connection status bitfield</li>
<li><a href="function.constant.php" class="index">constant</a> - Ritorna il valore di una costante</li>
<li><a href="function.convert-cyr-string.php" class="index">convert_cyr_string</a> - Converte da un set di caratteri Cirillico ad un'altro</li>
<li><a href="function.convert-uudecode.php" class="index">convert_uudecode</a> - Decodifica una stringa codificata con uuencode</li>
<li><a href="function.convert-uuencode.php" class="index">convert_uuencode</a> - Codifica uuencode  di una stringa</li>
<li><a href="function.copy.php" class="index">copy</a> - Copia un file</li>
<li><a href="function.cos.php" class="index">cos</a> - Coseno</li>
<li><a href="function.cosh.php" class="index">cosh</a> - Coseno iperbolico</li>
<li><a href="function.count.php" class="index">count</a> - Conta gli elementi in una variabile, o le propriet&agrave; in un oggetto</li>
<li><a href="countable.count.php" class="index">Countable::count</a> - Count elements of an object</li>
<li><a href="function.count-chars.php" class="index">count_chars</a> - Restituisce informazioni sui caratteri usati in una stringa</li>
<li><a href="function.crc32.php" class="index">crc32</a> - Calcola il crc32 polinomiale di una stringa</li>
<li><a href="function.create-function.php" class="index">create_function</a> - Create a function dynamically by evaluating a string of code</li>
<li><a href="mysql-xdevapi-crudoperationbindable.bind.php" class="index">CrudOperationBindable::bind</a> - Bind value to placeholder</li>
<li><a href="mysql-xdevapi-crudoperationlimitable.limit.php" class="index">CrudOperationLimitable::limit</a> - Set result limit</li>
<li><a href="mysql-xdevapi-crudoperationskippable.skip.php" class="index">CrudOperationSkippable::skip</a> - Number of operations to skip</li>
<li><a href="mysql-xdevapi-crudoperationsortable.sort.php" class="index">CrudOperationSortable::sort</a> - Sort results</li>
<li><a href="function.crypt.php" class="index">crypt</a> - Criptazione di una stringa a senso unico (hashing)</li>
<li><a href="function.crypt-checksalt.php" class="index">crypt_checksalt</a> - Validate a crypt setting string</li>
<li><a href="function.crypt-gensalt.php" class="index">crypt_gensalt</a> - Compile a string for use as the salt argument to crypt</li>
<li><a href="function.crypt-preferred-method.php" class="index">crypt_preferred_method</a> - Get the prefix of the preferred hash method</li>
<li><a href="function.ctype-alnum.php" class="index">ctype_alnum</a> - Controlla i caratteri alfanumerici</li>
<li><a href="function.ctype-alpha.php" class="index">ctype_alpha</a> - Controlla i caratteri alfabetici</li>
<li><a href="function.ctype-cntrl.php" class="index">ctype_cntrl</a> - Controlla i caratteri di controllo</li>
<li><a href="function.ctype-digit.php" class="index">ctype_digit</a> - Controlla i caratteri numerici</li>
<li><a href="function.ctype-graph.php" class="index">ctype_graph</a> - Controlla ogni carattere stampabile tranne lo spazio</li>
<li><a href="function.ctype-lower.php" class="index">ctype_lower</a> - Controlla i caratteri minuscoli</li>
<li><a href="function.ctype-print.php" class="index">ctype_print</a> - Controlla i caratteri stampabili</li>
<li><a href="function.ctype-punct.php" class="index">ctype_punct</a> - Controlla ogni carattere stampabile che non &egrave; uno spazio o un
   carattere alfanumerico</li>
<li><a href="function.ctype-space.php" class="index">ctype_space</a> - Controlla gli spazi</li>
<li><a href="function.ctype-upper.php" class="index">ctype_upper</a> - Controlla i caratteri maiuscoli</li>
<li><a href="function.ctype-xdigit.php" class="index">ctype_xdigit</a> - Controlla i caratteri che rappresentano una cifra esadecimale</li>
<li><a href="function.cubrid-affected-rows.php" class="index">cubrid_affected_rows</a> - Return the number of rows affected by the last SQL statement</li>
<li><a href="function.cubrid-bind.php" class="index">cubrid_bind</a> - Bind variables to a prepared statement as parameters</li>
<li><a href="function.cubrid-client-encoding.php" class="index">cubrid_client_encoding</a> - Return the current CUBRID connection charset</li>
<li><a href="function.cubrid-close.php" class="index">cubrid_close</a> - Close CUBRID connection</li>
<li><a href="function.cubrid-close-prepare.php" class="index">cubrid_close_prepare</a> - Close the request handle</li>
<li><a href="function.cubrid-close-request.php" class="index">cubrid_close_request</a> - Close the request handle</li>
<li><a href="function.cubrid-column-names.php" class="index">cubrid_column_names</a> - Get the column names in result</li>
<li><a href="function.cubrid-column-types.php" class="index">cubrid_column_types</a> - Get column types in result</li>
<li><a href="function.cubrid-col-get.php" class="index">cubrid_col_get</a> - Get contents of collection type column using OID</li>
<li><a href="function.cubrid-col-size.php" class="index">cubrid_col_size</a> - Get the number of elements in collection type column using OID</li>
<li><a href="function.cubrid-commit.php" class="index">cubrid_commit</a> - Commit a transaction</li>
<li><a href="function.cubrid-connect.php" class="index">cubrid_connect</a> - Open a connection to a CUBRID Server</li>
<li><a href="function.cubrid-connect-with-url.php" class="index">cubrid_connect_with_url</a> - Establish the environment for connecting to CUBRID server</li>
<li><a href="function.cubrid-current-oid.php" class="index">cubrid_current_oid</a> - Get OID of the current cursor location</li>
<li><a href="function.cubrid-data-seek.php" class="index">cubrid_data_seek</a> - Move the internal row pointer of the CUBRID result</li>
<li><a href="function.cubrid-db-name.php" class="index">cubrid_db_name</a> - Get db name from results of cubrid_list_dbs</li>
<li><a href="function.cubrid-disconnect.php" class="index">cubrid_disconnect</a> - Close a database connection</li>
<li><a href="function.cubrid-drop.php" class="index">cubrid_drop</a> - Delete an instance using OID</li>
<li><a href="function.cubrid-errno.php" class="index">cubrid_errno</a> - Return the numerical value of the error message from previous CUBRID operation</li>
<li><a href="function.cubrid-error.php" class="index">cubrid_error</a> - Get the error message</li>
<li><a href="function.cubrid-error-code.php" class="index">cubrid_error_code</a> - Get error code for the most recent function call</li>
<li><a href="function.cubrid-error-code-facility.php" class="index">cubrid_error_code_facility</a> - Get the facility code of error</li>
<li><a href="function.cubrid-error-msg.php" class="index">cubrid_error_msg</a> - Get last error message for the most recent function call</li>
<li><a href="function.cubrid-execute.php" class="index">cubrid_execute</a> - Execute a prepared SQL statement</li>
<li><a href="function.cubrid-fetch.php" class="index">cubrid_fetch</a> - Fetch the next row from a result set</li>
<li><a href="function.cubrid-fetch-array.php" class="index">cubrid_fetch_array</a> - Fetch a result row as an associative array, a numeric array, or both</li>
<li><a href="function.cubrid-fetch-assoc.php" class="index">cubrid_fetch_assoc</a> - Return the associative array that corresponds to the fetched row</li>
<li><a href="function.cubrid-fetch-field.php" class="index">cubrid_fetch_field</a> - Get column information from a result and return as an object</li>
<li><a href="function.cubrid-fetch-lengths.php" class="index">cubrid_fetch_lengths</a> - Return an array with the lengths of the values of each field from the current row</li>
<li><a href="function.cubrid-fetch-object.php" class="index">cubrid_fetch_object</a> - Fetch the next row and return it as an object</li>
<li><a href="function.cubrid-fetch-row.php" class="index">cubrid_fetch_row</a> - Return a numerical array with the values of the current row</li>
<li><a href="function.cubrid-field-flags.php" class="index">cubrid_field_flags</a> - Return a string with the flags of the given field offset</li>
<li><a href="function.cubrid-field-len.php" class="index">cubrid_field_len</a> - Get the maximum length of the specified field</li>
<li><a href="function.cubrid-field-name.php" class="index">cubrid_field_name</a> - Return the name of the specified field index</li>
<li><a href="function.cubrid-field-seek.php" class="index">cubrid_field_seek</a> - Move the result set cursor to the specified field offset</li>
<li><a href="function.cubrid-field-table.php" class="index">cubrid_field_table</a> - Return the name of the table of the specified field</li>
<li><a href="function.cubrid-field-type.php" class="index">cubrid_field_type</a> - Return the type of the column corresponding to the given field offset</li>
<li><a href="function.cubrid-free-result.php" class="index">cubrid_free_result</a> - Free the memory occupied by the result data</li>
<li><a href="function.cubrid-get.php" class="index">cubrid_get</a> - Get a column using OID</li>
<li><a href="function.cubrid-get-autocommit.php" class="index">cubrid_get_autocommit</a> - Get auto-commit mode of the connection</li>
<li><a href="function.cubrid-get-charset.php" class="index">cubrid_get_charset</a> - Return the current CUBRID connection charset</li>
<li><a href="function.cubrid-get-class-name.php" class="index">cubrid_get_class_name</a> - Get the class name using OID</li>
<li><a href="function.cubrid-get-client-info.php" class="index">cubrid_get_client_info</a> - Return the client library version</li>
<li><a href="function.cubrid-get-db-parameter.php" class="index">cubrid_get_db_parameter</a> - Returns the CUBRID database parameters</li>
<li><a href="function.cubrid-get-query-timeout.php" class="index">cubrid_get_query_timeout</a> - Get the query timeout value of the request</li>
<li><a href="function.cubrid-get-server-info.php" class="index">cubrid_get_server_info</a> - Return the CUBRID server version</li>
<li><a href="function.cubrid-insert-id.php" class="index">cubrid_insert_id</a> - Return the ID generated for the last updated AUTO_INCREMENT column</li>
<li><a href="function.cubrid-is-instance.php" class="index">cubrid_is_instance</a> - Check whether the instance pointed by OID exists</li>
<li><a href="function.cubrid-list-dbs.php" class="index">cubrid_list_dbs</a> - Return an array with the list of all existing CUBRID databases</li>
<li><a href="function.cubrid-load-from-glo.php" class="index">cubrid_load_from_glo</a> - Read data from a GLO instance and save it in a file</li>
<li><a href="function.cubrid-lob2-bind.php" class="index">cubrid_lob2_bind</a> - Bind a lob object or a string as a lob object to a prepared statement as parameters</li>
<li><a href="function.cubrid-lob2-close.php" class="index">cubrid_lob2_close</a> - Close LOB object</li>
<li><a href="function.cubrid-lob2-export.php" class="index">cubrid_lob2_export</a> - Export the lob object to a file</li>
<li><a href="function.cubrid-lob2-import.php" class="index">cubrid_lob2_import</a> - Import BLOB/CLOB data from a file</li>
<li><a href="function.cubrid-lob2-new.php" class="index">cubrid_lob2_new</a> - Create a lob object</li>
<li><a href="function.cubrid-lob2-read.php" class="index">cubrid_lob2_read</a> - Read from BLOB/CLOB data</li>
<li><a href="function.cubrid-lob2-seek.php" class="index">cubrid_lob2_seek</a> - Move the cursor of a lob object</li>
<li><a href="function.cubrid-lob2-seek64.php" class="index">cubrid_lob2_seek64</a> - Move the cursor of a lob object</li>
<li><a href="function.cubrid-lob2-size.php" class="index">cubrid_lob2_size</a> - Get a lob object's size</li>
<li><a href="function.cubrid-lob2-size64.php" class="index">cubrid_lob2_size64</a> - Get a lob object's size</li>
<li><a href="function.cubrid-lob2-tell.php" class="index">cubrid_lob2_tell</a> - Tell the cursor position of the LOB object</li>
<li><a href="function.cubrid-lob2-tell64.php" class="index">cubrid_lob2_tell64</a> - Tell the cursor position of the LOB object</li>
<li><a href="function.cubrid-lob2-write.php" class="index">cubrid_lob2_write</a> - Write to a lob object</li>
<li><a href="function.cubrid-lob-close.php" class="index">cubrid_lob_close</a> - Close BLOB/CLOB data</li>
<li><a href="function.cubrid-lob-export.php" class="index">cubrid_lob_export</a> - Export BLOB/CLOB data to file</li>
<li><a href="function.cubrid-lob-get.php" class="index">cubrid_lob_get</a> - Get BLOB/CLOB data</li>
<li><a href="function.cubrid-lob-send.php" class="index">cubrid_lob_send</a> - Read BLOB/CLOB data and send straight to browser</li>
<li><a href="function.cubrid-lob-size.php" class="index">cubrid_lob_size</a> - Get BLOB/CLOB data size</li>
<li><a href="function.cubrid-lock-read.php" class="index">cubrid_lock_read</a> - Set a read lock on the given OID</li>
<li><a href="function.cubrid-lock-write.php" class="index">cubrid_lock_write</a> - Set a write lock on the given OID</li>
<li><a href="function.cubrid-move-cursor.php" class="index">cubrid_move_cursor</a> - Move the cursor in the result</li>
<li><a href="function.cubrid-new-glo.php" class="index">cubrid_new_glo</a> - Create a glo instance</li>
<li><a href="function.cubrid-next-result.php" class="index">cubrid_next_result</a> - Get result of next query when executing multiple SQL statements</li>
<li><a href="function.cubrid-num-cols.php" class="index">cubrid_num_cols</a> - Return the number of columns in the result set</li>
<li><a href="function.cubrid-num-fields.php" class="index">cubrid_num_fields</a> - Return the number of columns in the result set</li>
<li><a href="function.cubrid-num-rows.php" class="index">cubrid_num_rows</a> - Get the number of rows in the result set</li>
<li><a href="function.cubrid-pconnect.php" class="index">cubrid_pconnect</a> - Open a persistent connection to a CUBRID server</li>
<li><a href="function.cubrid-pconnect-with-url.php" class="index">cubrid_pconnect_with_url</a> - Open a persistent connection to CUBRID server</li>
<li><a href="function.cubrid-ping.php" class="index">cubrid_ping</a> - Ping a server connection or reconnect if there is no connection</li>
<li><a href="function.cubrid-prepare.php" class="index">cubrid_prepare</a> - Prepare a SQL statement for execution</li>
<li><a href="function.cubrid-put.php" class="index">cubrid_put</a> - Update a column using OID</li>
<li><a href="function.cubrid-query.php" class="index">cubrid_query</a> - Send a CUBRID query</li>
<li><a href="function.cubrid-real-escape-string.php" class="index">cubrid_real_escape_string</a> - Escape special characters in a string for use in an SQL statement</li>
<li><a href="function.cubrid-result.php" class="index">cubrid_result</a> - Return the value of a specific field in a specific row</li>
<li><a href="function.cubrid-rollback.php" class="index">cubrid_rollback</a> - Roll back a transaction</li>
<li><a href="function.cubrid-save-to-glo.php" class="index">cubrid_save_to_glo</a> - Save requested file in a GLO instance</li>
<li><a href="function.cubrid-schema.php" class="index">cubrid_schema</a> - Get the requested schema information</li>
<li><a href="function.cubrid-send-glo.php" class="index">cubrid_send_glo</a> - Read data from glo and send it to std output</li>
<li><a href="function.cubrid-seq-drop.php" class="index">cubrid_seq_drop</a> - Delete an element from sequence type column using OID</li>
<li><a href="function.cubrid-seq-insert.php" class="index">cubrid_seq_insert</a> - Insert an element to a sequence type column using OID</li>
<li><a href="function.cubrid-seq-put.php" class="index">cubrid_seq_put</a> - Update the element value of sequence type column using OID</li>
<li><a href="function.cubrid-set-add.php" class="index">cubrid_set_add</a> - Insert a single element to set type column using OID</li>
<li><a href="function.cubrid-set-autocommit.php" class="index">cubrid_set_autocommit</a> - Set autocommit mode of the connection</li>
<li><a href="function.cubrid-set-db-parameter.php" class="index">cubrid_set_db_parameter</a> - Sets the CUBRID database parameters</li>
<li><a href="function.cubrid-set-drop.php" class="index">cubrid_set_drop</a> - Delete an element from set type column using OID</li>
<li><a href="function.cubrid-set-query-timeout.php" class="index">cubrid_set_query_timeout</a> - Set the timeout time of query execution</li>
<li><a href="function.cubrid-unbuffered-query.php" class="index">cubrid_unbuffered_query</a> - Perform a query without fetching the results into memory</li>
<li><a href="function.cubrid-version.php" class="index">cubrid_version</a> - Get the CUBRID PHP module's version</li>
<li><a href="curlfile.getfilename.php" class="index">CURLFile::getFilename</a> - Get file name</li>
<li><a href="curlfile.getmimetype.php" class="index">CURLFile::getMimeType</a> - Get MIME type</li>
<li><a href="curlfile.getpostfilename.php" class="index">CURLFile::getPostFilename</a> - Get file name for POST</li>
<li><a href="curlfile.setmimetype.php" class="index">CURLFile::setMimeType</a> - Set MIME type</li>
<li><a href="curlfile.setpostfilename.php" class="index">CURLFile::setPostFilename</a> - Set file name for POST</li>
<li><a href="curlfile.construct.php" class="index">CURLFile::__construct</a> - Create a CURLFile object</li>
<li><a href="curlstringfile.construct.php" class="index">CURLStringFile::__construct</a> - Create a CURLStringFile object</li>
<li><a href="function.curl-close.php" class="index">curl_close</a> - Chiude una sessione cURL</li>
<li><a href="function.curl-copy-handle.php" class="index">curl_copy_handle</a> - Copy a cURL handle along with all of its preferences</li>
<li><a href="function.curl-errno.php" class="index">curl_errno</a> - Restituisce il numero dell'ultimo errore</li>
<li><a href="function.curl-error.php" class="index">curl_error</a> - Restituisce una stringa contenente l'ultimo errore relativo alla sessione corrente</li>
<li><a href="function.curl-escape.php" class="index">curl_escape</a> - URL encodes the given string</li>
<li><a href="function.curl-exec.php" class="index">curl_exec</a> - Esegue una sessione cURL</li>
<li><a href="function.curl-getinfo.php" class="index">curl_getinfo</a> - Ottiene informazioni riguardo ad uno specifico trasferimento</li>
<li><a href="function.curl-init.php" class="index">curl_init</a> - Inizializza una sessione CURL</li>
<li><a href="function.curl-multi-add-handle.php" class="index">curl_multi_add_handle</a> - Aggiunge un normale gestore cURL ad un gestore multiplo cURL</li>
<li><a href="function.curl-multi-close.php" class="index">curl_multi_close</a> - Chiude un set di gestori cURL</li>
<li><a href="function.curl-multi-errno.php" class="index">curl_multi_errno</a> - Return the last multi curl error number</li>
<li><a href="function.curl-multi-exec.php" class="index">curl_multi_exec</a> - Esegue la sotto-connessione dell'handle cURL corrente</li>
<li><a href="function.curl-multi-getcontent.php" class="index">curl_multi_getcontent</a> - Restituisce il contenuto di un handle cURL se CURLOPT_RETURNTRANSFER &egrave; impostato</li>
<li><a href="function.curl-multi-info-read.php" class="index">curl_multi_info_read</a> - Ottiene informazioni sui trasferimenti correnti</li>
<li><a href="function.curl-multi-init.php" class="index">curl_multi_init</a> - Restituisce un nuovo handle multiplo cURL</li>
<li><a href="function.curl-multi-remove-handle.php" class="index">curl_multi_remove_handle</a> - Rimuove un multi handle da un set di handle cURL</li>
<li><a href="function.curl-multi-select.php" class="index">curl_multi_select</a> - Attende l'attivit&agrave; su qualsiasi connessione curl_multi</li>
<li><a href="function.curl-multi-setopt.php" class="index">curl_multi_setopt</a> - Set a cURL multi option</li>
<li><a href="function.curl-multi-strerror.php" class="index">curl_multi_strerror</a> - Return string describing error code</li>
<li><a href="function.curl-pause.php" class="index">curl_pause</a> - Pause and unpause a connection</li>
<li><a href="function.curl-reset.php" class="index">curl_reset</a> - Reset all options of a libcurl session handle</li>
<li><a href="function.curl-setopt.php" class="index">curl_setopt</a> - Imposta una opzione per un trasferimento CURL</li>
<li><a href="function.curl-setopt-array.php" class="index">curl_setopt_array</a> - Set multiple options for a cURL transfer</li>
<li><a href="function.curl-share-close.php" class="index">curl_share_close</a> - Close a cURL share handle</li>
<li><a href="function.curl-share-errno.php" class="index">curl_share_errno</a> - Return the last share curl error number</li>
<li><a href="function.curl-share-init.php" class="index">curl_share_init</a> - Initialize a cURL share handle</li>
<li><a href="function.curl-share-init-persistent.php" class="index">curl_share_init_persistent</a> - Initialize a persistent cURL share handle</li>
<li><a href="function.curl-share-setopt.php" class="index">curl_share_setopt</a> - Set an option for a cURL share handle</li>
<li><a href="function.curl-share-strerror.php" class="index">curl_share_strerror</a> - Return string describing the given error code</li>
<li><a href="function.curl-strerror.php" class="index">curl_strerror</a> - Return string describing the given error code</li>
<li><a href="function.curl-unescape.php" class="index">curl_unescape</a> - Decodes the given URL encoded string</li>
<li><a href="function.curl_upkeep.php" class="index">curl_upkeep</a> - Performs any connection upkeep checks</li>
<li><a href="function.curl-version.php" class="index">curl_version</a> - Restituisce informazioni sulla versione di cURL</li>
<li><a href="function.current.php" class="index">current</a> - Restituisce l'elemento corrente di un array</li>
</ul></li>
<li class='gen-index index-for-d'>d<ul id='refentry-index-for-d'>
<li><a href="mysql-xdevapi-databaseobject.existsindatabase.php" class="index">DatabaseObject::existsInDatabase</a> - Check if object exists in database</li>
<li><a href="mysql-xdevapi-databaseobject.getname.php" class="index">DatabaseObject::getName</a> - Get object name</li>
<li><a href="mysql-xdevapi-databaseobject.getsession.php" class="index">DatabaseObject::getSession</a> - Get session name</li>
<li><a href="function.date.php" class="index">date</a> - Formatta un timestamp Unix</li>
<li><a href="dateinterval.createfromdatestring.php" class="index">DateInterval::createFromDateString</a> - Sets up a DateInterval from the relative parts of the string</li>
<li><a href="dateinterval.format.php" class="index">DateInterval::format</a> - Formats the interval</li>
<li><a href="dateinterval.construct.php" class="index">DateInterval::__construct</a> - Creates a new DateInterval object</li>
<li><a href="dateperiod.createfromiso8601string.php" class="index">DatePeriod::createFromISO8601String</a> - Creates a new DatePeriod object from an ISO8601 string</li>
<li><a href="dateperiod.getdateinterval.php" class="index">DatePeriod::getDateInterval</a> - Gets the interval</li>
<li><a href="dateperiod.getenddate.php" class="index">DatePeriod::getEndDate</a> - Gets the end date</li>
<li><a href="dateperiod.getrecurrences.php" class="index">DatePeriod::getRecurrences</a> - Gets the number of recurrences</li>
<li><a href="dateperiod.getstartdate.php" class="index">DatePeriod::getStartDate</a> - Gets the start date</li>
<li><a href="dateperiod.construct.php" class="index">DatePeriod::__construct</a> - Creates a new DatePeriod object</li>
<li><a href="datetime.add.php" class="index">DateTime::add</a> - Modifies a DateTime object, with added amount of days, months, years, hours, minutes and seconds</li>
<li><a href="datetime.createfromformat.php" class="index">DateTime::createFromFormat</a> - Parses a time string according to a specified format</li>
<li><a href="datetime.createfromimmutable.php" class="index">DateTime::createFromImmutable</a> - Returns new DateTime instance encapsulating the given DateTimeImmutable object</li>
<li><a href="datetime.createfrominterface.php" class="index">DateTime::createFromInterface</a> - Returns new DateTime object encapsulating the given DateTimeInterface object</li>
<li><a href="datetime.getlasterrors.php" class="index">DateTime::getLastErrors</a> - Alias di DateTimeImmutable::getLastErrors</li>
<li><a href="datetime.modify.php" class="index">DateTime::modify</a> - Alters the timestamp</li>
<li><a href="datetime.setdate.php" class="index">DateTime::setDate</a> - Sets the date</li>
<li><a href="datetime.setisodate.php" class="index">DateTime::setISODate</a> - Sets the ISO date</li>
<li><a href="datetime.settime.php" class="index">DateTime::setTime</a> - Sets the time</li>
<li><a href="datetime.settimestamp.php" class="index">DateTime::setTimestamp</a> - Sets the date and time based on an Unix timestamp</li>
<li><a href="datetime.settimezone.php" class="index">DateTime::setTimezone</a> - Sets the time zone for the DateTime object</li>
<li><a href="datetime.sub.php" class="index">DateTime::sub</a> - Subtracts an amount of days, months, years, hours, minutes and seconds from
   a DateTime object</li>
<li><a href="datetime.construct.php" class="index">DateTime::__construct</a> - Returns new DateTime object</li>
<li><a href="datetime.serialize.php" class="index">DateTime::__serialize</a> - Serialize a DateTime</li>
<li><a href="datetime.set-state.php" class="index">DateTime::__set_state</a> - The __set_state handler</li>
<li><a href="datetime.unserialize.php" class="index">DateTime::__unserialize</a> - Unserialize an Datetime</li>
<li><a href="datetime.wakeup.php" class="index">DateTime::__wakeup</a> - The __wakeup handler</li>
<li><a href="datetimeimmutable.add.php" class="index">DateTimeImmutable::add</a> - Returns a new object, with added amount of days, months, years, hours, minutes and seconds</li>
<li><a href="datetimeimmutable.createfromformat.php" class="index">DateTimeImmutable::createFromFormat</a> - Parses a time string according to a specified format</li>
<li><a href="datetimeimmutable.createfrominterface.php" class="index">DateTimeImmutable::createFromInterface</a> - Returns new DateTimeImmutable object encapsulating the given DateTimeInterface object</li>
<li><a href="datetimeimmutable.createfrommutable.php" class="index">DateTimeImmutable::createFromMutable</a> - Returns new DateTimeImmutable instance encapsulating the given DateTime object</li>
<li><a href="datetimeimmutable.getlasterrors.php" class="index">DateTimeImmutable::getLastErrors</a> - Returns the warnings and errors</li>
<li><a href="datetimeimmutable.modify.php" class="index">DateTimeImmutable::modify</a> - Creates a new object with modified timestamp</li>
<li><a href="datetimeimmutable.setdate.php" class="index">DateTimeImmutable::setDate</a> - Sets the date</li>
<li><a href="datetimeimmutable.setisodate.php" class="index">DateTimeImmutable::setISODate</a> - Sets the ISO date</li>
<li><a href="datetimeimmutable.settime.php" class="index">DateTimeImmutable::setTime</a> - Sets the time</li>
<li><a href="datetimeimmutable.settimestamp.php" class="index">DateTimeImmutable::setTimestamp</a> - Sets the date and time based on a Unix timestamp</li>
<li><a href="datetimeimmutable.settimezone.php" class="index">DateTimeImmutable::setTimezone</a> - Sets the time zone</li>
<li><a href="datetimeimmutable.sub.php" class="index">DateTimeImmutable::sub</a> - Subtracts an amount of days, months, years, hours, minutes and seconds</li>
<li><a href="datetimeimmutable.construct.php" class="index">DateTimeImmutable::__construct</a> - Returns new DateTimeImmutable object</li>
<li><a href="datetimeimmutable.set-state.php" class="index">DateTimeImmutable::__set_state</a> - The __set_state handler</li>
<li><a href="datetime.diff.php" class="index">DateTimeInterface::diff</a> - Returns the difference between two DateTime objects</li>
<li><a href="datetime.format.php" class="index">DateTimeInterface::format</a> - Returns date formatted according to given format</li>
<li><a href="datetime.getoffset.php" class="index">DateTimeInterface::getOffset</a> - Returns the timezone offset</li>
<li><a href="datetime.gettimestamp.php" class="index">DateTimeInterface::getTimestamp</a> - Gets the Unix timestamp</li>
<li><a href="datetime.gettimezone.php" class="index">DateTimeInterface::getTimezone</a> - Return time zone relative to given DateTime</li>
<li><a href="datetimezone.getlocation.php" class="index">DateTimeZone::getLocation</a> - Returns location information for a timezone</li>
<li><a href="datetimezone.getname.php" class="index">DateTimeZone::getName</a> - Returns the name of the timezone</li>
<li><a href="datetimezone.getoffset.php" class="index">DateTimeZone::getOffset</a> - Returns the timezone offset from GMT</li>
<li><a href="datetimezone.gettransitions.php" class="index">DateTimeZone::getTransitions</a> - Returns all transitions for the timezone</li>
<li><a href="datetimezone.listabbreviations.php" class="index">DateTimeZone::listAbbreviations</a> - Returns associative array containing dst, offset and the timezone name</li>
<li><a href="datetimezone.listidentifiers.php" class="index">DateTimeZone::listIdentifiers</a> - Returns a numerically indexed array containing all defined timezone identifiers</li>
<li><a href="datetimezone.construct.php" class="index">DateTimeZone::__construct</a> - Creates new DateTimeZone object</li>
<li><a href="function.date-add.php" class="index">date_add</a> - Alias di DateTime::add</li>
<li><a href="function.date-create.php" class="index">date_create</a> - create a new DateTime object</li>
<li><a href="function.date-create-from-format.php" class="index">date_create_from_format</a> - Alias di DateTime::createFromFormat</li>
<li><a href="function.date-create-immutable.php" class="index">date_create_immutable</a> - create a new DateTimeImmutable object</li>
<li><a href="function.date-create-immutable-from-format.php" class="index">date_create_immutable_from_format</a> - Alias di DateTimeImmutable::createFromFormat</li>
<li><a href="function.date-date-set.php" class="index">date_date_set</a> - Alias di DateTime::setDate</li>
<li><a href="function.date-default-timezone-get.php" class="index">date_default_timezone_get</a> - Gets the default timezone used by all date/time functions in a script</li>
<li><a href="function.date-default-timezone-set.php" class="index">date_default_timezone_set</a> - Sets the default timezone used by all date/time functions in a script</li>
<li><a href="function.date-diff.php" class="index">date_diff</a> - Alias di DateTime::diff</li>
<li><a href="function.date-format.php" class="index">date_format</a> - Alias di DateTime::format</li>
<li><a href="function.date-get-last-errors.php" class="index">date_get_last_errors</a> - Alias di DateTimeImmutable::getLastErrors</li>
<li><a href="function.date-interval-create-from-date-string.php" class="index">date_interval_create_from_date_string</a> - Alias di DateInterval::createFromDateString</li>
<li><a href="function.date-interval-format.php" class="index">date_interval_format</a> - Alias di DateInterval::format</li>
<li><a href="function.date-isodate-set.php" class="index">date_isodate_set</a> - Alias di DateTime::setISODate</li>
<li><a href="function.date-modify.php" class="index">date_modify</a> - Alias di DateTime::modify</li>
<li><a href="function.date-offset-get.php" class="index">date_offset_get</a> - Alias di DateTime::getOffset</li>
<li><a href="function.date-parse.php" class="index">date_parse</a> - Returns associative array with detailed info about given date/time</li>
<li><a href="function.date-parse-from-format.php" class="index">date_parse_from_format</a> - Get info about given date formatted according to the specified format</li>
<li><a href="function.date-sub.php" class="index">date_sub</a> - Alias di DateTime::sub</li>
<li><a href="function.date-sunrise.php" class="index">date_sunrise</a> - Returns time of sunrise for a given day and location</li>
<li><a href="function.date-sunset.php" class="index">date_sunset</a> - Returns time of sunset for a given day and location</li>
<li><a href="function.date-sun-info.php" class="index">date_sun_info</a> - Returns an array with information about sunset/sunrise and twilight begin/end</li>
<li><a href="function.date-timestamp-get.php" class="index">date_timestamp_get</a> - Alias di DateTime::getTimestamp</li>
<li><a href="function.date-timestamp-set.php" class="index">date_timestamp_set</a> - Alias di DateTime::setTimestamp</li>
<li><a href="function.date-timezone-get.php" class="index">date_timezone_get</a> - Alias di DateTime::getTimezone</li>
<li><a href="function.date-timezone-set.php" class="index">date_timezone_set</a> - Alias di DateTime::setTimezone</li>
<li><a href="function.date-time-set.php" class="index">date_time_set</a> - Alias di DateTime::setTime</li>
<li><a href="function.db2-autocommit.php" class="index">db2_autocommit</a> - Returns or sets the AUTOCOMMIT state for a database connection</li>
<li><a href="function.db2-bind-param.php" class="index">db2_bind_param</a> - Binds a PHP variable to an SQL statement parameter</li>
<li><a href="function.db2-client-info.php" class="index">db2_client_info</a> - Returns an object with properties that describe the DB2 database client</li>
<li><a href="function.db2-close.php" class="index">db2_close</a> - Closes a database connection</li>
<li><a href="function.db2-columns.php" class="index">db2_columns</a> - Returns a result set listing the columns and associated metadata for a table</li>
<li><a href="function.db2-column-privileges.php" class="index">db2_column_privileges</a> - Returns a result set listing the columns and associated privileges for a table</li>
<li><a href="function.db2-commit.php" class="index">db2_commit</a> - Commits a transaction</li>
<li><a href="function.db2-connect.php" class="index">db2_connect</a> - Returns a connection to a database</li>
<li><a href="function.db2-conn-error.php" class="index">db2_conn_error</a> - Returns a string containing the SQLSTATE returned by the last connection attempt</li>
<li><a href="function.db2-conn-errormsg.php" class="index">db2_conn_errormsg</a> - Returns the last connection error message and SQLCODE value</li>
<li><a href="function.db2-cursor-type.php" class="index">db2_cursor_type</a> - Returns the cursor type used by a statement resource</li>
<li><a href="function.db2-escape-string.php" class="index">db2_escape_string</a> - Used to escape certain characters</li>
<li><a href="function.db2-exec.php" class="index">db2_exec</a> - Executes an SQL statement directly</li>
<li><a href="function.db2-execute.php" class="index">db2_execute</a> - Executes a prepared SQL statement</li>
<li><a href="function.db2-fetch-array.php" class="index">db2_fetch_array</a> - Returns an array, indexed by column position, representing a row in a result set</li>
<li><a href="function.db2-fetch-assoc.php" class="index">db2_fetch_assoc</a> - Returns an array, indexed by column name, representing a row in a result set</li>
<li><a href="function.db2-fetch-both.php" class="index">db2_fetch_both</a> - Returns an array, indexed by both column name and position, representing a row in a result set</li>
<li><a href="function.db2-fetch-object.php" class="index">db2_fetch_object</a> - Returns an object with properties representing columns in the fetched row</li>
<li><a href="function.db2-fetch-row.php" class="index">db2_fetch_row</a> - Sets the result set pointer to the next row or requested row</li>
<li><a href="function.db2-field-display-size.php" class="index">db2_field_display_size</a> - Returns the maximum number of bytes required to display a column</li>
<li><a href="function.db2-field-name.php" class="index">db2_field_name</a> - Returns the name of the column in the result set</li>
<li><a href="function.db2-field-num.php" class="index">db2_field_num</a> - Returns the position of the named column in a result set</li>
<li><a href="function.db2-field-precision.php" class="index">db2_field_precision</a> - Returns the precision of the indicated column in a result set</li>
<li><a href="function.db2-field-scale.php" class="index">db2_field_scale</a> - Returns the scale of the indicated column in a result set</li>
<li><a href="function.db2-field-type.php" class="index">db2_field_type</a> - Returns the data type of the indicated column in a result set</li>
<li><a href="function.db2-field-width.php" class="index">db2_field_width</a> - Returns the width of the current value of the indicated column in a result set</li>
<li><a href="function.db2-foreign-keys.php" class="index">db2_foreign_keys</a> - Returns a result set listing the foreign keys for a table</li>
<li><a href="function.db2-free-result.php" class="index">db2_free_result</a> - Frees resources associated with a result set</li>
<li><a href="function.db2-free-stmt.php" class="index">db2_free_stmt</a> - Frees resources associated with the indicated statement resource</li>
<li><a href="function.db2-get-option.php" class="index">db2_get_option</a> - Retrieves an option value for a statement resource or a connection resource</li>
<li><a href="function.db2-last-insert-id.php" class="index">db2_last_insert_id</a> - Returns the auto generated ID of the last insert query that successfully
  executed on this connection</li>
<li><a href="function.db2-lob-read.php" class="index">db2_lob_read</a> - Gets a user defined size of LOB files with each invocation</li>
<li><a href="function.db2-next-result.php" class="index">db2_next_result</a> - Requests the next result set from a stored procedure</li>
<li><a href="function.db2-num-fields.php" class="index">db2_num_fields</a> - Returns the number of fields contained in a result set</li>
<li><a href="function.db2-num-rows.php" class="index">db2_num_rows</a> - Returns the number of rows affected by an SQL statement</li>
<li><a href="function.db2-pclose.php" class="index">db2_pclose</a> - Closes a persistent database connection</li>
<li><a href="function.db2-pconnect.php" class="index">db2_pconnect</a> - Returns a persistent connection to a database</li>
<li><a href="function.db2-prepare.php" class="index">db2_prepare</a> - Prepares an SQL statement to be executed</li>
<li><a href="function.db2-primary-keys.php" class="index">db2_primary_keys</a> - Returns a result set listing primary keys for a table</li>
<li><a href="function.db2-procedures.php" class="index">db2_procedures</a> - Returns a result set listing the stored procedures registered in a database</li>
<li><a href="function.db2-procedure-columns.php" class="index">db2_procedure_columns</a> - Returns a result set listing stored procedure parameters</li>
<li><a href="function.db2-result.php" class="index">db2_result</a> - Returns a single column from a row in the result set</li>
<li><a href="function.db2-rollback.php" class="index">db2_rollback</a> - Rolls back a transaction</li>
<li><a href="function.db2-server-info.php" class="index">db2_server_info</a> - Returns an object with properties that describe the DB2 database server</li>
<li><a href="function.db2-set-option.php" class="index">db2_set_option</a> - Set options for connection or statement resources</li>
<li><a href="function.db2-special-columns.php" class="index">db2_special_columns</a> - Returns a result set listing the unique row identifier columns for a table</li>
<li><a href="function.db2-statistics.php" class="index">db2_statistics</a> - Returns a result set listing the index and statistics for a table</li>
<li><a href="function.db2-stmt-error.php" class="index">db2_stmt_error</a> - Returns a string containing the SQLSTATE returned by an SQL statement</li>
<li><a href="function.db2-stmt-errormsg.php" class="index">db2_stmt_errormsg</a> - Returns a string containing the last SQL statement error message</li>
<li><a href="function.db2-tables.php" class="index">db2_tables</a> - Returns a result set listing the tables and associated metadata in a database</li>
<li><a href="function.db2-table-privileges.php" class="index">db2_table_privileges</a> - Returns a result set listing the tables and associated privileges in a database</li>
<li><a href="function.dbase-add-record.php" class="index">dbase_add_record</a> - Aggiunge un record ad un database dBase</li>
<li><a href="function.dbase-close.php" class="index">dbase_close</a> - Chiude un database dBase</li>
<li><a href="function.dbase-create.php" class="index">dbase_create</a> - Crea un database dBase</li>
<li><a href="function.dbase-delete-record.php" class="index">dbase_delete_record</a> - Cancella un record da un database dBase</li>
<li><a href="function.dbase-get-header-info.php" class="index">dbase_get_header_info</a> - Ottenere le informazioni di intestazione di un database dBase</li>
<li><a href="function.dbase-get-record.php" class="index">dbase_get_record</a> - Estrae un record da un database dBase</li>
<li><a href="function.dbase-get-record-with-names.php" class="index">dbase_get_record_with_names</a> - Estrae un record da un database dBase come un array associativo</li>
<li><a href="function.dbase-numfields.php" class="index">dbase_numfields</a> - Restituisce il numero di campi in un database dBase.</li>
<li><a href="function.dbase-numrecords.php" class="index">dbase_numrecords</a> - Restituisce il numero di records in un database dBase.</li>
<li><a href="function.dbase-open.php" class="index">dbase_open</a> - Apre un database</li>
<li><a href="function.dbase-pack.php" class="index">dbase_pack</a> - Stabilizza un database dBase</li>
<li><a href="function.dbase-replace-record.php" class="index">dbase_replace_record</a> - Sostituisce un record in un database dBase</li>
<li><a href="function.dba-close.php" class="index">dba_close</a> - Close a DBA database</li>
<li><a href="function.dba-delete.php" class="index">dba_delete</a> - Delete DBA entry specified by key</li>
<li><a href="function.dba-exists.php" class="index">dba_exists</a> - Check whether key exists</li>
<li><a href="function.dba-fetch.php" class="index">dba_fetch</a> - Fetch data specified by key</li>
<li><a href="function.dba-firstkey.php" class="index">dba_firstkey</a> - Fetch first key</li>
<li><a href="function.dba-handlers.php" class="index">dba_handlers</a> - List all the handlers available</li>
<li><a href="function.dba-insert.php" class="index">dba_insert</a> - Insert entry</li>
<li><a href="function.dba-key-split.php" class="index">dba_key_split</a> - Splits a key in string representation into array representation</li>
<li><a href="function.dba-list.php" class="index">dba_list</a> - List all open database files</li>
<li><a href="function.dba-nextkey.php" class="index">dba_nextkey</a> - Fetch next key</li>
<li><a href="function.dba-open.php" class="index">dba_open</a> - Open database</li>
<li><a href="function.dba-optimize.php" class="index">dba_optimize</a> - Optimize database</li>
<li><a href="function.dba-popen.php" class="index">dba_popen</a> - Open database persistently</li>
<li><a href="function.dba-replace.php" class="index">dba_replace</a> - Replace or insert entry</li>
<li><a href="function.dba-sync.php" class="index">dba_sync</a> - Synchronize database</li>
<li><a href="function.dcgettext.php" class="index">dcgettext</a> - Overrides the domain for a single lookup</li>
<li><a href="function.dcngettext.php" class="index">dcngettext</a> - Plural version of dcgettext</li>
<li><a href="function.debug-backtrace.php" class="index">debug_backtrace</a> - Genera un backtrace</li>
<li><a href="function.debug-print-backtrace.php" class="index">debug_print_backtrace</a> - Stampa una backtrace</li>
<li><a href="function.debug-zval-dump.php" class="index">debug_zval_dump</a> - Dumps a string representation of an internal zval structure to output</li>
<li><a href="function.decbin.php" class="index">decbin</a> - Da decimale a binario</li>
<li><a href="function.dechex.php" class="index">dechex</a> - Da decimale a esadecimale</li>
<li><a href="function.decoct.php" class="index">decoct</a> - Da decimale a ottale</li>
<li><a href="function.define.php" class="index">define</a> - Definisce una costante</li>
<li><a href="function.defined.php" class="index">defined</a> - Verifica se dato nome di una costante, essa esiste</li>
<li><a href="function.deflate-add.php" class="index">deflate_add</a> - Incrementally deflate data</li>
<li><a href="function.deflate-init.php" class="index">deflate_init</a> - Initialize an incremental deflate context</li>
<li><a href="function.deg2rad.php" class="index">deg2rad</a> - Converte il numero dato in gradi nell'equivalente espresso in radianti</li>
<li><a href="function.delete.php" class="index">delete</a> - Vedere unlink oppure unset</li>
<li><a href="deprecated.construct.php" class="index">Deprecated::__construct</a> - Construct a new Deprecated attribute instance</li>
<li><a href="function.dgettext.php" class="index">dgettext</a> - Override the current domain</li>
<li><a href="function.die.php" class="index">die</a> - Equivale a exit</li>
<li><a href="function.dio-close.php" class="index">dio_close</a> - Chiude il descrittore di file dato da fd</li>
<li><a href="function.dio-fcntl.php" class="index">dio_fcntl</a> - Esegue la funzione C fcntl su un descrittore di file</li>
<li><a href="function.dio-open.php" class="index">dio_open</a> - Apre un nuovo file nella modalit&agrave; specificata da flags e
   i permessi indicati in mode</li>
<li><a href="function.dio-read.php" class="index">dio_read</a> - Legge n bytes da un descrittore di file</li>
<li><a href="function.dio-seek.php" class="index">dio_seek</a> - Si posiziona al byte pos del file indicato da fd</li>
<li><a href="function.dio-stat.php" class="index">dio_stat</a> - Restituisce le informazioni relative al file indicato da fd</li>
<li><a href="function.dio-tcsetattr.php" class="index">dio_tcsetattr</a> - Imposta gli attributi terminale e la velocit&agrave; per una porta seriale</li>
<li><a href="function.dio-truncate.php" class="index">dio_truncate</a> - Tronca il file indicato da fd ad un numero di byte specificato</li>
<li><a href="function.dio-write.php" class="index">dio_write</a> - Scrive dati sul file indicato da fd con la possibilit&agrave; di troncarne la lunghezza</li>
<li><a href="function.dir.php" class="index">dir</a> - Return an instance of the Directory class</li>
<li><a href="directory.close.php" class="index">Directory::close</a> - Close directory handle</li>
<li><a href="directory.read.php" class="index">Directory::read</a> - Read entry from directory handle</li>
<li><a href="directory.rewind.php" class="index">Directory::rewind</a> - Rewind directory handle</li>
<li><a href="directoryiterator.current.php" class="index">DirectoryIterator::current</a> - Return the current DirectoryIterator item</li>
<li><a href="directoryiterator.getbasename.php" class="index">DirectoryIterator::getBasename</a> - Get base name of current DirectoryIterator item</li>
<li><a href="directoryiterator.getextension.php" class="index">DirectoryIterator::getExtension</a> - Gets the file extension</li>
<li><a href="directoryiterator.getfilename.php" class="index">DirectoryIterator::getFilename</a> - Return file name of current DirectoryIterator item</li>
<li><a href="directoryiterator.isdot.php" class="index">DirectoryIterator::isDot</a> - Determine if current DirectoryIterator item is '.' or '..'</li>
<li><a href="directoryiterator.key.php" class="index">DirectoryIterator::key</a> - Return the key for the current DirectoryIterator item</li>
<li><a href="directoryiterator.next.php" class="index">DirectoryIterator::next</a> - Move forward to next DirectoryIterator item</li>
<li><a href="directoryiterator.rewind.php" class="index">DirectoryIterator::rewind</a> - Rewind the DirectoryIterator back to the start</li>
<li><a href="directoryiterator.seek.php" class="index">DirectoryIterator::seek</a> - Seek to a DirectoryIterator item</li>
<li><a href="directoryiterator.valid.php" class="index">DirectoryIterator::valid</a> - Check whether current DirectoryIterator position is a valid file</li>
<li><a href="directoryiterator.construct.php" class="index">DirectoryIterator::__construct</a> - Constructs a new directory iterator from a path</li>
<li><a href="directoryiterator.tostring.php" class="index">DirectoryIterator::__toString</a> - Get file name as a string</li>
<li><a href="function.dirname.php" class="index">dirname</a> - Restituisce il percorso di una directory padre</li>
<li><a href="function.diskfreespace.php" class="index">diskfreespace</a> - Alias di disk_free_space</li>
<li><a href="function.disk-free-space.php" class="index">disk_free_space</a> - Restituisce lo spazio disponibile nella directory</li>
<li><a href="function.disk-total-space.php" class="index">disk_total_space</a> - Restituisce lo spazio totale di una directory</li>
<li><a href="function.dl.php" class="index">dl</a> - Carica un estensione PHP a runtime</li>
<li><a href="function.dngettext.php" class="index">dngettext</a> - Plural version of dgettext</li>
<li><a href="function.dns-check-record.php" class="index">dns_check_record</a> - Alias di checkdnsrr</li>
<li><a href="function.dns-get-mx.php" class="index">dns_get_mx</a> - Alias di getmxrr</li>
<li><a href="function.dns-get-record.php" class="index">dns_get_record</a> - Fetch DNS Resource Records associated with a hostname</li>
<li><a href="mysql-xdevapi-docresult.fetchall.php" class="index">DocResult::fetchAll</a> - Get all rows</li>
<li><a href="mysql-xdevapi-docresult.fetchone.php" class="index">DocResult::fetchOne</a> - Get one row</li>
<li><a href="mysql-xdevapi-docresult.getwarnings.php" class="index">DocResult::getWarnings</a> - Get warnings from last operation</li>
<li><a href="mysql-xdevapi-docresult.getwarningscount.php" class="index">DocResult::getWarningsCount</a> - Get warning count from last operation</li>
<li><a href="mysql-xdevapi-docresult.construct.php" class="index">DocResult::__construct</a> - DocResult constructor</li>
<li><a href="domattr.isid.php" class="index">DOMAttr::isId</a> - Checks if attribute is a defined ID</li>
<li><a href="domattr.construct.php" class="index">DOMAttr::__construct</a> - Creates a new DOMAttr object</li>
<li><a href="domcdatasection.construct.php" class="index">DOMCdataSection::__construct</a> - Constructs a new DOMCdataSection object</li>
<li><a href="domcharacterdata.after.php" class="index">DOMCharacterData::after</a> - Adds nodes after the character data</li>
<li><a href="domcharacterdata.appenddata.php" class="index">DOMCharacterData::appendData</a> - Append the string to the end of the character data of the node</li>
<li><a href="domcharacterdata.before.php" class="index">DOMCharacterData::before</a> - Adds nodes before the character data</li>
<li><a href="domcharacterdata.deletedata.php" class="index">DOMCharacterData::deleteData</a> - Remove a range of characters from the character data</li>
<li><a href="domcharacterdata.insertdata.php" class="index">DOMCharacterData::insertData</a> - Insert a string at the specified UTF-8 codepoint offset</li>
<li><a href="domcharacterdata.remove.php" class="index">DOMCharacterData::remove</a> - Removes the character data node</li>
<li><a href="domcharacterdata.replacedata.php" class="index">DOMCharacterData::replaceData</a> - Replace a substring within the character data</li>
<li><a href="domcharacterdata.replacewith.php" class="index">DOMCharacterData::replaceWith</a> - Replaces the character data with new nodes</li>
<li><a href="domcharacterdata.substringdata.php" class="index">DOMCharacterData::substringData</a> - Extracts a range of data from the character data</li>
<li><a href="domchildnode.after.php" class="index">DOMChildNode::after</a> - Adds nodes after the node</li>
<li><a href="domchildnode.before.php" class="index">DOMChildNode::before</a> - Adds nodes before the node</li>
<li><a href="domchildnode.remove.php" class="index">DOMChildNode::remove</a> - Removes the node</li>
<li><a href="domchildnode.replacewith.php" class="index">DOMChildNode::replaceWith</a> - Replaces the node with new nodes</li>
<li><a href="domcomment.construct.php" class="index">DOMComment::__construct</a> - Creates a new DOMComment object</li>
<li><a href="domdocument.adoptnode.php" class="index">DOMDocument::adoptNode</a> - Transfer a node from another document</li>
<li><a href="domdocument.append.php" class="index">DOMDocument::append</a> - Appends nodes after the last child node</li>
<li><a href="domdocument.createattribute.php" class="index">DOMDocument::createAttribute</a> - Create new attribute</li>
<li><a href="domdocument.createattributens.php" class="index">DOMDocument::createAttributeNS</a> - Create new attribute node with an associated namespace</li>
<li><a href="domdocument.createcdatasection.php" class="index">DOMDocument::createCDATASection</a> - Create new cdata node</li>
<li><a href="domdocument.createcomment.php" class="index">DOMDocument::createComment</a> - Create new comment node</li>
<li><a href="domdocument.createdocumentfragment.php" class="index">DOMDocument::createDocumentFragment</a> - Create new document fragment</li>
<li><a href="domdocument.createelement.php" class="index">DOMDocument::createElement</a> - Create new element node</li>
<li><a href="domdocument.createelementns.php" class="index">DOMDocument::createElementNS</a> - Create new element node with an associated namespace</li>
<li><a href="domdocument.createentityreference.php" class="index">DOMDocument::createEntityReference</a> - Create new entity reference node</li>
<li><a href="domdocument.createprocessinginstruction.php" class="index">DOMDocument::createProcessingInstruction</a> - Creates new PI node</li>
<li><a href="domdocument.createtextnode.php" class="index">DOMDocument::createTextNode</a> - Create new text node</li>
<li><a href="domdocument.getelementbyid.php" class="index">DOMDocument::getElementById</a> - Searches for an element with a certain id</li>
<li><a href="domdocument.getelementsbytagname.php" class="index">DOMDocument::getElementsByTagName</a> - Searches for all elements with given local tag name</li>
<li><a href="domdocument.getelementsbytagnamens.php" class="index">DOMDocument::getElementsByTagNameNS</a> - Searches for all elements with given tag name in specified namespace</li>
<li><a href="domdocument.importnode.php" class="index">DOMDocument::importNode</a> - Import node into current document</li>
<li><a href="domdocument.load.php" class="index">DOMDocument::load</a> - Load XML from a file</li>
<li><a href="domdocument.loadhtml.php" class="index">DOMDocument::loadHTML</a> - Load HTML from a string</li>
<li><a href="domdocument.loadhtmlfile.php" class="index">DOMDocument::loadHTMLFile</a> - Load HTML from a file</li>
<li><a href="domdocument.loadxml.php" class="index">DOMDocument::loadXML</a> - Load XML from a string</li>
<li><a href="domdocument.normalizedocument.php" class="index">DOMDocument::normalizeDocument</a> - Normalizes the document</li>
<li><a href="domdocument.prepend.php" class="index">DOMDocument::prepend</a> - Prepends nodes before the first child node</li>
<li><a href="domdocument.registernodeclass.php" class="index">DOMDocument::registerNodeClass</a> - Registra la classe estesa utilizzata per creare il tipo di nodo di base</li>
<li><a href="domdocument.relaxngvalidate.php" class="index">DOMDocument::relaxNGValidate</a> - Performs relaxNG validation on the document</li>
<li><a href="domdocument.relaxngvalidatesource.php" class="index">DOMDocument::relaxNGValidateSource</a> - Performs relaxNG validation on the document</li>
<li><a href="domdocument.replacechildren.php" class="index">DOMDocument::replaceChildren</a> - Replace children in document</li>
<li><a href="domdocument.save.php" class="index">DOMDocument::save</a> - Dumps the internal XML tree back into a file</li>
<li><a href="domdocument.savehtml.php" class="index">DOMDocument::saveHTML</a> - Dumps the internal document into a string using HTML formatting</li>
<li><a href="domdocument.savehtmlfile.php" class="index">DOMDocument::saveHTMLFile</a> - Dumps the internal document into a file using HTML formatting</li>
<li><a href="domdocument.savexml.php" class="index">DOMDocument::saveXML</a> - Dumps the internal XML tree back into a string</li>
<li><a href="domdocument.schemavalidate.php" class="index">DOMDocument::schemaValidate</a> - Validates a document based on a schema. Only XML Schema 1.0 is supported.</li>
<li><a href="domdocument.schemavalidatesource.php" class="index">DOMDocument::schemaValidateSource</a> - Validates a document based on a schema</li>
<li><a href="domdocument.validate.php" class="index">DOMDocument::validate</a> - Validates the document based on its DTD</li>
<li><a href="domdocument.xinclude.php" class="index">DOMDocument::xinclude</a> - Substitutes XIncludes in a DOMDocument Object</li>
<li><a href="domdocument.construct.php" class="index">DOMDocument::__construct</a> - Creates a new DOMDocument object</li>
<li><a href="domdocumentfragment.append.php" class="index">DOMDocumentFragment::append</a> - Appends nodes after the last child node</li>
<li><a href="domdocumentfragment.appendxml.php" class="index">DOMDocumentFragment::appendXML</a> - Append raw XML data</li>
<li><a href="domdocumentfragment.prepend.php" class="index">DOMDocumentFragment::prepend</a> - Prepends nodes before the first child node</li>
<li><a href="domdocumentfragment.replacechildren.php" class="index">DOMDocumentFragment::replaceChildren</a> - Replace children in fragment</li>
<li><a href="domdocumentfragment.construct.php" class="index">DOMDocumentFragment::__construct</a> - Constructs a DOMDocumentFragment object</li>
<li><a href="domelement.after.php" class="index">DOMElement::after</a> - Adds nodes after the element</li>
<li><a href="domelement.append.php" class="index">DOMElement::append</a> - Appends nodes after the last child node</li>
<li><a href="domelement.before.php" class="index">DOMElement::before</a> - Adds nodes before the element</li>
<li><a href="domelement.getattribute.php" class="index">DOMElement::getAttribute</a> - Returns value of attribute</li>
<li><a href="domelement.getattributenames.php" class="index">DOMElement::getAttributeNames</a> - Get attribute names</li>
<li><a href="domelement.getattributenode.php" class="index">DOMElement::getAttributeNode</a> - Returns attribute node</li>
<li><a href="domelement.getattributenodens.php" class="index">DOMElement::getAttributeNodeNS</a> - Returns attribute node</li>
<li><a href="domelement.getattributens.php" class="index">DOMElement::getAttributeNS</a> - Returns value of attribute</li>
<li><a href="domelement.getelementsbytagname.php" class="index">DOMElement::getElementsByTagName</a> - Gets elements by tagname</li>
<li><a href="domelement.getelementsbytagnamens.php" class="index">DOMElement::getElementsByTagNameNS</a> - Get elements by namespaceURI and localName</li>
<li><a href="domelement.hasattribute.php" class="index">DOMElement::hasAttribute</a> - Checks to see if attribute exists</li>
<li><a href="domelement.hasattributens.php" class="index">DOMElement::hasAttributeNS</a> - Checks to see if attribute exists</li>
<li><a href="domelement.insertadjacentelement.php" class="index">DOMElement::insertAdjacentElement</a> - Insert adjacent element</li>
<li><a href="domelement.insertadjacenttext.php" class="index">DOMElement::insertAdjacentText</a> - Insert adjacent text</li>
<li><a href="domelement.prepend.php" class="index">DOMElement::prepend</a> - Prepends nodes before the first child node</li>
<li><a href="domelement.remove.php" class="index">DOMElement::remove</a> - Removes the element</li>
<li><a href="domelement.removeattribute.php" class="index">DOMElement::removeAttribute</a> - Removes attribute</li>
<li><a href="domelement.removeattributenode.php" class="index">DOMElement::removeAttributeNode</a> - Removes attribute</li>
<li><a href="domelement.removeattributens.php" class="index">DOMElement::removeAttributeNS</a> - Removes attribute</li>
<li><a href="domelement.replacechildren.php" class="index">DOMElement::replaceChildren</a> - Replace children in element</li>
<li><a href="domelement.replacewith.php" class="index">DOMElement::replaceWith</a> - Replaces the element with new nodes</li>
<li><a href="domelement.setattribute.php" class="index">DOMElement::setAttribute</a> - Adds new or modifies existing attribute</li>
<li><a href="domelement.setattributenode.php" class="index">DOMElement::setAttributeNode</a> - Adds new attribute node to element</li>
<li><a href="domelement.setattributenodens.php" class="index">DOMElement::setAttributeNodeNS</a> - Adds new attribute node to element</li>
<li><a href="domelement.setattributens.php" class="index">DOMElement::setAttributeNS</a> - Adds new attribute</li>
<li><a href="domelement.setidattribute.php" class="index">DOMElement::setIdAttribute</a> - Declares the attribute specified by name to be of type ID</li>
<li><a href="domelement.setidattributenode.php" class="index">DOMElement::setIdAttributeNode</a> - Declares the attribute specified by node to be of type ID</li>
<li><a href="domelement.setidattributens.php" class="index">DOMElement::setIdAttributeNS</a> - Declares the attribute specified by local name and namespace URI to be of type ID</li>
<li><a href="domelement.toggleattribute.php" class="index">DOMElement::toggleAttribute</a> - Toggle attribute</li>
<li><a href="domelement.construct.php" class="index">DOMElement::__construct</a> - Creates a new DOMElement object</li>
<li><a href="domentityreference.construct.php" class="index">DOMEntityReference::__construct</a> - Creates a new DOMEntityReference object</li>
<li><a href="domimplementation.createdocument.php" class="index">DOMImplementation::createDocument</a> - Creates a DOMDocument object of the specified type with its document element</li>
<li><a href="domimplementation.createdocumenttype.php" class="index">DOMImplementation::createDocumentType</a> - Creates an empty DOMDocumentType object</li>
<li><a href="domimplementation.hasfeature.php" class="index">DOMImplementation::hasFeature</a> - Test if the DOM implementation implements a specific feature</li>
<li><a href="domimplementation.construct.php" class="index">DOMImplementation::__construct</a> - Creates a new DOMImplementation object</li>
<li><a href="domnamednodemap.count.php" class="index">DOMNamedNodeMap::count</a> - Get number of nodes in the map</li>
<li><a href="domnamednodemap.getiterator.php" class="index">DOMNamedNodeMap::getIterator</a> - Retrieve an external iterator</li>
<li><a href="domnamednodemap.getnameditem.php" class="index">DOMNamedNodeMap::getNamedItem</a> - Retrieves a node specified by name</li>
<li><a href="domnamednodemap.getnameditemns.php" class="index">DOMNamedNodeMap::getNamedItemNS</a> - Retrieves a node specified by local name and namespace URI</li>
<li><a href="domnamednodemap.item.php" class="index">DOMNamedNodeMap::item</a> - Retrieves a node specified by index</li>
<li><a href="domnamespacenode.sleep.php" class="index">DOMNameSpaceNode::__sleep</a> - Forbids serialization unless serialization methods are implemented in a subclass</li>
<li><a href="domnamespacenode.wakeup.php" class="index">DOMNameSpaceNode::__wakeup</a> - Forbids unserialization unless unserialization methods are implemented in a subclass</li>
<li><a href="domnode.appendchild.php" class="index">DOMNode::appendChild</a> - Adds new child at the end of the children</li>
<li><a href="domnode.c14n.php" class="index">DOMNode::C14N</a> - Canonicalize nodes to a string</li>
<li><a href="domnode.c14nfile.php" class="index">DOMNode::C14NFile</a> - Canonicalize nodes to a file</li>
<li><a href="domnode.clonenode.php" class="index">DOMNode::cloneNode</a> - Clones a node</li>
<li><a href="domnode.comparedocumentposition.php" class="index">DOMNode::compareDocumentPosition</a> - Compares the position of two nodes</li>
<li><a href="domnode.contains.php" class="index">DOMNode::contains</a> - Checks if node contains other node</li>
<li><a href="domnode.getlineno.php" class="index">DOMNode::getLineNo</a> - Get line number for a node</li>
<li><a href="domnode.getnodepath.php" class="index">DOMNode::getNodePath</a> - Get an XPath for a node</li>
<li><a href="domnode.getrootnode.php" class="index">DOMNode::getRootNode</a> - Get root node</li>
<li><a href="domnode.hasattributes.php" class="index">DOMNode::hasAttributes</a> - Checks if node has attributes</li>
<li><a href="domnode.haschildnodes.php" class="index">DOMNode::hasChildNodes</a> - Checks if node has children</li>
<li><a href="domnode.insertbefore.php" class="index">DOMNode::insertBefore</a> - Adds a new child before a reference node</li>
<li><a href="domnode.isdefaultnamespace.php" class="index">DOMNode::isDefaultNamespace</a> - Checks if the specified namespaceURI is the default namespace or not</li>
<li><a href="domnode.isequalnode.php" class="index">DOMNode::isEqualNode</a> - Checks that both nodes are equal</li>
<li><a href="domnode.issamenode.php" class="index">DOMNode::isSameNode</a> - Indicates if two nodes are the same node</li>
<li><a href="domnode.issupported.php" class="index">DOMNode::isSupported</a> - Checks if feature is supported for specified version</li>
<li><a href="domnode.lookupnamespaceuri.php" class="index">DOMNode::lookupNamespaceURI</a> - Gets the namespace URI of the node based on the prefix</li>
<li><a href="domnode.lookupprefix.php" class="index">DOMNode::lookupPrefix</a> - Gets the namespace prefix of the node based on the namespace URI</li>
<li><a href="domnode.normalize.php" class="index">DOMNode::normalize</a> - Normalizes the node</li>
<li><a href="domnode.removechild.php" class="index">DOMNode::removeChild</a> - Removes child from list of children</li>
<li><a href="domnode.replacechild.php" class="index">DOMNode::replaceChild</a> - Replaces a child</li>
<li><a href="domnode.sleep.php" class="index">DOMNode::__sleep</a> - Forbids serialization unless serialization methods are implemented in a subclass</li>
<li><a href="domnode.wakeup.php" class="index">DOMNode::__wakeup</a> - Forbids unserialization unless unserialization methods are implemented in a subclass</li>
<li><a href="domnodelist.count.php" class="index">DOMNodeList::count</a> - Get number of nodes in the list</li>
<li><a href="domnodelist.getiterator.php" class="index">DOMNodeList::getIterator</a> - Retrieve an external iterator</li>
<li><a href="domnodelist.item.php" class="index">DOMNodeList::item</a> - Retrieves a node specified by index</li>
<li><a href="domparentnode.append.php" class="index">DOMParentNode::append</a> - Appends nodes after the last child node</li>
<li><a href="domparentnode.prepend.php" class="index">DOMParentNode::prepend</a> - Prepends nodes before the first child node</li>
<li><a href="domparentnode.replacechildren.php" class="index">DOMParentNode::replaceChildren</a> - Replace children in node</li>
<li><a href="domprocessinginstruction.construct.php" class="index">DOMProcessingInstruction::__construct</a> - Creates a new DOMProcessingInstruction object</li>
<li><a href="domtext.iselementcontentwhitespace.php" class="index">DOMText::isElementContentWhitespace</a> - Returns whether this text node contains whitespace in element content</li>
<li><a href="domtext.iswhitespaceinelementcontent.php" class="index">DOMText::isWhitespaceInElementContent</a> - Indicates whether this text node contains whitespace</li>
<li><a href="domtext.splittext.php" class="index">DOMText::splitText</a> - Breaks this node into two nodes at the specified offset</li>
<li><a href="domtext.construct.php" class="index">DOMText::__construct</a> - Creates a new DOMText object</li>
<li><a href="domxpath.evaluate.php" class="index">DOMXPath::evaluate</a> - Evaluates the given XPath expression and returns a typed result if possible</li>
<li><a href="domxpath.query.php" class="index">DOMXPath::query</a> - Evaluates the given XPath expression</li>
<li><a href="domxpath.quote.php" class="index">DOMXPath::quote</a> - Quotes a string for use in an XPath expression</li>
<li><a href="domxpath.registernamespace.php" class="index">DOMXPath::registerNamespace</a> - Registers the namespace with the DOMXPath object</li>
<li><a href="domxpath.registerphpfunctionns.php" class="index">DOMXPath::registerPhpFunctionNS</a> - Register a PHP functions as namespaced XPath function</li>
<li><a href="domxpath.registerphpfunctions.php" class="index">DOMXPath::registerPhpFunctions</a> - Register PHP functions as XPath functions</li>
<li><a href="domxpath.construct.php" class="index">DOMXPath::__construct</a> - Creates a new DOMXPath object</li>
<li><a href="dom-attr.isid.php" class="index">Dom\Attr::isId</a> - Checks if attribute is a defined ID</li>
<li><a href="dom-attr.rename.php" class="index">Dom\Attr::rename</a> - Changes the qualified name or namespace of an attribute</li>
<li><a href="dom-characterdata.after.php" class="index">Dom\CharacterData::after</a> - Adds nodes after the character data</li>
<li><a href="dom-characterdata.appenddata.php" class="index">Dom\CharacterData::appendData</a> - Append the string to the end of the character data of the node</li>
<li><a href="dom-characterdata.before.php" class="index">Dom\CharacterData::before</a> - Adds nodes before the character data</li>
<li><a href="dom-characterdata.deletedata.php" class="index">Dom\CharacterData::deleteData</a> - Remove a range of characters from the character data</li>
<li><a href="dom-characterdata.insertdata.php" class="index">Dom\CharacterData::insertData</a> - Insert a string at the specified UTF-8 codepoint offset</li>
<li><a href="dom-characterdata.remove.php" class="index">Dom\CharacterData::remove</a> - Removes the character data node</li>
<li><a href="dom-characterdata.replacedata.php" class="index">Dom\CharacterData::replaceData</a> - Replace a substring within the character data</li>
<li><a href="dom-characterdata.replacewith.php" class="index">Dom\CharacterData::replaceWith</a> - Replaces the character data with new nodes</li>
<li><a href="dom-characterdata.substringdata.php" class="index">Dom\CharacterData::substringData</a> - Extracts a range of data from the character data</li>
<li><a href="dom-childnode.after.php" class="index">Dom\ChildNode::after</a> - Adds nodes after the node</li>
<li><a href="dom-childnode.before.php" class="index">Dom\ChildNode::before</a> - Adds nodes before the node</li>
<li><a href="dom-childnode.remove.php" class="index">Dom\ChildNode::remove</a> - Removes the node</li>
<li><a href="dom-childnode.replacewith.php" class="index">Dom\ChildNode::replaceWith</a> - Replaces the node with new nodes</li>
<li><a href="dom-htmldocument.createempty.php" class="index">Dom\HTMLDocument::createEmpty</a> - Creates an empty HTML document</li>
<li><a href="dom-htmldocument.createfromfile.php" class="index">Dom\HTMLDocument::createFromFile</a> - Parses an HTML document from a file</li>
<li><a href="dom-htmldocument.createfromstring.php" class="index">Dom\HTMLDocument::createFromString</a> - Parses an HTML document from a string</li>
<li><a href="dom-htmldocument.savehtml.php" class="index">Dom\HTMLDocument::saveHtml</a> - Serializes the document as an HTML string</li>
<li><a href="dom-htmldocument.savehtmlfile.php" class="index">Dom\HTMLDocument::saveHtmlFile</a> - Serializes the document as an HTML file</li>
<li><a href="dom-htmldocument.savexml.php" class="index">Dom\HTMLDocument::saveXml</a> - Serializes the document as an XML string</li>
<li><a href="dom-htmldocument.savexmlfile.php" class="index">Dom\HTMLDocument::saveXmlFile</a> - Serializes the document as an XML file</li>
<li><a href="function.dom-ns-import-simplexml.php" class="index">Dom\import_simplexml</a> - Gets a Dom\Attr or Dom\Element object from a
   SimpleXMLElement object</li>
<li><a href="dom-parentnode.append.php" class="index">Dom\ParentNode::append</a> - Appends nodes after the last child node</li>
<li><a href="dom-parentnode.prepend.php" class="index">Dom\ParentNode::prepend</a> - Prepends nodes before the first child node</li>
<li><a href="dom-parentnode.queryselector.php" class="index">Dom\ParentNode::querySelector</a> - Returns the first element that matches the CSS selectors</li>
<li><a href="dom-parentnode.queryselectorall.php" class="index">Dom\ParentNode::querySelectorAll</a> - Returns a collection of elements that match the CSS selectors</li>
<li><a href="dom-parentnode.replacechildren.php" class="index">Dom\ParentNode::replaceChildren</a> - Replace children in node</li>
<li><a href="dom-text.splittext.php" class="index">Dom\Text::splitText</a> - Breaks this node into two nodes at the specified offset</li>
<li><a href="dom-tokenlist.add.php" class="index">Dom\TokenList::add</a> - Adds the given tokens to the list</li>
<li><a href="dom-tokenlist.contains.php" class="index">Dom\TokenList::contains</a> - Returns whether the list contains a given token</li>
<li><a href="dom-tokenlist.count.php" class="index">Dom\TokenList::count</a> - Returns the number of tokens in the list</li>
<li><a href="dom-tokenlist.getiterator.php" class="index">Dom\TokenList::getIterator</a> - Returns an iterator over the token list</li>
<li><a href="dom-tokenlist.item.php" class="index">Dom\TokenList::item</a> - Returns a token from the list</li>
<li><a href="dom-tokenlist.remove.php" class="index">Dom\TokenList::remove</a> - Removes the given tokens from the list</li>
<li><a href="dom-tokenlist.replace.php" class="index">Dom\TokenList::replace</a> - Replaces a token in the list with another one</li>
<li><a href="dom-tokenlist.supports.php" class="index">Dom\TokenList::supports</a> - Returns whether the given token is supported</li>
<li><a href="dom-tokenlist.toggle.php" class="index">Dom\TokenList::toggle</a> - Toggles the presence of a token in the list</li>
<li><a href="function.dom-import-simplexml.php" class="index">dom_import_simplexml</a> - Ottiene un oggetto DOMElement da un
   oggetto SimpleXMLElement</li>
<li><a href="dotnet.construct.php" class="index">dotnet::__construct</a> - dotnet class constructor</li>
<li><a href="function.doubleval.php" class="index">doubleval</a> - Alias di floatval</li>
<li><a href="ds-collection.clear.php" class="index">Ds\Collection::clear</a> - Removes all values</li>
<li><a href="ds-collection.copy.php" class="index">Ds\Collection::copy</a> - Returns a shallow copy of the collection</li>
<li><a href="ds-collection.isempty.php" class="index">Ds\Collection::isEmpty</a> - Returns whether the collection is empty</li>
<li><a href="ds-collection.toarray.php" class="index">Ds\Collection::toArray</a> - Converts the collection to an array</li>
<li><a href="ds-deque.allocate.php" class="index">Ds\Deque::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-deque.apply.php" class="index">Ds\Deque::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-deque.capacity.php" class="index">Ds\Deque::capacity</a> - Returns the current capacity</li>
<li><a href="ds-deque.clear.php" class="index">Ds\Deque::clear</a> - Removes all values from the deque</li>
<li><a href="ds-deque.contains.php" class="index">Ds\Deque::contains</a> - Determines if the deque contains given values</li>
<li><a href="ds-deque.copy.php" class="index">Ds\Deque::copy</a> - Returns a shallow copy of the deque</li>
<li><a href="ds-deque.count.php" class="index">Ds\Deque::count</a> - Returns the number of values in the collection</li>
<li><a href="ds-deque.filter.php" class="index">Ds\Deque::filter</a> - Creates a new deque using a callable to
    determine which values to include</li>
<li><a href="ds-deque.find.php" class="index">Ds\Deque::find</a> - Attempts to find a value's index</li>
<li><a href="ds-deque.first.php" class="index">Ds\Deque::first</a> - Returns the first value in the deque</li>
<li><a href="ds-deque.get.php" class="index">Ds\Deque::get</a> - Returns the value at a given index</li>
<li><a href="ds-deque.insert.php" class="index">Ds\Deque::insert</a> - Inserts values at a given index</li>
<li><a href="ds-deque.isempty.php" class="index">Ds\Deque::isEmpty</a> - Returns whether the deque is empty</li>
<li><a href="ds-deque.join.php" class="index">Ds\Deque::join</a> - Joins all values together as a string</li>
<li><a href="ds-deque.jsonserialize.php" class="index">Ds\Deque::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-deque.last.php" class="index">Ds\Deque::last</a> - Returns the last value</li>
<li><a href="ds-deque.map.php" class="index">Ds\Deque::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-deque.merge.php" class="index">Ds\Deque::merge</a> - Returns the result of adding all given values to the deque</li>
<li><a href="ds-deque.pop.php" class="index">Ds\Deque::pop</a> - Removes and returns the last value</li>
<li><a href="ds-deque.push.php" class="index">Ds\Deque::push</a> - Adds values to the end of the deque</li>
<li><a href="ds-deque.reduce.php" class="index">Ds\Deque::reduce</a> - Reduces the deque to a single value using a callback function</li>
<li><a href="ds-deque.remove.php" class="index">Ds\Deque::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-deque.reverse.php" class="index">Ds\Deque::reverse</a> - Reverses the deque in-place</li>
<li><a href="ds-deque.reversed.php" class="index">Ds\Deque::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-deque.rotate.php" class="index">Ds\Deque::rotate</a> - Rotates the deque by a given number of rotations</li>
<li><a href="ds-deque.set.php" class="index">Ds\Deque::set</a> - Updates a value at a given index</li>
<li><a href="ds-deque.shift.php" class="index">Ds\Deque::shift</a> - Removes and returns the first value</li>
<li><a href="ds-deque.slice.php" class="index">Ds\Deque::slice</a> - Returns a sub-deque of a given range</li>
<li><a href="ds-deque.sort.php" class="index">Ds\Deque::sort</a> - Sorts the deque in-place</li>
<li><a href="ds-deque.sorted.php" class="index">Ds\Deque::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-deque.sum.php" class="index">Ds\Deque::sum</a> - Returns the sum of all values in the deque</li>
<li><a href="ds-deque.toarray.php" class="index">Ds\Deque::toArray</a> - Converts the deque to an array</li>
<li><a href="ds-deque.unshift.php" class="index">Ds\Deque::unshift</a> - Adds values to the front of the deque</li>
<li><a href="ds-deque.construct.php" class="index">Ds\Deque::__construct</a> - Creates a new instance</li>
<li><a href="ds-hashable.equals.php" class="index">Ds\Hashable::equals</a> - Determines whether an object is equal to the current instance</li>
<li><a href="ds-hashable.hash.php" class="index">Ds\Hashable::hash</a> - Returns a scalar value to be used as a hash value</li>
<li><a href="ds-map.allocate.php" class="index">Ds\Map::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-map.apply.php" class="index">Ds\Map::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-map.capacity.php" class="index">Ds\Map::capacity</a> - Returns the current capacity</li>
<li><a href="ds-map.clear.php" class="index">Ds\Map::clear</a> - Removes all values</li>
<li><a href="ds-map.copy.php" class="index">Ds\Map::copy</a> - Returns a shallow copy of the map</li>
<li><a href="ds-map.count.php" class="index">Ds\Map::count</a> - Returns the number of values in the map</li>
<li><a href="ds-map.diff.php" class="index">Ds\Map::diff</a> - Creates a new map using keys that aren't in another map</li>
<li><a href="ds-map.filter.php" class="index">Ds\Map::filter</a> - Creates a new map using a callable to determine which pairs to include</li>
<li><a href="ds-map.first.php" class="index">Ds\Map::first</a> - Returns the first pair in the map</li>
<li><a href="ds-map.get.php" class="index">Ds\Map::get</a> - Returns the value for a given key</li>
<li><a href="ds-map.haskey.php" class="index">Ds\Map::hasKey</a> - Determines whether the map contains a given key</li>
<li><a href="ds-map.hasvalue.php" class="index">Ds\Map::hasValue</a> - Determines whether the map contains a given value</li>
<li><a href="ds-map.intersect.php" class="index">Ds\Map::intersect</a> - Creates a new map by intersecting keys with another map</li>
<li><a href="ds-map.isempty.php" class="index">Ds\Map::isEmpty</a> - Returns whether the map is empty</li>
<li><a href="ds-map.jsonserialize.php" class="index">Ds\Map::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-map.keys.php" class="index">Ds\Map::keys</a> - Returns a set of the map's keys</li>
<li><a href="ds-map.ksort.php" class="index">Ds\Map::ksort</a> - Sorts the map in-place by key</li>
<li><a href="ds-map.ksorted.php" class="index">Ds\Map::ksorted</a> - Returns a copy, sorted by key</li>
<li><a href="ds-map.last.php" class="index">Ds\Map::last</a> - Returns the last pair of the map</li>
<li><a href="ds-map.map.php" class="index">Ds\Map::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-map.merge.php" class="index">Ds\Map::merge</a> - Returns the result of adding all given associations</li>
<li><a href="ds-map.pairs.php" class="index">Ds\Map::pairs</a> - Returns a sequence containing all the pairs of the map</li>
<li><a href="ds-map.put.php" class="index">Ds\Map::put</a> - Associates a key with a value</li>
<li><a href="ds-map.putall.php" class="index">Ds\Map::putAll</a> - Associates all key-value pairs of a traversable object or array</li>
<li><a href="ds-map.reduce.php" class="index">Ds\Map::reduce</a> - Reduces the map to a single value using a callback function</li>
<li><a href="ds-map.remove.php" class="index">Ds\Map::remove</a> - Removes and returns a value by key</li>
<li><a href="ds-map.reverse.php" class="index">Ds\Map::reverse</a> - Reverses the map in-place</li>
<li><a href="ds-map.reversed.php" class="index">Ds\Map::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-map.skip.php" class="index">Ds\Map::skip</a> - Returns the pair at a given positional index</li>
<li><a href="ds-map.slice.php" class="index">Ds\Map::slice</a> - Returns a subset of the map defined by a starting index and length</li>
<li><a href="ds-map.sort.php" class="index">Ds\Map::sort</a> - Sorts the map in-place by value</li>
<li><a href="ds-map.sorted.php" class="index">Ds\Map::sorted</a> - Returns a copy, sorted by value</li>
<li><a href="ds-map.sum.php" class="index">Ds\Map::sum</a> - Returns the sum of all values in the map</li>
<li><a href="ds-map.toarray.php" class="index">Ds\Map::toArray</a> - Converts the map to an array</li>
<li><a href="ds-map.union.php" class="index">Ds\Map::union</a> - Creates a new map using values from the current instance and another map</li>
<li><a href="ds-map.values.php" class="index">Ds\Map::values</a> - Returns a sequence of the map's values</li>
<li><a href="ds-map.xor.php" class="index">Ds\Map::xor</a> - Creates a new map using keys of either the current instance or of another map, but not of both</li>
<li><a href="ds-map.construct.php" class="index">Ds\Map::__construct</a> - Creates a new instance</li>
<li><a href="ds-pair.clear.php" class="index">Ds\Pair::clear</a> - Removes all values</li>
<li><a href="ds-pair.copy.php" class="index">Ds\Pair::copy</a> - Returns a shallow copy of the pair</li>
<li><a href="ds-pair.isempty.php" class="index">Ds\Pair::isEmpty</a> - Returns whether the pair is empty</li>
<li><a href="ds-pair.jsonserialize.php" class="index">Ds\Pair::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-pair.toarray.php" class="index">Ds\Pair::toArray</a> - Converts the pair to an array</li>
<li><a href="ds-pair.construct.php" class="index">Ds\Pair::__construct</a> - Creates a new instance</li>
<li><a href="ds-priorityqueue.allocate.php" class="index">Ds\PriorityQueue::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-priorityqueue.capacity.php" class="index">Ds\PriorityQueue::capacity</a> - Returns the current capacity</li>
<li><a href="ds-priorityqueue.clear.php" class="index">Ds\PriorityQueue::clear</a> - Removes all values</li>
<li><a href="ds-priorityqueue.copy.php" class="index">Ds\PriorityQueue::copy</a> - Returns a shallow copy of the queue</li>
<li><a href="ds-priorityqueue.count.php" class="index">Ds\PriorityQueue::count</a> - Returns the number of values in the queue</li>
<li><a href="ds-priorityqueue.isempty.php" class="index">Ds\PriorityQueue::isEmpty</a> - Returns whether the queue is empty</li>
<li><a href="ds-priorityqueue.jsonserialize.php" class="index">Ds\PriorityQueue::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-priorityqueue.peek.php" class="index">Ds\PriorityQueue::peek</a> - Returns the value at the front of the queue</li>
<li><a href="ds-priorityqueue.pop.php" class="index">Ds\PriorityQueue::pop</a> - Removes and returns the value with the highest priority</li>
<li><a href="ds-priorityqueue.push.php" class="index">Ds\PriorityQueue::push</a> - Pushes values into the queue</li>
<li><a href="ds-priorityqueue.toarray.php" class="index">Ds\PriorityQueue::toArray</a> - Converts the queue to an array</li>
<li><a href="ds-priorityqueue.construct.php" class="index">Ds\PriorityQueue::__construct</a> - Creates a new instance</li>
<li><a href="ds-queue.allocate.php" class="index">Ds\Queue::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-queue.capacity.php" class="index">Ds\Queue::capacity</a> - Returns the current capacity</li>
<li><a href="ds-queue.clear.php" class="index">Ds\Queue::clear</a> - Removes all values</li>
<li><a href="ds-queue.copy.php" class="index">Ds\Queue::copy</a> - Returns a shallow copy of the queue</li>
<li><a href="ds-queue.count.php" class="index">Ds\Queue::count</a> - Returns the number of values in the queue</li>
<li><a href="ds-queue.isempty.php" class="index">Ds\Queue::isEmpty</a> - Returns whether the queue is empty</li>
<li><a href="ds-queue.jsonserialize.php" class="index">Ds\Queue::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-queue.peek.php" class="index">Ds\Queue::peek</a> - Returns the value at the front of the queue</li>
<li><a href="ds-queue.pop.php" class="index">Ds\Queue::pop</a> - Removes and returns the value at the front of the queue</li>
<li><a href="ds-queue.push.php" class="index">Ds\Queue::push</a> - Pushes values into the queue</li>
<li><a href="ds-queue.toarray.php" class="index">Ds\Queue::toArray</a> - Converts the queue to an array</li>
<li><a href="ds-queue.construct.php" class="index">Ds\Queue::__construct</a> - Creates a new instance</li>
<li><a href="ds-sequence.allocate.php" class="index">Ds\Sequence::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-sequence.apply.php" class="index">Ds\Sequence::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-sequence.capacity.php" class="index">Ds\Sequence::capacity</a> - Returns the current capacity</li>
<li><a href="ds-sequence.contains.php" class="index">Ds\Sequence::contains</a> - Determines if the sequence contains given values</li>
<li><a href="ds-sequence.filter.php" class="index">Ds\Sequence::filter</a> - Creates a new sequence using a callable to
    determine which values to include</li>
<li><a href="ds-sequence.find.php" class="index">Ds\Sequence::find</a> - Attempts to find a value's index</li>
<li><a href="ds-sequence.first.php" class="index">Ds\Sequence::first</a> - Returns the first value in the sequence</li>
<li><a href="ds-sequence.get.php" class="index">Ds\Sequence::get</a> - Returns the value at a given index</li>
<li><a href="ds-sequence.insert.php" class="index">Ds\Sequence::insert</a> - Inserts values at a given index</li>
<li><a href="ds-sequence.join.php" class="index">Ds\Sequence::join</a> - Joins all values together as a string</li>
<li><a href="ds-sequence.last.php" class="index">Ds\Sequence::last</a> - Returns the last value</li>
<li><a href="ds-sequence.map.php" class="index">Ds\Sequence::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-sequence.merge.php" class="index">Ds\Sequence::merge</a> - Returns the result of adding all given values to the sequence</li>
<li><a href="ds-sequence.pop.php" class="index">Ds\Sequence::pop</a> - Removes and returns the last value</li>
<li><a href="ds-sequence.push.php" class="index">Ds\Sequence::push</a> - Adds values to the end of the sequence</li>
<li><a href="ds-sequence.reduce.php" class="index">Ds\Sequence::reduce</a> - Reduces the sequence to a single value using a callback function</li>
<li><a href="ds-sequence.remove.php" class="index">Ds\Sequence::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-sequence.reverse.php" class="index">Ds\Sequence::reverse</a> - Reverses the sequence in-place</li>
<li><a href="ds-sequence.reversed.php" class="index">Ds\Sequence::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-sequence.rotate.php" class="index">Ds\Sequence::rotate</a> - Rotates the sequence by a given number of rotations</li>
<li><a href="ds-sequence.set.php" class="index">Ds\Sequence::set</a> - Updates a value at a given index</li>
<li><a href="ds-sequence.shift.php" class="index">Ds\Sequence::shift</a> - Removes and returns the first value</li>
<li><a href="ds-sequence.slice.php" class="index">Ds\Sequence::slice</a> - Returns a sub-sequence of a given range</li>
<li><a href="ds-sequence.sort.php" class="index">Ds\Sequence::sort</a> - Sorts the sequence in-place</li>
<li><a href="ds-sequence.sorted.php" class="index">Ds\Sequence::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-sequence.sum.php" class="index">Ds\Sequence::sum</a> - Returns the sum of all values in the sequence</li>
<li><a href="ds-sequence.unshift.php" class="index">Ds\Sequence::unshift</a> - Adds values to the front of the sequence</li>
<li><a href="ds-set.add.php" class="index">Ds\Set::add</a> - Adds values to the set</li>
<li><a href="ds-set.allocate.php" class="index">Ds\Set::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-set.capacity.php" class="index">Ds\Set::capacity</a> - Returns the current capacity</li>
<li><a href="ds-set.clear.php" class="index">Ds\Set::clear</a> - Removes all values</li>
<li><a href="ds-set.contains.php" class="index">Ds\Set::contains</a> - Determines if the set contains all values</li>
<li><a href="ds-set.copy.php" class="index">Ds\Set::copy</a> - Returns a shallow copy of the set</li>
<li><a href="ds-set.count.php" class="index">Ds\Set::count</a> - Returns the number of values in the set</li>
<li><a href="ds-set.diff.php" class="index">Ds\Set::diff</a> - Creates a new set using values that aren't in another set</li>
<li><a href="ds-set.filter.php" class="index">Ds\Set::filter</a> - Creates a new set using a callable to
    determine which values to include</li>
<li><a href="ds-set.first.php" class="index">Ds\Set::first</a> - Returns the first value in the set</li>
<li><a href="ds-set.get.php" class="index">Ds\Set::get</a> - Returns the value at a given index</li>
<li><a href="ds-set.intersect.php" class="index">Ds\Set::intersect</a> - Creates a new set by intersecting values with another set</li>
<li><a href="ds-set.isempty.php" class="index">Ds\Set::isEmpty</a> - Returns whether the set is empty</li>
<li><a href="ds-set.join.php" class="index">Ds\Set::join</a> - Joins all values together as a string</li>
<li><a href="ds-set.jsonserialize.php" class="index">Ds\Set::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-set.last.php" class="index">Ds\Set::last</a> - Returns the last value in the set</li>
<li><a href="ds-set.map.php" class="index">Ds\Set::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-set.merge.php" class="index">Ds\Set::merge</a> - Returns the result of adding all given values to the set</li>
<li><a href="ds-set.reduce.php" class="index">Ds\Set::reduce</a> - Reduces the set to a single value using a callback function</li>
<li><a href="ds-set.remove.php" class="index">Ds\Set::remove</a> - Removes all given values from the set</li>
<li><a href="ds-set.reverse.php" class="index">Ds\Set::reverse</a> - Reverses the set in-place</li>
<li><a href="ds-set.reversed.php" class="index">Ds\Set::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-set.slice.php" class="index">Ds\Set::slice</a> - Returns a sub-set of a given range</li>
<li><a href="ds-set.sort.php" class="index">Ds\Set::sort</a> - Sorts the set in-place</li>
<li><a href="ds-set.sorted.php" class="index">Ds\Set::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-set.sum.php" class="index">Ds\Set::sum</a> - Returns the sum of all values in the set</li>
<li><a href="ds-set.toarray.php" class="index">Ds\Set::toArray</a> - Converts the set to an array</li>
<li><a href="ds-set.union.php" class="index">Ds\Set::union</a> - Creates a new set using values from the current instance and another set</li>
<li><a href="ds-set.xor.php" class="index">Ds\Set::xor</a> - Creates a new set using values in either the current instance or in another set, but not in both</li>
<li><a href="ds-set.construct.php" class="index">Ds\Set::__construct</a> - Creates a new instance</li>
<li><a href="ds-stack.allocate.php" class="index">Ds\Stack::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-stack.capacity.php" class="index">Ds\Stack::capacity</a> - Returns the current capacity</li>
<li><a href="ds-stack.clear.php" class="index">Ds\Stack::clear</a> - Removes all values</li>
<li><a href="ds-stack.copy.php" class="index">Ds\Stack::copy</a> - Returns a shallow copy of the stack</li>
<li><a href="ds-stack.count.php" class="index">Ds\Stack::count</a> - Returns the number of values in the stack</li>
<li><a href="ds-stack.isempty.php" class="index">Ds\Stack::isEmpty</a> - Returns whether the stack is empty</li>
<li><a href="ds-stack.jsonserialize.php" class="index">Ds\Stack::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-stack.peek.php" class="index">Ds\Stack::peek</a> - Returns the value at the top of the stack</li>
<li><a href="ds-stack.pop.php" class="index">Ds\Stack::pop</a> - Removes and returns the value at the top of the stack</li>
<li><a href="ds-stack.push.php" class="index">Ds\Stack::push</a> - Pushes values onto the stack</li>
<li><a href="ds-stack.toarray.php" class="index">Ds\Stack::toArray</a> - Converts the stack to an array</li>
<li><a href="ds-stack.construct.php" class="index">Ds\Stack::__construct</a> - Creates a new instance</li>
<li><a href="ds-vector.allocate.php" class="index">Ds\Vector::allocate</a> - Allocates enough memory for a required capacity</li>
<li><a href="ds-vector.apply.php" class="index">Ds\Vector::apply</a> - Updates all values by applying a callback function to each value</li>
<li><a href="ds-vector.capacity.php" class="index">Ds\Vector::capacity</a> - Returns the current capacity</li>
<li><a href="ds-vector.clear.php" class="index">Ds\Vector::clear</a> - Removes all values</li>
<li><a href="ds-vector.contains.php" class="index">Ds\Vector::contains</a> - Determines if the vector contains given values</li>
<li><a href="ds-vector.copy.php" class="index">Ds\Vector::copy</a> - Returns a shallow copy of the vector</li>
<li><a href="ds-vector.count.php" class="index">Ds\Vector::count</a> - Returns the number of values in the collection</li>
<li><a href="ds-vector.filter.php" class="index">Ds\Vector::filter</a> - Creates a new vector using a callable to
    determine which values to include</li>
<li><a href="ds-vector.find.php" class="index">Ds\Vector::find</a> - Attempts to find a value's index</li>
<li><a href="ds-vector.first.php" class="index">Ds\Vector::first</a> - Returns the first value in the vector</li>
<li><a href="ds-vector.get.php" class="index">Ds\Vector::get</a> - Returns the value at a given index</li>
<li><a href="ds-vector.insert.php" class="index">Ds\Vector::insert</a> - Inserts values at a given index</li>
<li><a href="ds-vector.isempty.php" class="index">Ds\Vector::isEmpty</a> - Returns whether the vector is empty</li>
<li><a href="ds-vector.join.php" class="index">Ds\Vector::join</a> - Joins all values together as a string</li>
<li><a href="ds-vector.jsonserialize.php" class="index">Ds\Vector::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="ds-vector.last.php" class="index">Ds\Vector::last</a> - Returns the last value</li>
<li><a href="ds-vector.map.php" class="index">Ds\Vector::map</a> - Returns the result of applying a callback to each value</li>
<li><a href="ds-vector.merge.php" class="index">Ds\Vector::merge</a> - Returns the result of adding all given values to the vector</li>
<li><a href="ds-vector.pop.php" class="index">Ds\Vector::pop</a> - Removes and returns the last value</li>
<li><a href="ds-vector.push.php" class="index">Ds\Vector::push</a> - Adds values to the end of the vector</li>
<li><a href="ds-vector.reduce.php" class="index">Ds\Vector::reduce</a> - Reduces the vector to a single value using a callback function</li>
<li><a href="ds-vector.remove.php" class="index">Ds\Vector::remove</a> - Removes and returns a value by index</li>
<li><a href="ds-vector.reverse.php" class="index">Ds\Vector::reverse</a> - Reverses the vector in-place</li>
<li><a href="ds-vector.reversed.php" class="index">Ds\Vector::reversed</a> - Returns a reversed copy</li>
<li><a href="ds-vector.rotate.php" class="index">Ds\Vector::rotate</a> - Rotates the vector by a given number of rotations</li>
<li><a href="ds-vector.set.php" class="index">Ds\Vector::set</a> - Updates a value at a given index</li>
<li><a href="ds-vector.shift.php" class="index">Ds\Vector::shift</a> - Removes and returns the first value</li>
<li><a href="ds-vector.slice.php" class="index">Ds\Vector::slice</a> - Returns a sub-vector of a given range</li>
<li><a href="ds-vector.sort.php" class="index">Ds\Vector::sort</a> - Sorts the vector in-place</li>
<li><a href="ds-vector.sorted.php" class="index">Ds\Vector::sorted</a> - Returns a sorted copy</li>
<li><a href="ds-vector.sum.php" class="index">Ds\Vector::sum</a> - Returns the sum of all values in the vector</li>
<li><a href="ds-vector.toarray.php" class="index">Ds\Vector::toArray</a> - Converts the vector to an array</li>
<li><a href="ds-vector.unshift.php" class="index">Ds\Vector::unshift</a> - Adds values to the front of the vector</li>
<li><a href="ds-vector.construct.php" class="index">Ds\Vector::__construct</a> - Creates a new instance</li>
</ul></li>
<li class='gen-index index-for-e'>e<ul id='refentry-index-for-e'>
<li><a href="function.each.php" class="index">each</a> - Restituisce la corrente coppia chiave/valore di un array e incrementa
     il puntatore dell'array</li>
<li><a href="function.easter-date.php" class="index">easter_date</a> - Restituisce un timestamp Unix della mezzanotte del giorno di Pasqua di un dato anno</li>
<li><a href="function.easter-days.php" class="index">easter_days</a> - Restituisce il numero di giorni tra il 21 Marzo e Pasqua, dato un
     anno</li>
<li><a href="function.echo.php" class="index">echo</a> - Visualizza una o pi&ugrave; stringhe</li>
<li><a href="function.eio-busy.php" class="index">eio_busy</a> - Artificially increase load. Could be useful in tests,
  benchmarking</li>
<li><a href="function.eio-cancel.php" class="index">eio_cancel</a> - Cancels a request</li>
<li><a href="function.eio-chmod.php" class="index">eio_chmod</a> - Change file/directory permissions</li>
<li><a href="function.eio-chown.php" class="index">eio_chown</a> - Change file/directory permissions</li>
<li><a href="function.eio-close.php" class="index">eio_close</a> - Close file</li>
<li><a href="function.eio-custom.php" class="index">eio_custom</a> - Execute custom request like any other eio_* call</li>
<li><a href="function.eio-dup2.php" class="index">eio_dup2</a> - Duplicate a file descriptor</li>
<li><a href="function.eio-event-loop.php" class="index">eio_event_loop</a> - Polls libeio until all requests proceeded</li>
<li><a href="function.eio-fallocate.php" class="index">eio_fallocate</a> - Allows the caller to directly manipulate the allocated disk
  space for a file</li>
<li><a href="function.eio-fchmod.php" class="index">eio_fchmod</a> - Change file permissions</li>
<li><a href="function.eio-fchown.php" class="index">eio_fchown</a> - Change file ownership</li>
<li><a href="function.eio-fdatasync.php" class="index">eio_fdatasync</a> - Synchronize a file's in-core state with storage device</li>
<li><a href="function.eio-fstat.php" class="index">eio_fstat</a> - Get file status</li>
<li><a href="function.eio-fstatvfs.php" class="index">eio_fstatvfs</a> - Get file system statistics</li>
<li><a href="function.eio-fsync.php" class="index">eio_fsync</a> - Synchronize a file's in-core state with storage device</li>
<li><a href="function.eio-ftruncate.php" class="index">eio_ftruncate</a> - Truncate a file</li>
<li><a href="function.eio-futime.php" class="index">eio_futime</a> - Change file last access and modification times</li>
<li><a href="function.eio-get-event-stream.php" class="index">eio_get_event_stream</a> - Get stream representing a variable used in internal communications with libeio</li>
<li><a href="function.eio-get-last-error.php" class="index">eio_get_last_error</a> - Returns string describing the last error associated with a request resource</li>
<li><a href="function.eio-grp.php" class="index">eio_grp</a> - Creates a request group</li>
<li><a href="function.eio-grp-add.php" class="index">eio_grp_add</a> - Adds a request to the request group</li>
<li><a href="function.eio-grp-cancel.php" class="index">eio_grp_cancel</a> - Cancels a request group</li>
<li><a href="function.eio-grp-limit.php" class="index">eio_grp_limit</a> - Set group limit</li>
<li><a href="function.eio-init.php" class="index">eio_init</a> - (Re-)initialize Eio</li>
<li><a href="function.eio-link.php" class="index">eio_link</a> - Create a hardlink for file</li>
<li><a href="function.eio-lstat.php" class="index">eio_lstat</a> - Get file status</li>
<li><a href="function.eio-mkdir.php" class="index">eio_mkdir</a> - Create directory</li>
<li><a href="function.eio-mknod.php" class="index">eio_mknod</a> - Create a special or ordinary file</li>
<li><a href="function.eio-nop.php" class="index">eio_nop</a> - Does nothing, except go through the whole request cycle</li>
<li><a href="function.eio-npending.php" class="index">eio_npending</a> - Returns number of finished, but unhandled requests</li>
<li><a href="function.eio-nready.php" class="index">eio_nready</a> - Returns number of not-yet handled requests</li>
<li><a href="function.eio-nreqs.php" class="index">eio_nreqs</a> - Returns number of requests to be processed</li>
<li><a href="function.eio-nthreads.php" class="index">eio_nthreads</a> - Returns number of threads currently in use</li>
<li><a href="function.eio-open.php" class="index">eio_open</a> - Opens a file</li>
<li><a href="function.eio-poll.php" class="index">eio_poll</a> - Can be to be called whenever there are pending requests that need finishing</li>
<li><a href="function.eio-read.php" class="index">eio_read</a> - Read from a file descriptor at given offset</li>
<li><a href="function.eio-readahead.php" class="index">eio_readahead</a> - Perform file readahead into page cache</li>
<li><a href="function.eio-readdir.php" class="index">eio_readdir</a> - Reads through a whole directory</li>
<li><a href="function.eio-readlink.php" class="index">eio_readlink</a> - Read value of a symbolic link</li>
<li><a href="function.eio-realpath.php" class="index">eio_realpath</a> - Get the canonicalized absolute pathname</li>
<li><a href="function.eio-rename.php" class="index">eio_rename</a> - Change the name or location of a file</li>
<li><a href="function.eio-rmdir.php" class="index">eio_rmdir</a> - Remove a directory</li>
<li><a href="function.eio-seek.php" class="index">eio_seek</a> - Seek to a position</li>
<li><a href="function.eio-sendfile.php" class="index">eio_sendfile</a> - Transfer data between file descriptors</li>
<li><a href="function.eio-set-max-idle.php" class="index">eio_set_max_idle</a> - Set maximum number of idle threads</li>
<li><a href="function.eio-set-max-parallel.php" class="index">eio_set_max_parallel</a> - Set maximum parallel threads</li>
<li><a href="function.eio-set-max-poll-reqs.php" class="index">eio_set_max_poll_reqs</a> - Set maximum number of requests processed in a poll</li>
<li><a href="function.eio-set-max-poll-time.php" class="index">eio_set_max_poll_time</a> - Set maximum poll time</li>
<li><a href="function.eio-set-min-parallel.php" class="index">eio_set_min_parallel</a> - Set minimum parallel thread number</li>
<li><a href="function.eio-stat.php" class="index">eio_stat</a> - Get file status</li>
<li><a href="function.eio-statvfs.php" class="index">eio_statvfs</a> - Get file system statistics</li>
<li><a href="function.eio-symlink.php" class="index">eio_symlink</a> - Create a symbolic link</li>
<li><a href="function.eio-sync.php" class="index">eio_sync</a> - Commit buffer cache to disk</li>
<li><a href="function.eio-syncfs.php" class="index">eio_syncfs</a> - Calls Linux' syncfs syscall, if available</li>
<li><a href="function.eio-sync-file-range.php" class="index">eio_sync_file_range</a> - Sync a file segment with disk</li>
<li><a href="function.eio-truncate.php" class="index">eio_truncate</a> - Truncate a file</li>
<li><a href="function.eio-unlink.php" class="index">eio_unlink</a> - Delete a name and possibly the file it refers to</li>
<li><a href="function.eio-utime.php" class="index">eio_utime</a> - Change file last access and modification times</li>
<li><a href="function.eio-write.php" class="index">eio_write</a> - Write to file</li>
<li><a href="function.empty.php" class="index">empty</a> - Determina se una variabile &egrave; valorizzata</li>
<li><a href="emptyiterator.current.php" class="index">EmptyIterator::current</a> - The current() method</li>
<li><a href="emptyiterator.key.php" class="index">EmptyIterator::key</a> - The key() method</li>
<li><a href="emptyiterator.next.php" class="index">EmptyIterator::next</a> - The next() method</li>
<li><a href="emptyiterator.rewind.php" class="index">EmptyIterator::rewind</a> - The rewind() method</li>
<li><a href="emptyiterator.valid.php" class="index">EmptyIterator::valid</a> - Checks whether the current element is valid</li>
<li><a href="function.enchant-broker-describe.php" class="index">enchant_broker_describe</a> - Enumerates the Enchant providers</li>
<li><a href="function.enchant-broker-dict-exists.php" class="index">enchant_broker_dict_exists</a> - Whether a dictionary exists or not. Using non-empty tag</li>
<li><a href="function.enchant-broker-free.php" class="index">enchant_broker_free</a> - Free the broker resource and its dictionaries</li>
<li><a href="function.enchant-broker-free-dict.php" class="index">enchant_broker_free_dict</a> - Free a dictionary resource</li>
<li><a href="function.enchant-broker-get-dict-path.php" class="index">enchant_broker_get_dict_path</a> - Get the directory path for a given backend</li>
<li><a href="function.enchant-broker-get-error.php" class="index">enchant_broker_get_error</a> - Returns the last error of the broker</li>
<li><a href="function.enchant-broker-init.php" class="index">enchant_broker_init</a> - Create a new broker object capable of requesting</li>
<li><a href="function.enchant-broker-list-dicts.php" class="index">enchant_broker_list_dicts</a> - Returns a list of available dictionaries</li>
<li><a href="function.enchant-broker-request-dict.php" class="index">enchant_broker_request_dict</a> - Create a new dictionary using a tag</li>
<li><a href="function.enchant-broker-request-pwl-dict.php" class="index">enchant_broker_request_pwl_dict</a> - Creates a dictionary using a PWL file</li>
<li><a href="function.enchant-broker-set-dict-path.php" class="index">enchant_broker_set_dict_path</a> - Set the directory path for a given backend</li>
<li><a href="function.enchant-broker-set-ordering.php" class="index">enchant_broker_set_ordering</a> - Declares a preference of dictionaries to use for the language</li>
<li><a href="function.enchant-dict-add.php" class="index">enchant_dict_add</a> - Add a word to personal word list</li>
<li><a href="function.enchant-dict-add-to-personal.php" class="index">enchant_dict_add_to_personal</a> - Alias di enchant_dict_add</li>
<li><a href="function.enchant-dict-add-to-session.php" class="index">enchant_dict_add_to_session</a> - Add 'word' to this spell-checking session</li>
<li><a href="function.enchant-dict-check.php" class="index">enchant_dict_check</a> - Check whether a word is correctly spelled or not</li>
<li><a href="function.enchant-dict-describe.php" class="index">enchant_dict_describe</a> - Describes an individual dictionary</li>
<li><a href="function.enchant-dict-get-error.php" class="index">enchant_dict_get_error</a> - Returns the last error of the current spelling-session</li>
<li><a href="function.enchant-dict-is-added.php" class="index">enchant_dict_is_added</a> - Whether or not 'word' exists in this spelling-session</li>
<li><a href="function.enchant-dict-is-in-session.php" class="index">enchant_dict_is_in_session</a> - Alias di enchant_dict_is_added</li>
<li><a href="function.enchant-dict-quick-check.php" class="index">enchant_dict_quick_check</a> - Check the word is correctly spelled and provide suggestions</li>
<li><a href="function.enchant-dict-store-replacement.php" class="index">enchant_dict_store_replacement</a> - Add a correction for a word</li>
<li><a href="function.enchant-dict-suggest.php" class="index">enchant_dict_suggest</a> - Will return a list of values if any of those pre-conditions are not met</li>
<li><a href="function.end.php" class="index">end</a> - Sposta il puntatore interno dell'array all'ultimo elemento</li>
<li><a href="function.enum-exists.php" class="index">enum_exists</a> - Checks if the enum has been defined</li>
<li><a href="error.getcode.php" class="index">Error::getCode</a> - Gets the error code</li>
<li><a href="error.getfile.php" class="index">Error::getFile</a> - Gets the file in which the error occurred</li>
<li><a href="error.getline.php" class="index">Error::getLine</a> - Gets the line in which the error occurred</li>
<li><a href="error.getmessage.php" class="index">Error::getMessage</a> - Gets the error message</li>
<li><a href="error.getprevious.php" class="index">Error::getPrevious</a> - Returns previous Throwable</li>
<li><a href="error.gettrace.php" class="index">Error::getTrace</a> - Gets the stack trace</li>
<li><a href="error.gettraceasstring.php" class="index">Error::getTraceAsString</a> - Gets the stack trace as a string</li>
<li><a href="error.clone.php" class="index">Error::__clone</a> - Clone the error</li>
<li><a href="error.construct.php" class="index">Error::__construct</a> - Construct the error object</li>
<li><a href="error.tostring.php" class="index">Error::__toString</a> - String representation of the error</li>
<li><a href="errorexception.getseverity.php" class="index">ErrorException::getSeverity</a> - Gets the exception severity</li>
<li><a href="errorexception.construct.php" class="index">ErrorException::__construct</a> - Constructs the exception</li>
<li><a href="function.error-clear-last.php" class="index">error_clear_last</a> - Clear the most recent error</li>
<li><a href="function.error-get-last.php" class="index">error_get_last</a> - Get the last occurred error</li>
<li><a href="function.error-log.php" class="index">error_log</a> - invia un messaggio di errore</li>
<li><a href="function.error-reporting.php" class="index">error_reporting</a> - definisce quali errori di PHP vengono restituiti</li>
<li><a href="function.escapeshellarg.php" class="index">escapeshellarg</a> - estrae una stringa da usare come un argomento della shell</li>
<li><a href="function.escapeshellcmd.php" class="index">escapeshellcmd</a> - Elude i metacaratteri della shell</li>
<li><a href="ev.backend.php" class="index">Ev::backend</a> - Returns an integer describing the backend used by libev</li>
<li><a href="ev.depth.php" class="index">Ev::depth</a> - Returns recursion depth</li>
<li><a href="ev.embeddablebackends.php" class="index">Ev::embeddableBackends</a> - Returns the set of backends that are embeddable in other event loops</li>
<li><a href="ev.feedsignal.php" class="index">Ev::feedSignal</a> - Feed a signal event info Ev</li>
<li><a href="ev.feedsignalevent.php" class="index">Ev::feedSignalEvent</a> - Feed signal event into the default loop</li>
<li><a href="ev.iteration.php" class="index">Ev::iteration</a> - Return the number of times the default event loop has polled for new
  events</li>
<li><a href="ev.now.php" class="index">Ev::now</a> - Returns the time when the last iteration of the default event
  loop has started</li>
<li><a href="ev.nowupdate.php" class="index">Ev::nowUpdate</a> - Establishes the current time by querying the kernel, updating the time
    returned by Ev::now in the progress</li>
<li><a href="ev.recommendedbackends.php" class="index">Ev::recommendedBackends</a> - Returns a bit mask of recommended backends for current
  platform</li>
<li><a href="ev.resume.php" class="index">Ev::resume</a> - Resume previously suspended default event loop</li>
<li><a href="ev.run.php" class="index">Ev::run</a> - Begin checking for events and calling callbacks for the default
  loop</li>
<li><a href="ev.sleep.php" class="index">Ev::sleep</a> - Block the process for the given number of seconds</li>
<li><a href="ev.stop.php" class="index">Ev::stop</a> - Stops the default event loop</li>
<li><a href="ev.supportedbackends.php" class="index">Ev::supportedBackends</a> - Returns the set of backends supported by current libev
  configuration</li>
<li><a href="ev.suspend.php" class="index">Ev::suspend</a> - Suspend the default event loop</li>
<li><a href="ev.time.php" class="index">Ev::time</a> - Returns the current time in fractional seconds since the epoch</li>
<li><a href="ev.verify.php" class="index">Ev::verify</a> - Performs internal consistency checks(for debugging)</li>
<li><a href="function.eval.php" class="index">eval</a> - Esegue una stringa come codice PHP</li>
<li><a href="evcheck.createstopped.php" class="index">EvCheck::createStopped</a> - Create instance of a stopped EvCheck watcher</li>
<li><a href="evcheck.construct.php" class="index">EvCheck::__construct</a> - Constructs the EvCheck watcher object</li>
<li><a href="evchild.createstopped.php" class="index">EvChild::createStopped</a> - Create instance of a stopped EvCheck watcher</li>
<li><a href="evchild.set.php" class="index">EvChild::set</a> - Configures the watcher</li>
<li><a href="evchild.construct.php" class="index">EvChild::__construct</a> - Constructs the EvChild watcher object</li>
<li><a href="evembed.createstopped.php" class="index">EvEmbed::createStopped</a> - Create stopped EvEmbed watcher object</li>
<li><a href="evembed.set.php" class="index">EvEmbed::set</a> - Configures the watcher</li>
<li><a href="evembed.sweep.php" class="index">EvEmbed::sweep</a> - Make a single, non-blocking sweep over the embedded loop</li>
<li><a href="evembed.construct.php" class="index">EvEmbed::__construct</a> - Constructs the EvEmbed object</li>
<li><a href="event.add.php" class="index">Event::add</a> - Makes event pending</li>
<li><a href="event.addsignal.php" class="index">Event::addSignal</a> - Alias di Event::add</li>
<li><a href="event.addtimer.php" class="index">Event::addTimer</a> - Alias di Event::add</li>
<li><a href="event.del.php" class="index">Event::del</a> - Makes event non-pending</li>
<li><a href="event.delsignal.php" class="index">Event::delSignal</a> - Alias di Event::del</li>
<li><a href="event.deltimer.php" class="index">Event::delTimer</a> - Alias di Event::del</li>
<li><a href="event.free.php" class="index">Event::free</a> - Make event non-pending and free resources allocated for this
  event</li>
<li><a href="event.getsupportedmethods.php" class="index">Event::getSupportedMethods</a> - Returns array with of the names of the methods supported in this version of Libevent</li>
<li><a href="event.pending.php" class="index">Event::pending</a> - Detects whether event is pending or scheduled</li>
<li><a href="event.set.php" class="index">Event::set</a> - Re-configures event</li>
<li><a href="event.setpriority.php" class="index">Event::setPriority</a> - Set event priority</li>
<li><a href="event.settimer.php" class="index">Event::setTimer</a> - Re-configures timer event</li>
<li><a href="event.signal.php" class="index">Event::signal</a> - Constructs signal event object</li>
<li><a href="event.timer.php" class="index">Event::timer</a> - Constructs timer event object</li>
<li><a href="event.construct.php" class="index">Event::__construct</a> - Constructs Event object</li>
<li><a href="eventbase.dispatch.php" class="index">EventBase::dispatch</a> - Dispatch pending events</li>
<li><a href="eventbase.exit.php" class="index">EventBase::exit</a> - Stop dispatching events</li>
<li><a href="eventbase.free.php" class="index">EventBase::free</a> - Free resources allocated for this event base</li>
<li><a href="eventbase.getfeatures.php" class="index">EventBase::getFeatures</a> - Returns bitmask of features supported</li>
<li><a href="eventbase.getmethod.php" class="index">EventBase::getMethod</a> - Returns event method in use</li>
<li><a href="eventbase.gettimeofdaycached.php" class="index">EventBase::getTimeOfDayCached</a> - Returns the current event base time</li>
<li><a href="eventbase.gotexit.php" class="index">EventBase::gotExit</a> - Checks if the event loop was told to exit</li>
<li><a href="eventbase.gotstop.php" class="index">EventBase::gotStop</a> - Checks if the event loop was told to exit</li>
<li><a href="eventbase.loop.php" class="index">EventBase::loop</a> - Dispatch pending events</li>
<li><a href="eventbase.priorityinit.php" class="index">EventBase::priorityInit</a> - Sets number of priorities per event base</li>
<li><a href="eventbase.reinit.php" class="index">EventBase::reInit</a> - Re-initialize event base(after a fork)</li>
<li><a href="eventbase.stop.php" class="index">EventBase::stop</a> - Tells event_base to stop dispatching events</li>
<li><a href="eventbase.construct.php" class="index">EventBase::__construct</a> - Constructs EventBase object</li>
<li><a href="eventbuffer.add.php" class="index">EventBuffer::add</a> - Append data to the end of an event buffer</li>
<li><a href="eventbuffer.addbuffer.php" class="index">EventBuffer::addBuffer</a> - Move all data from a buffer provided to the current instance of EventBuffer</li>
<li><a href="eventbuffer.appendfrom.php" class="index">EventBuffer::appendFrom</a> - Moves the specified number of bytes from a source buffer to the
  end of the current buffer</li>
<li><a href="eventbuffer.copyout.php" class="index">EventBuffer::copyout</a> - Copies out specified number of bytes from the front of the buffer</li>
<li><a href="eventbuffer.drain.php" class="index">EventBuffer::drain</a> - Removes specified number of bytes from the front of the buffer
  without copying it anywhere</li>
<li><a href="eventbuffer.enablelocking.php" class="index">EventBuffer::enableLocking</a> - Descrizione</li>
<li><a href="eventbuffer.expand.php" class="index">EventBuffer::expand</a> - Reserves space in buffer</li>
<li><a href="eventbuffer.freeze.php" class="index">EventBuffer::freeze</a> - Prevent calls that modify an event buffer from succeeding</li>
<li><a href="eventbuffer.lock.php" class="index">EventBuffer::lock</a> - Acquires a lock on buffer</li>
<li><a href="eventbuffer.prepend.php" class="index">EventBuffer::prepend</a> - Prepend data to the front of the buffer</li>
<li><a href="eventbuffer.prependbuffer.php" class="index">EventBuffer::prependBuffer</a> - Moves all data from source buffer to the front of current buffer</li>
<li><a href="eventbuffer.pullup.php" class="index">EventBuffer::pullup</a> - Linearizes data within buffer
  and returns it's contents as a string</li>
<li><a href="eventbuffer.read.php" class="index">EventBuffer::read</a> - Read data from an evbuffer and drain the bytes read</li>
<li><a href="eventbuffer.readfrom.php" class="index">EventBuffer::readFrom</a> - Read data from a file onto the end of the buffer</li>
<li><a href="eventbuffer.readline.php" class="index">EventBuffer::readLine</a> - Extracts a line from the front of the buffer</li>
<li><a href="eventbuffer.search.php" class="index">EventBuffer::search</a> - Scans the buffer for an occurrence of a string</li>
<li><a href="eventbuffer.searcheol.php" class="index">EventBuffer::searchEol</a> - Scans the buffer for an occurrence of an end of line</li>
<li><a href="eventbuffer.substr.php" class="index">EventBuffer::substr</a> - Substracts a portion of the buffer data</li>
<li><a href="eventbuffer.unfreeze.php" class="index">EventBuffer::unfreeze</a> - Re-enable calls that modify an event buffer</li>
<li><a href="eventbuffer.unlock.php" class="index">EventBuffer::unlock</a> - Releases lock acquired by EventBuffer::lock</li>
<li><a href="eventbuffer.write.php" class="index">EventBuffer::write</a> - Write contents of the buffer to a file or socket</li>
<li><a href="eventbuffer.construct.php" class="index">EventBuffer::__construct</a> - Constructs EventBuffer object</li>
<li><a href="eventbufferevent.close.php" class="index">EventBufferEvent::close</a> - Closes file descriptor associated with the current buffer event</li>
<li><a href="eventbufferevent.connect.php" class="index">EventBufferEvent::connect</a> - Connect buffer event's file descriptor to given address or
  UNIX socket</li>
<li><a href="eventbufferevent.connecthost.php" class="index">EventBufferEvent::connectHost</a> - Connects to a hostname with optionally asyncronous DNS resolving</li>
<li><a href="eventbufferevent.createpair.php" class="index">EventBufferEvent::createPair</a> - Creates two buffer events connected to each other</li>
<li><a href="eventbufferevent.disable.php" class="index">EventBufferEvent::disable</a> - Disable events read, write, or both on a buffer event</li>
<li><a href="eventbufferevent.enable.php" class="index">EventBufferEvent::enable</a> - Enable events read, write, or both on a buffer event</li>
<li><a href="eventbufferevent.free.php" class="index">EventBufferEvent::free</a> - Free a buffer event</li>
<li><a href="eventbufferevent.getdnserrorstring.php" class="index">EventBufferEvent::getDnsErrorString</a> - Returns string describing the last failed DNS lookup attempt</li>
<li><a href="eventbufferevent.getenabled.php" class="index">EventBufferEvent::getEnabled</a> - Returns bitmask of events currently enabled on the buffer event</li>
<li><a href="eventbufferevent.getinput.php" class="index">EventBufferEvent::getInput</a> - Returns underlying input buffer associated with current buffer
  event</li>
<li><a href="eventbufferevent.getoutput.php" class="index">EventBufferEvent::getOutput</a> - Returns underlying output buffer associated with current buffer
  event</li>
<li><a href="eventbufferevent.read.php" class="index">EventBufferEvent::read</a> - Read buffer's data</li>
<li><a href="eventbufferevent.readbuffer.php" class="index">EventBufferEvent::readBuffer</a> - Drains the entire contents of the input buffer and places them into buf</li>
<li><a href="eventbufferevent.setcallbacks.php" class="index">EventBufferEvent::setCallbacks</a> - Assigns read, write and event(status) callbacks</li>
<li><a href="eventbufferevent.setpriority.php" class="index">EventBufferEvent::setPriority</a> - Assign a priority to a bufferevent</li>
<li><a href="eventbufferevent.settimeouts.php" class="index">EventBufferEvent::setTimeouts</a> - Set the read and write timeout for a buffer event</li>
<li><a href="eventbufferevent.setwatermark.php" class="index">EventBufferEvent::setWatermark</a> - Adjusts read and/or write watermarks</li>
<li><a href="eventbufferevent.sslerror.php" class="index">EventBufferEvent::sslError</a> - Returns most recent OpenSSL error reported on the buffer event</li>
<li><a href="eventbufferevent.sslfilter.php" class="index">EventBufferEvent::sslFilter</a> - Create a new SSL buffer event to send its data over another buffer event</li>
<li><a href="eventbufferevent.sslgetcipherinfo.php" class="index">EventBufferEvent::sslGetCipherInfo</a> - Returns a textual description of the cipher</li>
<li><a href="eventbufferevent.sslgetciphername.php" class="index">EventBufferEvent::sslGetCipherName</a> - Returns the current cipher name of the SSL connection</li>
<li><a href="eventbufferevent.sslgetcipherversion.php" class="index">EventBufferEvent::sslGetCipherVersion</a> - Returns version of cipher used by current SSL connection</li>
<li><a href="eventbufferevent.sslgetprotocol.php" class="index">EventBufferEvent::sslGetProtocol</a> - Returns the name of the protocol used for current SSL connection</li>
<li><a href="eventbufferevent.sslrenegotiate.php" class="index">EventBufferEvent::sslRenegotiate</a> - Tells a bufferevent to begin SSL renegotiation</li>
<li><a href="eventbufferevent.sslsocket.php" class="index">EventBufferEvent::sslSocket</a> - Creates a new SSL buffer event to send its data over an SSL on a socket</li>
<li><a href="eventbufferevent.write.php" class="index">EventBufferEvent::write</a> - Adds data to a buffer event's output buffer</li>
<li><a href="eventbufferevent.writebuffer.php" class="index">EventBufferEvent::writeBuffer</a> - Adds contents of the entire buffer to a buffer event's output
  buffer</li>
<li><a href="eventbufferevent.construct.php" class="index">EventBufferEvent::__construct</a> - Constructs EventBufferEvent object</li>
<li><a href="eventconfig.avoidmethod.php" class="index">EventConfig::avoidMethod</a> - Tells libevent to avoid specific event method</li>
<li><a href="eventconfig.requirefeatures.php" class="index">EventConfig::requireFeatures</a> - Enters a required event method feature that the application demands</li>
<li><a href="eventconfig.setflags.php" class="index">EventConfig::setFlags</a> - Sets one or more flags to configure the eventual EventBase will be initialized</li>
<li><a href="eventconfig.setmaxdispatchinterval.php" class="index">EventConfig::setMaxDispatchInterval</a> - Prevents priority inversion</li>
<li><a href="eventconfig.construct.php" class="index">EventConfig::__construct</a> - Constructs EventConfig object</li>
<li><a href="eventdnsbase.addnameserverip.php" class="index">EventDnsBase::addNameserverIp</a> - Adds a nameserver to the DNS base</li>
<li><a href="eventdnsbase.addsearch.php" class="index">EventDnsBase::addSearch</a> - Adds a domain to the list of search domains</li>
<li><a href="eventdnsbase.clearsearch.php" class="index">EventDnsBase::clearSearch</a> - Removes all current search suffixes</li>
<li><a href="eventdnsbase.countnameservers.php" class="index">EventDnsBase::countNameservers</a> - Gets the number of configured nameservers</li>
<li><a href="eventdnsbase.loadhosts.php" class="index">EventDnsBase::loadHosts</a> - Loads a hosts file (in the same format as /etc/hosts) from hosts file</li>
<li><a href="eventdnsbase.parseresolvconf.php" class="index">EventDnsBase::parseResolvConf</a> - Scans the resolv.conf-formatted file</li>
<li><a href="eventdnsbase.setoption.php" class="index">EventDnsBase::setOption</a> - Set the value of a configuration option</li>
<li><a href="eventdnsbase.setsearchndots.php" class="index">EventDnsBase::setSearchNdots</a> - Set the 'ndots' parameter for searches</li>
<li><a href="eventdnsbase.construct.php" class="index">EventDnsBase::__construct</a> - Constructs EventDnsBase object</li>
<li><a href="eventhttp.accept.php" class="index">EventHttp::accept</a> - Makes an HTTP server accept connections on the specified socket stream or resource</li>
<li><a href="eventhttp.addserveralias.php" class="index">EventHttp::addServerAlias</a> - Adds a server alias to the HTTP server object</li>
<li><a href="eventhttp.bind.php" class="index">EventHttp::bind</a> - Binds an HTTP server on the specified address and port</li>
<li><a href="eventhttp.removeserveralias.php" class="index">EventHttp::removeServerAlias</a> - Removes server alias</li>
<li><a href="eventhttp.setallowedmethods.php" class="index">EventHttp::setAllowedMethods</a> - Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks</li>
<li><a href="eventhttp.setcallback.php" class="index">EventHttp::setCallback</a> - Sets a callback for specified URI</li>
<li><a href="eventhttp.setdefaultcallback.php" class="index">EventHttp::setDefaultCallback</a> - Sets default callback to handle requests that are not caught by specific callbacks</li>
<li><a href="eventhttp.setmaxbodysize.php" class="index">EventHttp::setMaxBodySize</a> - Sets maximum request body size</li>
<li><a href="eventhttp.setmaxheaderssize.php" class="index">EventHttp::setMaxHeadersSize</a> - Sets maximum HTTP header size</li>
<li><a href="eventhttp.settimeout.php" class="index">EventHttp::setTimeout</a> - Sets the timeout for an HTTP request</li>
<li><a href="eventhttp.construct.php" class="index">EventHttp::__construct</a> - Constructs EventHttp object (the HTTP server)</li>
<li><a href="eventhttpconnection.getbase.php" class="index">EventHttpConnection::getBase</a> - Returns event base associated with the connection</li>
<li><a href="eventhttpconnection.getpeer.php" class="index">EventHttpConnection::getPeer</a> - Gets the remote address and port associated with the connection</li>
<li><a href="eventhttpconnection.makerequest.php" class="index">EventHttpConnection::makeRequest</a> - Makes an HTTP request over the specified connection</li>
<li><a href="eventhttpconnection.setclosecallback.php" class="index">EventHttpConnection::setCloseCallback</a> - Set callback for connection close</li>
<li><a href="eventhttpconnection.setlocaladdress.php" class="index">EventHttpConnection::setLocalAddress</a> - Sets the IP address from which HTTP connections are made</li>
<li><a href="eventhttpconnection.setlocalport.php" class="index">EventHttpConnection::setLocalPort</a> - Sets the local port from which connections are made</li>
<li><a href="eventhttpconnection.setmaxbodysize.php" class="index">EventHttpConnection::setMaxBodySize</a> - Sets maximum body size for the connection</li>
<li><a href="eventhttpconnection.setmaxheaderssize.php" class="index">EventHttpConnection::setMaxHeadersSize</a> - Sets maximum header size</li>
<li><a href="eventhttpconnection.setretries.php" class="index">EventHttpConnection::setRetries</a> - Sets the retry limit for the connection</li>
<li><a href="eventhttpconnection.settimeout.php" class="index">EventHttpConnection::setTimeout</a> - Sets the timeout for the connection</li>
<li><a href="eventhttpconnection.construct.php" class="index">EventHttpConnection::__construct</a> - Constructs EventHttpConnection object</li>
<li><a href="eventhttprequest.addheader.php" class="index">EventHttpRequest::addHeader</a> - Adds an HTTP header to the headers of the request</li>
<li><a href="eventhttprequest.cancel.php" class="index">EventHttpRequest::cancel</a> - Cancels a pending HTTP request</li>
<li><a href="eventhttprequest.clearheaders.php" class="index">EventHttpRequest::clearHeaders</a> - Removes all output headers from the header list of the request</li>
<li><a href="eventhttprequest.closeconnection.php" class="index">EventHttpRequest::closeConnection</a> - Closes associated HTTP connection</li>
<li><a href="eventhttprequest.findheader.php" class="index">EventHttpRequest::findHeader</a> - Finds the value belonging a header</li>
<li><a href="eventhttprequest.free.php" class="index">EventHttpRequest::free</a> - Frees the object and removes associated events</li>
<li><a href="eventhttprequest.getbufferevent.php" class="index">EventHttpRequest::getBufferEvent</a> - Returns EventBufferEvent object</li>
<li><a href="eventhttprequest.getcommand.php" class="index">EventHttpRequest::getCommand</a> - Returns the request command(method)</li>
<li><a href="eventhttprequest.getconnection.php" class="index">EventHttpRequest::getConnection</a> - Returns EventHttpConnection object</li>
<li><a href="eventhttprequest.gethost.php" class="index">EventHttpRequest::getHost</a> - Returns the request host</li>
<li><a href="eventhttprequest.getinputbuffer.php" class="index">EventHttpRequest::getInputBuffer</a> - Returns the input buffer</li>
<li><a href="eventhttprequest.getinputheaders.php" class="index">EventHttpRequest::getInputHeaders</a> - Returns associative array of the input headers</li>
<li><a href="eventhttprequest.getoutputbuffer.php" class="index">EventHttpRequest::getOutputBuffer</a> - Returns the output buffer of the request</li>
<li><a href="eventhttprequest.getoutputheaders.php" class="index">EventHttpRequest::getOutputHeaders</a> - Returns associative array of the output headers</li>
<li><a href="eventhttprequest.getresponsecode.php" class="index">EventHttpRequest::getResponseCode</a> - Returns the response code</li>
<li><a href="eventhttprequest.geturi.php" class="index">EventHttpRequest::getUri</a> - Returns the request URI</li>
<li><a href="eventhttprequest.removeheader.php" class="index">EventHttpRequest::removeHeader</a> - Removes an HTTP header from the headers of the request</li>
<li><a href="eventhttprequest.senderror.php" class="index">EventHttpRequest::sendError</a> - Send an HTML error message to the client</li>
<li><a href="eventhttprequest.sendreply.php" class="index">EventHttpRequest::sendReply</a> - Send an HTML reply to the client</li>
<li><a href="eventhttprequest.sendreplychunk.php" class="index">EventHttpRequest::sendReplyChunk</a> - Send another data chunk as part of an ongoing chunked reply</li>
<li><a href="eventhttprequest.sendreplyend.php" class="index">EventHttpRequest::sendReplyEnd</a> - Complete a chunked reply, freeing the request as appropriate</li>
<li><a href="eventhttprequest.sendreplystart.php" class="index">EventHttpRequest::sendReplyStart</a> - Initiate a chunked reply</li>
<li><a href="eventhttprequest.construct.php" class="index">EventHttpRequest::__construct</a> - Constructs EventHttpRequest object</li>
<li><a href="eventlistener.disable.php" class="index">EventListener::disable</a> - Disables an event connect listener object</li>
<li><a href="eventlistener.enable.php" class="index">EventListener::enable</a> - Enables an event connect listener object</li>
<li><a href="eventlistener.getbase.php" class="index">EventListener::getBase</a> - Returns event base associated with the event listener</li>
<li><a href="eventlistener.getsocketname.php" class="index">EventListener::getSocketName</a> - Retreives the current address to which the
  listener's socket is bound</li>
<li><a href="eventlistener.setcallback.php" class="index">EventListener::setCallback</a> - The setCallback purpose</li>
<li><a href="eventlistener.seterrorcallback.php" class="index">EventListener::setErrorCallback</a> - Set event listener's error callback</li>
<li><a href="eventlistener.construct.php" class="index">EventListener::__construct</a> - Creates new connection listener associated with an event base</li>
<li><a href="eventsslcontext.construct.php" class="index">EventSslContext::__construct</a> - Constructs an OpenSSL context for use with Event classes</li>
<li><a href="eventutil.getlastsocketerrno.php" class="index">EventUtil::getLastSocketErrno</a> - Returns the most recent socket error number</li>
<li><a href="eventutil.getlastsocketerror.php" class="index">EventUtil::getLastSocketError</a> - Returns the most recent socket error</li>
<li><a href="eventutil.getsocketfd.php" class="index">EventUtil::getSocketFd</a> - Returns numeric file descriptor of a socket, or stream</li>
<li><a href="eventutil.getsocketname.php" class="index">EventUtil::getSocketName</a> - Retreives the current address to which the
  socket is bound</li>
<li><a href="eventutil.setsocketoption.php" class="index">EventUtil::setSocketOption</a> - Sets socket options</li>
<li><a href="eventutil.sslrandpoll.php" class="index">EventUtil::sslRandPoll</a> - Generates entropy by means of OpenSSL's RAND_poll()</li>
<li><a href="eventutil.construct.php" class="index">EventUtil::__construct</a> - The abstract constructor</li>
<li><a href="evfork.createstopped.php" class="index">EvFork::createStopped</a> - Creates a stopped instance of EvFork watcher class</li>
<li><a href="evfork.construct.php" class="index">EvFork::__construct</a> - Constructs the EvFork watcher object</li>
<li><a href="evidle.createstopped.php" class="index">EvIdle::createStopped</a> - Creates instance of a stopped EvIdle watcher object</li>
<li><a href="evidle.construct.php" class="index">EvIdle::__construct</a> - Constructs the EvIdle watcher object</li>
<li><a href="evio.createstopped.php" class="index">EvIo::createStopped</a> - Create stopped EvIo watcher object</li>
<li><a href="evio.set.php" class="index">EvIo::set</a> - Configures the watcher</li>
<li><a href="evio.construct.php" class="index">EvIo::__construct</a> - Constructs EvIo watcher object</li>
<li><a href="evloop.backend.php" class="index">EvLoop::backend</a> - Returns an integer describing the backend used by libev</li>
<li><a href="evloop.check.php" class="index">EvLoop::check</a> - Creates EvCheck object associated with the current event loop
  instance</li>
<li><a href="evloop.child.php" class="index">EvLoop::child</a> - Creates EvChild object associated with the current event loop</li>
<li><a href="evloop.defaultloop.php" class="index">EvLoop::defaultLoop</a> - Returns or creates the default event loop</li>
<li><a href="evloop.embed.php" class="index">EvLoop::embed</a> - Creates an instance of EvEmbed watcher associated
  with the current EvLoop object</li>
<li><a href="evloop.fork.php" class="index">EvLoop::fork</a> - Creates EvFork watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.idle.php" class="index">EvLoop::idle</a> - Creates EvIdle watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.invokepending.php" class="index">EvLoop::invokePending</a> - Invoke all pending watchers while resetting their pending state</li>
<li><a href="evloop.io.php" class="index">EvLoop::io</a> - Create EvIo watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.loopfork.php" class="index">EvLoop::loopFork</a> - Must be called after a fork</li>
<li><a href="evloop.now.php" class="index">EvLoop::now</a> - Returns the current &quot;event loop time&quot;</li>
<li><a href="evloop.nowupdate.php" class="index">EvLoop::nowUpdate</a> - Establishes the current time by querying the kernel, updating the time
    returned by EvLoop::now in the progress</li>
<li><a href="evloop.periodic.php" class="index">EvLoop::periodic</a> - Creates EvPeriodic watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.prepare.php" class="index">EvLoop::prepare</a> - Creates EvPrepare watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.resume.php" class="index">EvLoop::resume</a> - Resume previously suspended default event loop</li>
<li><a href="evloop.run.php" class="index">EvLoop::run</a> - Begin checking for events and calling callbacks for the loop</li>
<li><a href="evloop.signal.php" class="index">EvLoop::signal</a> - Creates EvSignal watcher object associated with the current
  event loop instance</li>
<li><a href="evloop.stat.php" class="index">EvLoop::stat</a> - Creates EvStat watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.stop.php" class="index">EvLoop::stop</a> - Stops the event loop</li>
<li><a href="evloop.suspend.php" class="index">EvLoop::suspend</a> - Suspend the loop</li>
<li><a href="evloop.timer.php" class="index">EvLoop::timer</a> - Creates EvTimer watcher object associated with the current event
  loop instance</li>
<li><a href="evloop.verify.php" class="index">EvLoop::verify</a> - Performs internal consistency checks(for debugging)</li>
<li><a href="evloop.construct.php" class="index">EvLoop::__construct</a> - Constructs the event loop object</li>
<li><a href="evperiodic.again.php" class="index">EvPeriodic::again</a> - Simply stops and restarts the periodic watcher again</li>
<li><a href="evperiodic.at.php" class="index">EvPeriodic::at</a> - Returns the absolute time that this
  watcher is supposed to trigger next</li>
<li><a href="evperiodic.createstopped.php" class="index">EvPeriodic::createStopped</a> - Create a stopped EvPeriodic watcher</li>
<li><a href="evperiodic.set.php" class="index">EvPeriodic::set</a> - Configures the watcher</li>
<li><a href="evperiodic.construct.php" class="index">EvPeriodic::__construct</a> - Constructs EvPeriodic watcher object</li>
<li><a href="evprepare.createstopped.php" class="index">EvPrepare::createStopped</a> - Creates a stopped instance of EvPrepare watcher</li>
<li><a href="evprepare.construct.php" class="index">EvPrepare::__construct</a> - Constructs EvPrepare watcher object</li>
<li><a href="evsignal.createstopped.php" class="index">EvSignal::createStopped</a> - Create stopped EvSignal watcher object</li>
<li><a href="evsignal.set.php" class="index">EvSignal::set</a> - Configures the watcher</li>
<li><a href="evsignal.construct.php" class="index">EvSignal::__construct</a> - Constructs EvSignal watcher object</li>
<li><a href="evstat.attr.php" class="index">EvStat::attr</a> - Returns the values most recently detected by Ev</li>
<li><a href="evstat.createstopped.php" class="index">EvStat::createStopped</a> - Create a stopped EvStat watcher object</li>
<li><a href="evstat.prev.php" class="index">EvStat::prev</a> - Returns the previous set of values returned by EvStat::attr</li>
<li><a href="evstat.set.php" class="index">EvStat::set</a> - Configures the watcher</li>
<li><a href="evstat.stat.php" class="index">EvStat::stat</a> - Initiates the stat call</li>
<li><a href="evstat.construct.php" class="index">EvStat::__construct</a> - Constructs EvStat watcher object</li>
<li><a href="evtimer.again.php" class="index">EvTimer::again</a> - Restarts the timer watcher</li>
<li><a href="evtimer.createstopped.php" class="index">EvTimer::createStopped</a> - Creates EvTimer stopped watcher object</li>
<li><a href="evtimer.set.php" class="index">EvTimer::set</a> - Configures the watcher</li>
<li><a href="evtimer.construct.php" class="index">EvTimer::__construct</a> - Constructs an EvTimer watcher object</li>
<li><a href="evwatcher.clear.php" class="index">EvWatcher::clear</a> - Clear watcher pending status</li>
<li><a href="evwatcher.feed.php" class="index">EvWatcher::feed</a> - Feeds the given revents set into the event loop</li>
<li><a href="evwatcher.getloop.php" class="index">EvWatcher::getLoop</a> - Returns the loop responsible for the watcher</li>
<li><a href="evwatcher.invoke.php" class="index">EvWatcher::invoke</a> - Invokes the watcher callback with the given received events bit
  mask</li>
<li><a href="evwatcher.keepalive.php" class="index">EvWatcher::keepalive</a> - Configures whether to keep the loop from returning</li>
<li><a href="evwatcher.setcallback.php" class="index">EvWatcher::setCallback</a> - Sets new callback for the watcher</li>
<li><a href="evwatcher.start.php" class="index">EvWatcher::start</a> - Starts the watcher</li>
<li><a href="evwatcher.stop.php" class="index">EvWatcher::stop</a> - Stops the watcher</li>
<li><a href="evwatcher.construct.php" class="index">EvWatcher::__construct</a> - Abstract constructor of a watcher object</li>
<li><a href="exception.getcode.php" class="index">Exception::getCode</a> - Gets the Exception code</li>
<li><a href="exception.getfile.php" class="index">Exception::getFile</a> - Gets the file in which the exception was created</li>
<li><a href="exception.getline.php" class="index">Exception::getLine</a> - Gets the line in which the exception was created</li>
<li><a href="exception.getmessage.php" class="index">Exception::getMessage</a> - Recupera il messaggio di Exception</li>
<li><a href="exception.getprevious.php" class="index">Exception::getPrevious</a> - Returns previous Throwable</li>
<li><a href="exception.gettrace.php" class="index">Exception::getTrace</a> - Gets the stack trace</li>
<li><a href="exception.gettraceasstring.php" class="index">Exception::getTraceAsString</a> - Gets the stack trace as a string</li>
<li><a href="exception.clone.php" class="index">Exception::__clone</a> - Clone the exception</li>
<li><a href="exception.construct.php" class="index">Exception::__construct</a> - Construct the exception</li>
<li><a href="exception.tostring.php" class="index">Exception::__toString</a> - String representation of the exception</li>
<li><a href="function.exec.php" class="index">exec</a> - Esegue un programma esterno</li>
<li><a href="mysql-xdevapi-executable.execute.php" class="index">Executable::execute</a> - Execute statement</li>
<li><a href="mysql-xdevapi-executionstatus.construct.php" class="index">ExecutionStatus::__construct</a> - ExecutionStatus constructor</li>
<li><a href="function.exif-imagetype.php" class="index">exif_imagetype</a> - Determine the type of an image</li>
<li><a href="function.exif-read-data.php" class="index">exif_read_data</a> - Reads the EXIF headers from an image file</li>
<li><a href="function.exif-tagname.php" class="index">exif_tagname</a> - Get the header name for an index</li>
<li><a href="function.exif-thumbnail.php" class="index">exif_thumbnail</a> - Retrieve the embedded thumbnail of an image</li>
<li><a href="function.exit.php" class="index">exit</a> - Terminate the current script with a status code or message</li>
<li><a href="function.exp.php" class="index">exp</a> - Calcola l'esponente di e (la base logaritmica naturale o di Nepero)</li>
<li><a href="function.expect-expectl.php" class="index">expect_expectl</a> - Waits until the output from a process matches one
  of the patterns, a specified time period has passed, or an EOF is seen</li>
<li><a href="function.expect-popen.php" class="index">expect_popen</a> - Execute command via Bourne shell, and open the PTY stream to
  the process</li>
<li><a href="function.explode.php" class="index">explode</a> - Suddivide una stringa</li>
<li><a href="function.expm1.php" class="index">expm1</a> - Restituisce exp(numero) - 1, computato in maniera tale da essere accurato anche se 
     il valore del numero &egrave; vicino a zero</li>
<li><a href="function.mysql-xdevapi-expression.php" class="index">expression</a> - Bind prepared statement variables as parameters</li>
<li><a href="mysql-xdevapi-expression.construct.php" class="index">Expression::__construct</a> - Expression constructor</li>
<li><a href="function.extension-loaded.php" class="index">extension_loaded</a> - Verifica se un modulo &egrave; gi&agrave; stato caricato</li>
<li><a href="function.extract.php" class="index">extract</a> - Importa le variabili nella tabella dei simboli corrente da un array</li>
<li><a href="function.ezmlm-hash.php" class="index">ezmlm_hash</a> - Calcola il valore hash che occorre a EZMLM</li>
</ul></li>
<li class='gen-index index-for-f'>f<ul id='refentry-index-for-f'>
<li><a href="fannconnection.getfromneuron.php" class="index">FANNConnection::getFromNeuron</a> - Returns the postions of starting neuron</li>
<li><a href="fannconnection.gettoneuron.php" class="index">FANNConnection::getToNeuron</a> - Returns the postions of terminating neuron</li>
<li><a href="fannconnection.getweight.php" class="index">FANNConnection::getWeight</a> - Returns the connection weight</li>
<li><a href="fannconnection.setweight.php" class="index">FANNConnection::setWeight</a> - Sets the connections weight</li>
<li><a href="fannconnection.construct.php" class="index">FANNConnection::__construct</a> - The connection constructor</li>
<li><a href="function.fann-cascadetrain-on-data.php" class="index">fann_cascadetrain_on_data</a> - Trains on an entire dataset, for a period of time using the Cascade2 training algorithm</li>
<li><a href="function.fann-cascadetrain-on-file.php" class="index">fann_cascadetrain_on_file</a> - Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm</li>
<li><a href="function.fann-clear-scaling-params.php" class="index">fann_clear_scaling_params</a> - Clears scaling parameters</li>
<li><a href="function.fann-copy.php" class="index">fann_copy</a> - Creates a copy of a fann structure</li>
<li><a href="function.fann-create-from-file.php" class="index">fann_create_from_file</a> - Constructs a backpropagation neural network from a configuration file</li>
<li><a href="function.fann-create-shortcut.php" class="index">fann_create_shortcut</a> - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections</li>
<li><a href="function.fann-create-shortcut-array.php" class="index">fann_create_shortcut_array</a> - Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections</li>
<li><a href="function.fann-create-sparse.php" class="index">fann_create_sparse</a> - Creates a standard backpropagation neural network, which is not fully connected</li>
<li><a href="function.fann-create-sparse-array.php" class="index">fann_create_sparse_array</a> - Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes</li>
<li><a href="function.fann-create-standard.php" class="index">fann_create_standard</a> - Creates a standard fully connected backpropagation neural network</li>
<li><a href="function.fann-create-standard-array.php" class="index">fann_create_standard_array</a> - Creates a standard fully connected backpropagation neural network using an array of layer sizes</li>
<li><a href="function.fann-create-train.php" class="index">fann_create_train</a> - Creates an empty training data struct</li>
<li><a href="function.fann-create-train-from-callback.php" class="index">fann_create_train_from_callback</a> - Creates the training data struct from a user supplied function</li>
<li><a href="function.fann-descale-input.php" class="index">fann_descale_input</a> - Scale data in input vector after get it from ann based on previously calculated parameters</li>
<li><a href="function.fann-descale-output.php" class="index">fann_descale_output</a> - Scale data in output vector after get it from ann based on previously calculated parameters</li>
<li><a href="function.fann-descale-train.php" class="index">fann_descale_train</a> - Descale input and output data based on previously calculated parameters</li>
<li><a href="function.fann-destroy.php" class="index">fann_destroy</a> - Destroys the entire network and properly freeing all the associated memory</li>
<li><a href="function.fann-destroy-train.php" class="index">fann_destroy_train</a> - Destructs the training data</li>
<li><a href="function.fann-duplicate-train-data.php" class="index">fann_duplicate_train_data</a> - Returns an exact copy of a fann train data</li>
<li><a href="function.fann-get-activation-function.php" class="index">fann_get_activation_function</a> - Returns the activation function</li>
<li><a href="function.fann-get-activation-steepness.php" class="index">fann_get_activation_steepness</a> - Returns the activation steepness for supplied neuron and layer number</li>
<li><a href="function.fann-get-bias-array.php" class="index">fann_get_bias_array</a> - Get the number of bias in each layer in the network</li>
<li><a href="function.fann-get-bit-fail.php" class="index">fann_get_bit_fail</a> - The number of fail bits</li>
<li><a href="function.fann-get-bit-fail-limit.php" class="index">fann_get_bit_fail_limit</a> - Returns the bit fail limit used during training</li>
<li><a href="function.fann-get-cascade-activation-functions.php" class="index">fann_get_cascade_activation_functions</a> - Returns the cascade activation functions</li>
<li><a href="function.fann-get-cascade-activation-functions-count.php" class="index">fann_get_cascade_activation_functions_count</a> - Returns the number of cascade activation functions</li>
<li><a href="function.fann-get-cascade-activation-steepnesses.php" class="index">fann_get_cascade_activation_steepnesses</a> - Returns the cascade activation steepnesses</li>
<li><a href="function.fann-get-cascade-activation-steepnesses-count.php" class="index">fann_get_cascade_activation_steepnesses_count</a> - The number of activation steepnesses</li>
<li><a href="function.fann-get-cascade-candidate-change-fraction.php" class="index">fann_get_cascade_candidate_change_fraction</a> - Returns the cascade candidate change fraction</li>
<li><a href="function.fann-get-cascade-candidate-limit.php" class="index">fann_get_cascade_candidate_limit</a> - Return the candidate limit</li>
<li><a href="function.fann-get-cascade-candidate-stagnation-epochs.php" class="index">fann_get_cascade_candidate_stagnation_epochs</a> - Returns the number of cascade candidate stagnation epochs</li>
<li><a href="function.fann-get-cascade-max-cand-epochs.php" class="index">fann_get_cascade_max_cand_epochs</a> - Returns the maximum candidate epochs</li>
<li><a href="function.fann-get-cascade-max-out-epochs.php" class="index">fann_get_cascade_max_out_epochs</a> - Returns the maximum out epochs</li>
<li><a href="function.fann-get-cascade-min-cand-epochs.php" class="index">fann_get_cascade_min_cand_epochs</a> - Returns the minimum candidate epochs</li>
<li><a href="function.fann-get-cascade-min-out-epochs.php" class="index">fann_get_cascade_min_out_epochs</a> - Returns the minimum out epochs</li>
<li><a href="function.fann-get-cascade-num-candidates.php" class="index">fann_get_cascade_num_candidates</a> - Returns the number of candidates used during training</li>
<li><a href="function.fann-get-cascade-num-candidate-groups.php" class="index">fann_get_cascade_num_candidate_groups</a> - Returns the number of candidate groups</li>
<li><a href="function.fann-get-cascade-output-change-fraction.php" class="index">fann_get_cascade_output_change_fraction</a> - Returns the cascade output change fraction</li>
<li><a href="function.fann-get-cascade-output-stagnation-epochs.php" class="index">fann_get_cascade_output_stagnation_epochs</a> - Returns the number of cascade output stagnation epochs</li>
<li><a href="function.fann-get-cascade-weight-multiplier.php" class="index">fann_get_cascade_weight_multiplier</a> - Returns the weight multiplier</li>
<li><a href="function.fann-get-connection-array.php" class="index">fann_get_connection_array</a> - Get connections in the network</li>
<li><a href="function.fann-get-connection-rate.php" class="index">fann_get_connection_rate</a> - Get the connection rate used when the network was created</li>
<li><a href="function.fann-get-errno.php" class="index">fann_get_errno</a> - Returns the last error number</li>
<li><a href="function.fann-get-errstr.php" class="index">fann_get_errstr</a> - Returns the last errstr</li>
<li><a href="function.fann-get-layer-array.php" class="index">fann_get_layer_array</a> - Get the number of neurons in each layer in the network</li>
<li><a href="function.fann-get-learning-momentum.php" class="index">fann_get_learning_momentum</a> - Returns the learning momentum</li>
<li><a href="function.fann-get-learning-rate.php" class="index">fann_get_learning_rate</a> - Returns the learning rate</li>
<li><a href="function.fann-get-mse.php" class="index">fann_get_MSE</a> - Reads the mean square error from the network</li>
<li><a href="function.fann-get-network-type.php" class="index">fann_get_network_type</a> - Get the type of neural network it was created as</li>
<li><a href="function.fann-get-num-input.php" class="index">fann_get_num_input</a> - Get the number of input neurons</li>
<li><a href="function.fann-get-num-layers.php" class="index">fann_get_num_layers</a> - Get the number of layers in the neural network</li>
<li><a href="function.fann-get-num-output.php" class="index">fann_get_num_output</a> - Get the number of output neurons</li>
<li><a href="function.fann-get-quickprop-decay.php" class="index">fann_get_quickprop_decay</a> - Returns the decay which is a factor that weights should decrease in each iteration during quickprop training</li>
<li><a href="function.fann-get-quickprop-mu.php" class="index">fann_get_quickprop_mu</a> - Returns the mu factor</li>
<li><a href="function.fann-get-rprop-decrease-factor.php" class="index">fann_get_rprop_decrease_factor</a> - Returns the increase factor used during RPROP training</li>
<li><a href="function.fann-get-rprop-delta-max.php" class="index">fann_get_rprop_delta_max</a> - Returns the maximum step-size</li>
<li><a href="function.fann-get-rprop-delta-min.php" class="index">fann_get_rprop_delta_min</a> - Returns the minimum step-size</li>
<li><a href="function.fann-get-rprop-delta-zero.php" class="index">fann_get_rprop_delta_zero</a> - Returns the initial step-size</li>
<li><a href="function.fann-get-rprop-increase-factor.php" class="index">fann_get_rprop_increase_factor</a> - Returns the increase factor used during RPROP training</li>
<li><a href="function.fann-get-sarprop-step-error-shift.php" class="index">fann_get_sarprop_step_error_shift</a> - Returns the sarprop step error shift</li>
<li><a href="function.fann-get-sarprop-step-error-threshold-factor.php" class="index">fann_get_sarprop_step_error_threshold_factor</a> - Returns the sarprop step error threshold factor</li>
<li><a href="function.fann-get-sarprop-temperature.php" class="index">fann_get_sarprop_temperature</a> - Returns the sarprop temperature</li>
<li><a href="function.fann-get-sarprop-weight-decay-shift.php" class="index">fann_get_sarprop_weight_decay_shift</a> - Returns the sarprop weight decay shift</li>
<li><a href="function.fann-get-total-connections.php" class="index">fann_get_total_connections</a> - Get the total number of connections in the entire network</li>
<li><a href="function.fann-get-total-neurons.php" class="index">fann_get_total_neurons</a> - Get the total number of neurons in the entire network</li>
<li><a href="function.fann-get-training-algorithm.php" class="index">fann_get_training_algorithm</a> - Returns the training algorithm</li>
<li><a href="function.fann-get-train-error-function.php" class="index">fann_get_train_error_function</a> - Returns the error function used during training</li>
<li><a href="function.fann-get-train-stop-function.php" class="index">fann_get_train_stop_function</a> - Returns the stop function used during training</li>
<li><a href="function.fann-init-weights.php" class="index">fann_init_weights</a> - Initialize the weights using Widrow + Nguyen&rsquo;s algorithm</li>
<li><a href="function.fann-length-train-data.php" class="index">fann_length_train_data</a> - Returns the number of training patterns in the train data</li>
<li><a href="function.fann-merge-train-data.php" class="index">fann_merge_train_data</a> - Merges the train data</li>
<li><a href="function.fann-num-input-train-data.php" class="index">fann_num_input_train_data</a> - Returns the number of inputs in each of the training patterns in the train data</li>
<li><a href="function.fann-num-output-train-data.php" class="index">fann_num_output_train_data</a> - Returns the number of outputs in each of the training patterns in the train data</li>
<li><a href="function.fann-print-error.php" class="index">fann_print_error</a> - Prints the error string</li>
<li><a href="function.fann-randomize-weights.php" class="index">fann_randomize_weights</a> - Give each connection a random weight between min_weight and max_weight</li>
<li><a href="function.fann-read-train-from-file.php" class="index">fann_read_train_from_file</a> - Reads a file that stores training data</li>
<li><a href="function.fann-reset-errno.php" class="index">fann_reset_errno</a> - Resets the last error number</li>
<li><a href="function.fann-reset-errstr.php" class="index">fann_reset_errstr</a> - Resets the last error string</li>
<li><a href="function.fann-reset-mse.php" class="index">fann_reset_MSE</a> - Resets the mean square error from the network</li>
<li><a href="function.fann-run.php" class="index">fann_run</a> - Will run input through the neural network</li>
<li><a href="function.fann-save.php" class="index">fann_save</a> - Saves the entire network to a configuration file</li>
<li><a href="function.fann-save-train.php" class="index">fann_save_train</a> - Save the training structure to a file</li>
<li><a href="function.fann-scale-input.php" class="index">fann_scale_input</a> - Scale data in input vector before feed it to ann based on previously calculated parameters</li>
<li><a href="function.fann-scale-input-train-data.php" class="index">fann_scale_input_train_data</a> - Scales the inputs in the training data to the specified range</li>
<li><a href="function.fann-scale-output.php" class="index">fann_scale_output</a> - Scale data in output vector before feed it to ann based on previously calculated parameters</li>
<li><a href="function.fann-scale-output-train-data.php" class="index">fann_scale_output_train_data</a> - Scales the outputs in the training data to the specified range</li>
<li><a href="function.fann-scale-train.php" class="index">fann_scale_train</a> - Scale input and output data based on previously calculated parameters</li>
<li><a href="function.fann-scale-train-data.php" class="index">fann_scale_train_data</a> - Scales the inputs and outputs in the training data to the specified range</li>
<li><a href="function.fann-set-activation-function.php" class="index">fann_set_activation_function</a> - Sets the activation function for supplied neuron and layer</li>
<li><a href="function.fann-set-activation-function-hidden.php" class="index">fann_set_activation_function_hidden</a> - Sets the activation function for all of the hidden layers</li>
<li><a href="function.fann-set-activation-function-layer.php" class="index">fann_set_activation_function_layer</a> - Sets the activation function for all the neurons in the supplied layer</li>
<li><a href="function.fann-set-activation-function-output.php" class="index">fann_set_activation_function_output</a> - Sets the activation function for the output layer</li>
<li><a href="function.fann-set-activation-steepness.php" class="index">fann_set_activation_steepness</a> - Sets the activation steepness for supplied neuron and layer number</li>
<li><a href="function.fann-set-activation-steepness-hidden.php" class="index">fann_set_activation_steepness_hidden</a> - Sets the steepness of the activation steepness for all neurons in the all hidden layers</li>
<li><a href="function.fann-set-activation-steepness-layer.php" class="index">fann_set_activation_steepness_layer</a> - Sets the activation steepness for all of the neurons in the supplied layer number</li>
<li><a href="function.fann-set-activation-steepness-output.php" class="index">fann_set_activation_steepness_output</a> - Sets the steepness of the activation steepness in the output layer</li>
<li><a href="function.fann-set-bit-fail-limit.php" class="index">fann_set_bit_fail_limit</a> - Set the bit fail limit used during training</li>
<li><a href="function.fann-set-callback.php" class="index">fann_set_callback</a> - Sets the callback function for use during training</li>
<li><a href="function.fann-set-cascade-activation-functions.php" class="index">fann_set_cascade_activation_functions</a> - Sets the array of cascade candidate activation functions</li>
<li><a href="function.fann-set-cascade-activation-steepnesses.php" class="index">fann_set_cascade_activation_steepnesses</a> - Sets the array of cascade candidate activation steepnesses</li>
<li><a href="function.fann-set-cascade-candidate-change-fraction.php" class="index">fann_set_cascade_candidate_change_fraction</a> - Sets the cascade candidate change fraction</li>
<li><a href="function.fann-set-cascade-candidate-limit.php" class="index">fann_set_cascade_candidate_limit</a> - Sets the candidate limit</li>
<li><a href="function.fann-set-cascade-candidate-stagnation-epochs.php" class="index">fann_set_cascade_candidate_stagnation_epochs</a> - Sets the number of cascade candidate stagnation epochs</li>
<li><a href="function.fann-set-cascade-max-cand-epochs.php" class="index">fann_set_cascade_max_cand_epochs</a> - Sets the max candidate epochs</li>
<li><a href="function.fann-set-cascade-max-out-epochs.php" class="index">fann_set_cascade_max_out_epochs</a> - Sets the maximum out epochs</li>
<li><a href="function.fann-set-cascade-min-cand-epochs.php" class="index">fann_set_cascade_min_cand_epochs</a> - Sets the min candidate epochs</li>
<li><a href="function.fann-set-cascade-min-out-epochs.php" class="index">fann_set_cascade_min_out_epochs</a> - Sets the minimum out epochs</li>
<li><a href="function.fann-set-cascade-num-candidate-groups.php" class="index">fann_set_cascade_num_candidate_groups</a> - Sets the number of candidate groups</li>
<li><a href="function.fann-set-cascade-output-change-fraction.php" class="index">fann_set_cascade_output_change_fraction</a> - Sets the cascade output change fraction</li>
<li><a href="function.fann-set-cascade-output-stagnation-epochs.php" class="index">fann_set_cascade_output_stagnation_epochs</a> - Sets the number of cascade output stagnation epochs</li>
<li><a href="function.fann-set-cascade-weight-multiplier.php" class="index">fann_set_cascade_weight_multiplier</a> - Sets the weight multiplier</li>
<li><a href="function.fann-set-error-log.php" class="index">fann_set_error_log</a> - Sets where the errors are logged to</li>
<li><a href="function.fann-set-input-scaling-params.php" class="index">fann_set_input_scaling_params</a> - Calculate input scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-learning-momentum.php" class="index">fann_set_learning_momentum</a> - Sets the learning momentum</li>
<li><a href="function.fann-set-learning-rate.php" class="index">fann_set_learning_rate</a> - Sets the learning rate</li>
<li><a href="function.fann-set-output-scaling-params.php" class="index">fann_set_output_scaling_params</a> - Calculate output scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-quickprop-decay.php" class="index">fann_set_quickprop_decay</a> - Sets the quickprop decay factor</li>
<li><a href="function.fann-set-quickprop-mu.php" class="index">fann_set_quickprop_mu</a> - Sets the quickprop mu factor</li>
<li><a href="function.fann-set-rprop-decrease-factor.php" class="index">fann_set_rprop_decrease_factor</a> - Sets the decrease factor used during RPROP training</li>
<li><a href="function.fann-set-rprop-delta-max.php" class="index">fann_set_rprop_delta_max</a> - Sets the maximum step-size</li>
<li><a href="function.fann-set-rprop-delta-min.php" class="index">fann_set_rprop_delta_min</a> - Sets the minimum step-size</li>
<li><a href="function.fann-set-rprop-delta-zero.php" class="index">fann_set_rprop_delta_zero</a> - Sets the initial step-size</li>
<li><a href="function.fann-set-rprop-increase-factor.php" class="index">fann_set_rprop_increase_factor</a> - Sets the increase factor used during RPROP training</li>
<li><a href="function.fann-set-sarprop-step-error-shift.php" class="index">fann_set_sarprop_step_error_shift</a> - Sets the sarprop step error shift</li>
<li><a href="function.fann-set-sarprop-step-error-threshold-factor.php" class="index">fann_set_sarprop_step_error_threshold_factor</a> - Sets the sarprop step error threshold factor</li>
<li><a href="function.fann-set-sarprop-temperature.php" class="index">fann_set_sarprop_temperature</a> - Sets the sarprop temperature</li>
<li><a href="function.fann-set-sarprop-weight-decay-shift.php" class="index">fann_set_sarprop_weight_decay_shift</a> - Sets the sarprop weight decay shift</li>
<li><a href="function.fann-set-scaling-params.php" class="index">fann_set_scaling_params</a> - Calculate input and output scaling parameters for future use based on training data</li>
<li><a href="function.fann-set-training-algorithm.php" class="index">fann_set_training_algorithm</a> - Sets the training algorithm</li>
<li><a href="function.fann-set-train-error-function.php" class="index">fann_set_train_error_function</a> - Sets the error function used during training</li>
<li><a href="function.fann-set-train-stop-function.php" class="index">fann_set_train_stop_function</a> - Sets the stop function used during training</li>
<li><a href="function.fann-set-weight.php" class="index">fann_set_weight</a> - Set a connection in the network</li>
<li><a href="function.fann-set-weight-array.php" class="index">fann_set_weight_array</a> - Set connections in the network</li>
<li><a href="function.fann-shuffle-train-data.php" class="index">fann_shuffle_train_data</a> - Shuffles training data, randomizing the order</li>
<li><a href="function.fann-subset-train-data.php" class="index">fann_subset_train_data</a> - Returns an copy of a subset of the train data</li>
<li><a href="function.fann-test.php" class="index">fann_test</a> - Test with a set of inputs, and a set of desired outputs</li>
<li><a href="function.fann-test-data.php" class="index">fann_test_data</a> - Test a set of training data and calculates the MSE for the training data</li>
<li><a href="function.fann-train.php" class="index">fann_train</a> - Train one iteration with a set of inputs, and a set of desired outputs</li>
<li><a href="function.fann-train-epoch.php" class="index">fann_train_epoch</a> - Train one epoch with a set of training data</li>
<li><a href="function.fann-train-on-data.php" class="index">fann_train_on_data</a> - Trains on an entire dataset for a period of time</li>
<li><a href="function.fann-train-on-file.php" class="index">fann_train_on_file</a> - Trains on an entire dataset, which is read from file, for a period of time</li>
<li><a href="function.fastcgi-finish-request.php" class="index">fastcgi_finish_request</a> - Flushes all response data to the client</li>
<li><a href="function.fbird-add-user.php" class="index">fbird_add_user</a> - Alias di ibase_add_user</li>
<li><a href="function.fbird-affected-rows.php" class="index">fbird_affected_rows</a> - Alias di ibase_affected_rows</li>
<li><a href="function.fbird-backup.php" class="index">fbird_backup</a> - Alias di ibase_backup</li>
<li><a href="function.fbird-blob-add.php" class="index">fbird_blob_add</a> - Alias di ibase_blob_add</li>
<li><a href="function.fbird-blob-cancel.php" class="index">fbird_blob_cancel</a> - Cancel creating blob</li>
<li><a href="function.fbird-blob-close.php" class="index">fbird_blob_close</a> - Alias di ibase_blob_close</li>
<li><a href="function.fbird-blob-create.php" class="index">fbird_blob_create</a> - Alias di ibase_blob_create</li>
<li><a href="function.fbird-blob-echo.php" class="index">fbird_blob_echo</a> - Alias di ibase_blob_echo</li>
<li><a href="function.fbird-blob-get.php" class="index">fbird_blob_get</a> - Alias di ibase_blob_get</li>
<li><a href="function.fbird-blob-import.php" class="index">fbird_blob_import</a> - Alias di ibase_blob_import</li>
<li><a href="function.fbird-blob-info.php" class="index">fbird_blob_info</a> - Alias di ibase_blob_info</li>
<li><a href="function.fbird-blob-open.php" class="index">fbird_blob_open</a> - Alias di ibase_blob_open</li>
<li><a href="function.fbird-close.php" class="index">fbird_close</a> - Alias di ibase_close</li>
<li><a href="function.fbird-commit.php" class="index">fbird_commit</a> - Alias di ibase_commit</li>
<li><a href="function.fbird-commit-ret.php" class="index">fbird_commit_ret</a> - Alias di ibase_commit_ret</li>
<li><a href="function.fbird-connect.php" class="index">fbird_connect</a> - Alias di ibase_connect</li>
<li><a href="function.fbird-db-info.php" class="index">fbird_db_info</a> - Alias di ibase_db_info</li>
<li><a href="function.fbird-delete-user.php" class="index">fbird_delete_user</a> - Alias di ibase_delete_user</li>
<li><a href="function.fbird-drop-db.php" class="index">fbird_drop_db</a> - Alias di ibase_drop_db</li>
<li><a href="function.fbird-errcode.php" class="index">fbird_errcode</a> - Alias di ibase_errcode</li>
<li><a href="function.fbird-errmsg.php" class="index">fbird_errmsg</a> - Alias di ibase_errmsg</li>
<li><a href="function.fbird-execute.php" class="index">fbird_execute</a> - Alias di ibase_execute</li>
<li><a href="function.fbird-fetch-assoc.php" class="index">fbird_fetch_assoc</a> - Alias di ibase_fetch_assoc</li>
<li><a href="function.fbird-fetch-object.php" class="index">fbird_fetch_object</a> - Alias di ibase_fetch_object</li>
<li><a href="function.fbird-fetch-row.php" class="index">fbird_fetch_row</a> - Alias di ibase_fetch_row</li>
<li><a href="function.fbird-field-info.php" class="index">fbird_field_info</a> - Alias di ibase_field_info</li>
<li><a href="function.fbird-free-event-handler.php" class="index">fbird_free_event_handler</a> - Alias di ibase_free_event_handler</li>
<li><a href="function.fbird-free-query.php" class="index">fbird_free_query</a> - Alias di ibase_free_query</li>
<li><a href="function.fbird-free-result.php" class="index">fbird_free_result</a> - Alias di ibase_free_result</li>
<li><a href="function.fbird-gen-id.php" class="index">fbird_gen_id</a> - Alias di ibase_gen_id</li>
<li><a href="function.fbird-maintain-db.php" class="index">fbird_maintain_db</a> - Alias di ibase_maintain_db</li>
<li><a href="function.fbird-modify-user.php" class="index">fbird_modify_user</a> - Alias di ibase_modify_user</li>
<li><a href="function.fbird-name-result.php" class="index">fbird_name_result</a> - Alias di ibase_name_result</li>
<li><a href="function.fbird-num-fields.php" class="index">fbird_num_fields</a> - Alias di ibase_num_fields</li>
<li><a href="function.fbird-num-params.php" class="index">fbird_num_params</a> - Alias di ibase_num_params</li>
<li><a href="function.fbird-param-info.php" class="index">fbird_param_info</a> - Alias di ibase_param_info</li>
<li><a href="function.fbird-pconnect.php" class="index">fbird_pconnect</a> - Alias di ibase_pconnect</li>
<li><a href="function.fbird-prepare.php" class="index">fbird_prepare</a> - Alias di ibase_prepare</li>
<li><a href="function.fbird-query.php" class="index">fbird_query</a> - Alias di ibase_query</li>
<li><a href="function.fbird-restore.php" class="index">fbird_restore</a> - Alias di ibase_restore</li>
<li><a href="function.fbird-rollback.php" class="index">fbird_rollback</a> - Alias di ibase_rollback</li>
<li><a href="function.fbird-rollback-ret.php" class="index">fbird_rollback_ret</a> - Alias di ibase_rollback_ret</li>
<li><a href="function.fbird-server-info.php" class="index">fbird_server_info</a> - Alias di ibase_server_info</li>
<li><a href="function.fbird-service-attach.php" class="index">fbird_service_attach</a> - Alias di ibase_service_attach</li>
<li><a href="function.fbird-service-detach.php" class="index">fbird_service_detach</a> - Alias di ibase_service_detach</li>
<li><a href="function.fbird-set-event-handler.php" class="index">fbird_set_event_handler</a> - Alias di ibase_set_event_handler</li>
<li><a href="function.fbird-trans.php" class="index">fbird_trans</a> - Alias di ibase_trans</li>
<li><a href="function.fbird-wait-event.php" class="index">fbird_wait_event</a> - Alias di ibase_wait_event</li>
<li><a href="function.fclose.php" class="index">fclose</a> - Chiude un puntatore a file aperto</li>
<li><a href="function.fdatasync.php" class="index">fdatasync</a> - Synchronizes data (but not meta-data) to the file</li>
<li><a href="function.fdf-add-doc-javascript.php" class="index">fdf_add_doc_javascript</a> - Adds javascript code to the FDF document</li>
<li><a href="function.fdf-add-template.php" class="index">fdf_add_template</a> - Adds a template into the FDF document</li>
<li><a href="function.fdf-close.php" class="index">fdf_close</a> - Close an FDF document</li>
<li><a href="function.fdf-create.php" class="index">fdf_create</a> - Create a new FDF document</li>
<li><a href="function.fdf-enum-values.php" class="index">fdf_enum_values</a> - Call a user defined function for each document value</li>
<li><a href="function.fdf-errno.php" class="index">fdf_errno</a> - Return error code for last fdf operation</li>
<li><a href="function.fdf-error.php" class="index">fdf_error</a> - Return error description for FDF error code</li>
<li><a href="function.fdf-get-ap.php" class="index">fdf_get_ap</a> - Get the appearance of a field</li>
<li><a href="function.fdf-get-attachment.php" class="index">fdf_get_attachment</a> - Extracts uploaded file embedded in the FDF</li>
<li><a href="function.fdf-get-encoding.php" class="index">fdf_get_encoding</a> - Get the value of the /Encoding key</li>
<li><a href="function.fdf-get-file.php" class="index">fdf_get_file</a> - Get the value of the /F key</li>
<li><a href="function.fdf-get-flags.php" class="index">fdf_get_flags</a> - Gets the flags of a field</li>
<li><a href="function.fdf-get-opt.php" class="index">fdf_get_opt</a> - Gets a value from the opt array of a field</li>
<li><a href="function.fdf-get-status.php" class="index">fdf_get_status</a> - Get the value of the /STATUS key</li>
<li><a href="function.fdf-get-value.php" class="index">fdf_get_value</a> - Get the value of a field</li>
<li><a href="function.fdf-get-version.php" class="index">fdf_get_version</a> - Gets version number for FDF API or file</li>
<li><a href="function.fdf-header.php" class="index">fdf_header</a> - Sets FDF-specific output headers</li>
<li><a href="function.fdf-next-field-name.php" class="index">fdf_next_field_name</a> - Get the next field name</li>
<li><a href="function.fdf-open.php" class="index">fdf_open</a> - Open a FDF document</li>
<li><a href="function.fdf-open-string.php" class="index">fdf_open_string</a> - Read a FDF document from a string</li>
<li><a href="function.fdf-remove-item.php" class="index">fdf_remove_item</a> - Sets target frame for form</li>
<li><a href="function.fdf-save.php" class="index">fdf_save</a> - Save a FDF document</li>
<li><a href="function.fdf-save-string.php" class="index">fdf_save_string</a> - Returns the FDF document as a string</li>
<li><a href="function.fdf-set-ap.php" class="index">fdf_set_ap</a> - Set the appearance of a field</li>
<li><a href="function.fdf-set-encoding.php" class="index">fdf_set_encoding</a> - Sets FDF character encoding</li>
<li><a href="function.fdf-set-file.php" class="index">fdf_set_file</a> - Set PDF document to display FDF data in</li>
<li><a href="function.fdf-set-flags.php" class="index">fdf_set_flags</a> - Sets a flag of a field</li>
<li><a href="function.fdf-set-javascript-action.php" class="index">fdf_set_javascript_action</a> - Sets an javascript action of a field</li>
<li><a href="function.fdf-set-on-import-javascript.php" class="index">fdf_set_on_import_javascript</a> - Adds javascript code to be executed when Acrobat opens the FDF</li>
<li><a href="function.fdf-set-opt.php" class="index">fdf_set_opt</a> - Sets an option of a field</li>
<li><a href="function.fdf-set-status.php" class="index">fdf_set_status</a> - Set the value of the /STATUS key</li>
<li><a href="function.fdf-set-submit-form-action.php" class="index">fdf_set_submit_form_action</a> - Sets a submit form action of a field</li>
<li><a href="function.fdf-set-target-frame.php" class="index">fdf_set_target_frame</a> - Set target frame for form display</li>
<li><a href="function.fdf-set-value.php" class="index">fdf_set_value</a> - Set the value of a field</li>
<li><a href="function.fdf-set-version.php" class="index">fdf_set_version</a> - Sets version number for a FDF file</li>
<li><a href="function.fdiv.php" class="index">fdiv</a> - Divides two numbers, according to IEEE 754</li>
<li><a href="function.feof.php" class="index">feof</a> - Verifica se &egrave; stata raggiunta la fine del file su un puntatore a file</li>
<li><a href="ffi.addr.php" class="index">FFI::addr</a> - Creates an unmanaged pointer to C data</li>
<li><a href="ffi.alignof.php" class="index">FFI::alignof</a> - Gets the alignment</li>
<li><a href="ffi.arraytype.php" class="index">FFI::arrayType</a> - Dynamically constructs a new C array type</li>
<li><a href="ffi.cast.php" class="index">FFI::cast</a> - Performs a C type cast</li>
<li><a href="ffi.cdef.php" class="index">FFI::cdef</a> - Creates a new FFI object</li>
<li><a href="ffi.free.php" class="index">FFI::free</a> - Releases an unmanaged data structure</li>
<li><a href="ffi.isnull.php" class="index">FFI::isNull</a> - Checks whether a FFI\CData is a null pointer</li>
<li><a href="ffi.load.php" class="index">FFI::load</a> - Loads C declarations from a C header file</li>
<li><a href="ffi.memcmp.php" class="index">FFI::memcmp</a> - Compares memory areas</li>
<li><a href="ffi.memcpy.php" class="index">FFI::memcpy</a> - Copies one memory area to another</li>
<li><a href="ffi.memset.php" class="index">FFI::memset</a> - Fills a memory area</li>
<li><a href="ffi.new.php" class="index">FFI::new</a> - Creates a C data structure</li>
<li><a href="ffi.scope.php" class="index">FFI::scope</a> - Instantiates an FFI object with C declarations parsed during preloading</li>
<li><a href="ffi.sizeof.php" class="index">FFI::sizeof</a> - Gets the size of C data or types</li>
<li><a href="ffi.string.php" class="index">FFI::string</a> - Creates a PHP string from a memory area</li>
<li><a href="ffi.type.php" class="index">FFI::type</a> - Creates an FFI\CType object from a C declaration</li>
<li><a href="ffi.typeof.php" class="index">FFI::typeof</a> - Gets the FFI\CType of FFI\CData</li>
<li><a href="ffi-ctype.getalignment.php" class="index">FFI\CType::getAlignment</a> - Description</li>
<li><a href="ffi-ctype.getarrayelementtype.php" class="index">FFI\CType::getArrayElementType</a> - Description</li>
<li><a href="ffi-ctype.getarraylength.php" class="index">FFI\CType::getArrayLength</a> - Description</li>
<li><a href="ffi-ctype.getattributes.php" class="index">FFI\CType::getAttributes</a> - Description</li>
<li><a href="ffi-ctype.getenumkind.php" class="index">FFI\CType::getEnumKind</a> - Description</li>
<li><a href="ffi-ctype.getfuncabi.php" class="index">FFI\CType::getFuncABI</a> - Description</li>
<li><a href="ffi-ctype.getfuncparametercount.php" class="index">FFI\CType::getFuncParameterCount</a> - Retrieve the count of parameters of a function type</li>
<li><a href="ffi-ctype.getfuncparametertype.php" class="index">FFI\CType::getFuncParameterType</a> - Retrieve the type of a function parameter</li>
<li><a href="ffi-ctype.getfuncreturntype.php" class="index">FFI\CType::getFuncReturnType</a> - Description</li>
<li><a href="ffi-ctype.getkind.php" class="index">FFI\CType::getKind</a> - Description</li>
<li><a href="ffi-ctype.getname.php" class="index">FFI\CType::getName</a> - Description</li>
<li><a href="ffi-ctype.getpointertype.php" class="index">FFI\CType::getPointerType</a> - Description</li>
<li><a href="ffi-ctype.getsize.php" class="index">FFI\CType::getSize</a> - Description</li>
<li><a href="ffi-ctype.getstructfieldnames.php" class="index">FFI\CType::getStructFieldNames</a> - Description</li>
<li><a href="ffi-ctype.getstructfieldoffset.php" class="index">FFI\CType::getStructFieldOffset</a> - Description</li>
<li><a href="ffi-ctype.getstructfieldtype.php" class="index">FFI\CType::getStructFieldType</a> - Description</li>
<li><a href="function.fflush.php" class="index">fflush</a> - Invia l'output in un file</li>
<li><a href="function.fgetc.php" class="index">fgetc</a> - Prende un carattere da un puntatore a file</li>
<li><a href="function.fgetcsv.php" class="index">fgetcsv</a> - Prende una riga da un puntatore a file e l'analizza in cerca di campi CSV</li>
<li><a href="function.fgets.php" class="index">fgets</a> - Prende una riga da un puntatore a file</li>
<li><a href="function.fgetss.php" class="index">fgetss</a> - Prende una riga da un puntatore a file ed elimina i tag HTML</li>
<li><a href="fiber.getcurrent.php" class="index">Fiber::getCurrent</a> - Gets the currently executing Fiber instance</li>
<li><a href="fiber.getreturn.php" class="index">Fiber::getReturn</a> - Gets the value returned by the Fiber</li>
<li><a href="fiber.isrunning.php" class="index">Fiber::isRunning</a> - Determines if the fiber is running</li>
<li><a href="fiber.isstarted.php" class="index">Fiber::isStarted</a> - Determines if the fiber has started</li>
<li><a href="fiber.issuspended.php" class="index">Fiber::isSuspended</a> - Determines if the fiber is suspended</li>
<li><a href="fiber.isterminated.php" class="index">Fiber::isTerminated</a> - Determines if the fiber has terminated</li>
<li><a href="fiber.resume.php" class="index">Fiber::resume</a> - Resumes execution of the fiber with a value</li>
<li><a href="fiber.start.php" class="index">Fiber::start</a> - Start execution of the fiber</li>
<li><a href="fiber.suspend.php" class="index">Fiber::suspend</a> - Suspends execution of the current fiber</li>
<li><a href="fiber.throw.php" class="index">Fiber::throw</a> - Resumes execution of the fiber with an exception</li>
<li><a href="fiber.construct.php" class="index">Fiber::__construct</a> - Creates a new Fiber instance</li>
<li><a href="fibererror.construct.php" class="index">FiberError::__construct</a> - Constructor to disallow direct instantiation</li>
<li><a href="function.file.php" class="index">file</a> - Legge l'intero file in un array</li>
<li><a href="function.fileatime.php" class="index">fileatime</a> - Prende l'ora dell'ultimo accesso al file</li>
<li><a href="function.filectime.php" class="index">filectime</a> - Prende l'ora in cui l'inode del file &egrave; stato modificato</li>
<li><a href="function.filegroup.php" class="index">filegroup</a> - Restituisce il gruppo di un file</li>
<li><a href="function.fileinode.php" class="index">fileinode</a> - Restituisce il numero di inode del file</li>
<li><a href="function.filemtime.php" class="index">filemtime</a> - Restituisce l'ora delle modifiche al file</li>
<li><a href="function.fileowner.php" class="index">fileowner</a> - Restituisce il proprietario del file</li>
<li><a href="function.fileperms.php" class="index">fileperms</a> - Restituisce i permessi sui file</li>
<li><a href="function.filesize.php" class="index">filesize</a> - Restituisce la dimensione del file</li>
<li><a href="filesystemiterator.current.php" class="index">FilesystemIterator::current</a> - The current file</li>
<li><a href="filesystemiterator.getflags.php" class="index">FilesystemIterator::getFlags</a> - Get the handling flags</li>
<li><a href="filesystemiterator.key.php" class="index">FilesystemIterator::key</a> - Retrieve the key for the current file</li>
<li><a href="filesystemiterator.next.php" class="index">FilesystemIterator::next</a> - Move to the next file</li>
<li><a href="filesystemiterator.rewind.php" class="index">FilesystemIterator::rewind</a> - Rewinds back to the beginning</li>
<li><a href="filesystemiterator.setflags.php" class="index">FilesystemIterator::setFlags</a> - Sets handling flags</li>
<li><a href="filesystemiterator.construct.php" class="index">FilesystemIterator::__construct</a> - Constructs a new filesystem iterator</li>
<li><a href="function.filetype.php" class="index">filetype</a> - Restituisce il tipo di file</li>
<li><a href="function.file-exists.php" class="index">file_exists</a> - Controlla se un file o directory esiste</li>
<li><a href="function.file-get-contents.php" class="index">file_get_contents</a> - Legge un file all'interno di una stringa</li>
<li><a href="function.file-put-contents.php" class="index">file_put_contents</a> - Write data to a file</li>
<li><a href="filteriterator.accept.php" class="index">FilterIterator::accept</a> - Check whether the current element of the iterator is acceptable</li>
<li><a href="filteriterator.current.php" class="index">FilterIterator::current</a> - Get the current element value</li>
<li><a href="filteriterator.key.php" class="index">FilterIterator::key</a> - Get the current key</li>
<li><a href="filteriterator.next.php" class="index">FilterIterator::next</a> - Move the iterator forward</li>
<li><a href="filteriterator.rewind.php" class="index">FilterIterator::rewind</a> - Rewind the iterator</li>
<li><a href="filteriterator.valid.php" class="index">FilterIterator::valid</a> - Check whether the current element is valid</li>
<li><a href="filteriterator.construct.php" class="index">FilterIterator::__construct</a> - Construct a filterIterator</li>
<li><a href="function.filter-has-var.php" class="index">filter_has_var</a> - Checks if a variable of the specified type exists</li>
<li><a href="function.filter-id.php" class="index">filter_id</a> - Returns the filter ID belonging to a named filter</li>
<li><a href="function.filter-input.php" class="index">filter_input</a> - Gets a specific external variable by name and optionally filters it</li>
<li><a href="function.filter-input-array.php" class="index">filter_input_array</a> - Gets external variables and optionally filters them</li>
<li><a href="function.filter-list.php" class="index">filter_list</a> - Returns a list of all supported filters</li>
<li><a href="function.filter-var.php" class="index">filter_var</a> - Filters a variable with a specified filter</li>
<li><a href="function.filter-var-array.php" class="index">filter_var_array</a> - Gets multiple variables and optionally filters them</li>
<li><a href="finfo.buffer.php" class="index">finfo::buffer</a> - Alias di finfo_buffer()</li>
<li><a href="finfo.file.php" class="index">finfo::file</a> - Alias di finfo_file()</li>
<li><a href="finfo.set-flags.php" class="index">finfo::set_flags</a> - Alias di finfo_set_flags()</li>
<li><a href="finfo.construct.php" class="index">finfo::__construct</a> - Alias di finfo_open</li>
<li><a href="function.finfo-buffer.php" class="index">finfo_buffer</a> - Return information about a string buffer</li>
<li><a href="function.finfo-close.php" class="index">finfo_close</a> - Close finfo instance</li>
<li><a href="function.finfo-file.php" class="index">finfo_file</a> - Return information about a file</li>
<li><a href="function.finfo-open.php" class="index">finfo_open</a> - Create a new finfo instance</li>
<li><a href="function.finfo-set-flags.php" class="index">finfo_set_flags</a> - Set libmagic configuration options</li>
<li><a href="function.floatval.php" class="index">floatval</a> - Restituisce il valore di una variabile di tipo float</li>
<li><a href="function.flock.php" class="index">flock</a> - Sistema di bloccaggio file</li>
<li><a href="function.floor.php" class="index">floor</a> - Arrotonda le frazioni all'intero inferiore</li>
<li><a href="function.flush.php" class="index">flush</a> - Flush system output buffer</li>
<li><a href="function.fmod.php" class="index">fmod</a> - Returns the floating point remainder (modulo) of the division
  of the arguments</li>
<li><a href="function.fnmatch.php" class="index">fnmatch</a> - Match filename against a pattern</li>
<li><a href="function.fopen.php" class="index">fopen</a> - Apre un file o un URL</li>
<li><a href="function.forward-static-call.php" class="index">forward_static_call</a> - Call a static method</li>
<li><a href="function.forward-static-call-array.php" class="index">forward_static_call_array</a> - Call a static method and pass the arguments as array</li>
<li><a href="function.fpassthru.php" class="index">fpassthru</a> - Invia tutti i dati rimanenti su un puntartore a file</li>
<li><a href="function.fpm-get-status.php" class="index">fpm_get_status</a> - Returns the current FPM pool status</li>
<li><a href="function.fpow.php" class="index">fpow</a> - Raise one number to the power of another, according to IEEE 754</li>
<li><a href="function.fprintf.php" class="index">fprintf</a> - Scrive una stringa formattata in uno stream</li>
<li><a href="function.fputcsv.php" class="index">fputcsv</a> - Format line as CSV and write to file pointer</li>
<li><a href="function.fputs.php" class="index">fputs</a> - Alias di fwrite</li>
<li><a href="function.fread.php" class="index">fread</a> - Legge un file salvaguardando la corrispondenza binaria</li>
<li><a href="function.frenchtojd.php" class="index">FrenchToJD</a> - Converte una data del Calendario Repubblicano Francese in un Giorno
     Giuliano</li>
<li><a href="function.fscanf.php" class="index">fscanf</a> - Analizza l'input da un file secondo un determinato formato</li>
<li><a href="function.fseek.php" class="index">fseek</a> - Sposta un puntatore sul file</li>
<li><a href="function.fsockopen.php" class="index">fsockopen</a> - Apre una connessione a un socket appartenente a un dominio Internet o Unix</li>
<li><a href="function.fstat.php" class="index">fstat</a> - Restituisce le informazioni riguardanti un file attraverso un puntatore al file aperto</li>
<li><a href="function.fsync.php" class="index">fsync</a> - Synchronizes changes to the file (including meta-data)</li>
<li><a href="function.ftell.php" class="index">ftell</a> - Comunica la posizione di lettura/scrittura del puntatore al file</li>
<li><a href="function.ftok.php" class="index">ftok</a> - Convert a pathname and a project identifier to a System V IPC key</li>
<li><a href="function.ftp-alloc.php" class="index">ftp_alloc</a> - Allocates space for a file to be uploaded</li>
<li><a href="function.ftp-append.php" class="index">ftp_append</a> - Append the contents of a file to another file on the FTP server</li>
<li><a href="function.ftp-cdup.php" class="index">ftp_cdup</a> - Passa alla directory superiore</li>
<li><a href="function.ftp-chdir.php" class="index">ftp_chdir</a> - Cambia le directory su un server FTP</li>
<li><a href="function.ftp-chmod.php" class="index">ftp_chmod</a> - Set permissions on a file via FTP</li>
<li><a href="function.ftp-close.php" class="index">ftp_close</a> - Chiude una connessione FTP</li>
<li><a href="function.ftp-connect.php" class="index">ftp_connect</a> - Apre una connessione FTP</li>
<li><a href="function.ftp-delete.php" class="index">ftp_delete</a> - Cancella un file sul server FTP</li>
<li><a href="function.ftp-exec.php" class="index">ftp_exec</a> - Richiede l'esecuzione di un programma sul server FTP</li>
<li><a href="function.ftp-fget.php" class="index">ftp_fget</a> - Scarica un file dal server FTP e lo salva su un file aperto</li>
<li><a href="function.ftp-fput.php" class="index">ftp_fput</a> - Carica un file aperto sul server FTP</li>
<li><a href="function.ftp-get.php" class="index">ftp_get</a> - Scarica un file dal server FTP</li>
<li><a href="function.ftp-get-option.php" class="index">ftp_get_option</a> - Recupera diversi comportamenti dello stream FTP durante l'esecuzione</li>
<li><a href="function.ftp-login.php" class="index">ftp_login</a> - Esegue il log ad una connessione FTP</li>
<li><a href="function.ftp-mdtm.php" class="index">ftp_mdtm</a> - Restituisce l'orario dell'ultima modifica al file corrente</li>
<li><a href="function.ftp-mkdir.php" class="index">ftp_mkdir</a> - Crea una directory</li>
<li><a href="function.ftp-mlsd.php" class="index">ftp_mlsd</a> - Returns a list of files in the given directory</li>
<li><a href="function.ftp-nb-continue.php" class="index">ftp_nb_continue</a> - Continua a ricevere/trasmettere un file in modalita' non bloccante</li>
<li><a href="function.ftp-nb-fget.php" class="index">ftp_nb_fget</a> - Recupera un file dal server FTP e lo scrive su un file aperto, in modalita' non bloccante</li>
<li><a href="function.ftp-nb-fput.php" class="index">ftp_nb_fput</a> - Salva il contenuto di un file aperto sul server FTP in modalita' non bloccante</li>
<li><a href="function.ftp-nb-get.php" class="index">ftp_nb_get</a> - Recupera un file dal server FTP e lo scrive su un file locale in modalita' non bloccante</li>
<li><a href="function.ftp-nb-put.php" class="index">ftp_nb_put</a> - Salva un file sul server FTP in modalita' non bloccante</li>
<li><a href="function.ftp-nlist.php" class="index">ftp_nlist</a> - Restituisce la lista dei file nella directory prescelta</li>
<li><a href="function.ftp-pasv.php" class="index">ftp_pasv</a> - Attivaa o disattiva il modo passivo</li>
<li><a href="function.ftp-put.php" class="index">ftp_put</a> - Trasferisce un file al server FTP</li>
<li><a href="function.ftp-pwd.php" class="index">ftp_pwd</a> - Restituisce il nome della directory corrente</li>
<li><a href="function.ftp-quit.php" class="index">ftp_quit</a> - Alias di ftp_close</li>
<li><a href="function.ftp-raw.php" class="index">ftp_raw</a> - Invia un comando di qualsiasi tipo ad un server FTP</li>
<li><a href="function.ftp-rawlist.php" class="index">ftp_rawlist</a> - Restituisce un elenco dettagliato dei files nella directory in esame</li>
<li><a href="function.ftp-rename.php" class="index">ftp_rename</a> - Rinomina un file sul server FTP</li>
<li><a href="function.ftp-rmdir.php" class="index">ftp_rmdir</a> - Elimina una directory</li>
<li><a href="function.ftp-set-option.php" class="index">ftp_set_option</a> - Imposta varie opzioni per l'esecuzione di FTP</li>
<li><a href="function.ftp-site.php" class="index">ftp_site</a> - Invia al server un comando SITE</li>
<li><a href="function.ftp-size.php" class="index">ftp_size</a> - Restituisce le dimensioni del file specificato</li>
<li><a href="function.ftp-ssl-connect.php" class="index">ftp_ssl_connect</a> - Apre una connessione SSL-FTP connessione</li>
<li><a href="function.ftp-systype.php" class="index">ftp_systype</a> - Restituisce l'identificatore di tipo del server FTP remoto</li>
<li><a href="function.ftruncate.php" class="index">ftruncate</a> - Tronca un file alla lunghezza data</li>
<li><a href="function.function-exists.php" class="index">function_exists</a> - Return true if the given function has been defined</li>
<li><a href="function.func-get-arg.php" class="index">func_get_arg</a> - Return an item from the argument list</li>
<li><a href="function.func-get-args.php" class="index">func_get_args</a> - Returns an array comprising a function's argument list</li>
<li><a href="function.func-num-args.php" class="index">func_num_args</a> - Returns the number of arguments passed to the function</li>
<li><a href="function.fwrite.php" class="index">fwrite</a> - Scrittura su file binary-safe</li>
</ul></li>
<li class='gen-index index-for-g'>g<ul id='refentry-index-for-g'>
<li><a href="function.gc-collect-cycles.php" class="index">gc_collect_cycles</a> - Forces collection of any existing garbage cycles</li>
<li><a href="function.gc-disable.php" class="index">gc_disable</a> - Deactivates the circular reference collector</li>
<li><a href="function.gc-enable.php" class="index">gc_enable</a> - Activates the circular reference collector</li>
<li><a href="function.gc-enabled.php" class="index">gc_enabled</a> - Returns status of the circular reference collector</li>
<li><a href="function.gc-mem-caches.php" class="index">gc_mem_caches</a> - Reclaims memory used by the Zend Engine memory manager</li>
<li><a href="function.gc-status.php" class="index">gc_status</a> - Gets information about the garbage collector</li>
<li><a href="function.gd-info.php" class="index">gd_info</a> - Retrieve information about the currently installed GD library</li>
<li><a href="gearmanclient.addoptions.php" class="index">GearmanClient::addOptions</a> - Add client options</li>
<li><a href="gearmanclient.addserver.php" class="index">GearmanClient::addServer</a> - Add a job server to the client</li>
<li><a href="gearmanclient.addservers.php" class="index">GearmanClient::addServers</a> - Add a list of job servers to the client</li>
<li><a href="gearmanclient.addtask.php" class="index">GearmanClient::addTask</a> - Add a task to be run in parallel</li>
<li><a href="gearmanclient.addtaskbackground.php" class="index">GearmanClient::addTaskBackground</a> - Add a background task to be run in parallel</li>
<li><a href="gearmanclient.addtaskhigh.php" class="index">GearmanClient::addTaskHigh</a> - Add a high priority task to run in parallel</li>
<li><a href="gearmanclient.addtaskhighbackground.php" class="index">GearmanClient::addTaskHighBackground</a> - Add a high priority background task to be run in parallel</li>
<li><a href="gearmanclient.addtasklow.php" class="index">GearmanClient::addTaskLow</a> - Add a low priority task to run in parallel</li>
<li><a href="gearmanclient.addtasklowbackground.php" class="index">GearmanClient::addTaskLowBackground</a> - Add a low priority background task to be run in parallel</li>
<li><a href="gearmanclient.addtaskstatus.php" class="index">GearmanClient::addTaskStatus</a> - Add a task to get status</li>
<li><a href="gearmanclient.clearcallbacks.php" class="index">GearmanClient::clearCallbacks</a> - Clear all task callback functions</li>
<li><a href="gearmanclient.clone.php" class="index">GearmanClient::clone</a> - Create a copy of a GearmanClient object</li>
<li><a href="gearmanclient.context.php" class="index">GearmanClient::context</a> - Get the application context</li>
<li><a href="gearmanclient.data.php" class="index">GearmanClient::data</a> - Get the application data (deprecated)</li>
<li><a href="gearmanclient.do.php" class="index">GearmanClient::do</a> - Run a single task and return a result [deprecated]</li>
<li><a href="gearmanclient.dobackground.php" class="index">GearmanClient::doBackground</a> - Run a task in the background</li>
<li><a href="gearmanclient.dohigh.php" class="index">GearmanClient::doHigh</a> - Run a single high priority task</li>
<li><a href="gearmanclient.dohighbackground.php" class="index">GearmanClient::doHighBackground</a> - Run a high priority task in the background</li>
<li><a href="gearmanclient.dojobhandle.php" class="index">GearmanClient::doJobHandle</a> - Get the job handle for the running task</li>
<li><a href="gearmanclient.dolow.php" class="index">GearmanClient::doLow</a> - Run a single low priority task</li>
<li><a href="gearmanclient.dolowbackground.php" class="index">GearmanClient::doLowBackground</a> - Run a low priority task in the background</li>
<li><a href="gearmanclient.donormal.php" class="index">GearmanClient::doNormal</a> - Run a single task and return a result</li>
<li><a href="gearmanclient.dostatus.php" class="index">GearmanClient::doStatus</a> - Get the status for the running task</li>
<li><a href="gearmanclient.echo.php" class="index">GearmanClient::echo</a> - Send data to all job servers to see if they echo it back [deprecated]</li>
<li><a href="gearmanclient.error.php" class="index">GearmanClient::error</a> - Returns an error string for the last error encountered</li>
<li><a href="gearmanclient.geterrno.php" class="index">GearmanClient::getErrno</a> - Get an errno value</li>
<li><a href="gearmanclient.jobstatus.php" class="index">GearmanClient::jobStatus</a> - Get the status of a background job</li>
<li><a href="gearmanclient.ping.php" class="index">GearmanClient::ping</a> - Send data to all job servers to see if they echo it back</li>
<li><a href="gearmanclient.removeoptions.php" class="index">GearmanClient::removeOptions</a> - Remove client options</li>
<li><a href="gearmanclient.returncode.php" class="index">GearmanClient::returnCode</a> - Get the last Gearman return code</li>
<li><a href="gearmanclient.runtasks.php" class="index">GearmanClient::runTasks</a> - Run a list of tasks in parallel</li>
<li><a href="gearmanclient.setclientcallback.php" class="index">GearmanClient::setClientCallback</a> - Callback function when there is a data packet for a task (deprecated)</li>
<li><a href="gearmanclient.setcompletecallback.php" class="index">GearmanClient::setCompleteCallback</a> - Set a function to be called on task completion</li>
<li><a href="gearmanclient.setcontext.php" class="index">GearmanClient::setContext</a> - Set application context</li>
<li><a href="gearmanclient.setcreatedcallback.php" class="index">GearmanClient::setCreatedCallback</a> - Set a callback for when a task is queued</li>
<li><a href="gearmanclient.setdata.php" class="index">GearmanClient::setData</a> - Set application data (deprecated)</li>
<li><a href="gearmanclient.setdatacallback.php" class="index">GearmanClient::setDataCallback</a> - Callback function when there is a data packet for a task</li>
<li><a href="gearmanclient.setexceptioncallback.php" class="index">GearmanClient::setExceptionCallback</a> - Set a callback for worker exceptions</li>
<li><a href="gearmanclient.setfailcallback.php" class="index">GearmanClient::setFailCallback</a> - Set callback for job failure</li>
<li><a href="gearmanclient.setoptions.php" class="index">GearmanClient::setOptions</a> - Set client options</li>
<li><a href="gearmanclient.setstatuscallback.php" class="index">GearmanClient::setStatusCallback</a> - Set a callback for collecting task status</li>
<li><a href="gearmanclient.settimeout.php" class="index">GearmanClient::setTimeout</a> - Set socket I/O activity timeout</li>
<li><a href="gearmanclient.setwarningcallback.php" class="index">GearmanClient::setWarningCallback</a> - Set a callback for worker warnings</li>
<li><a href="gearmanclient.setworkloadcallback.php" class="index">GearmanClient::setWorkloadCallback</a> - Set a callback for accepting incremental data updates</li>
<li><a href="gearmanclient.timeout.php" class="index">GearmanClient::timeout</a> - Get current socket I/O activity timeout value</li>
<li><a href="gearmanclient.wait.php" class="index">GearmanClient::wait</a> - Wait for I/O activity on all connections in a client</li>
<li><a href="gearmanclient.construct.php" class="index">GearmanClient::__construct</a> - Create a GearmanClient instance</li>
<li><a href="gearmanjob.complete.php" class="index">GearmanJob::complete</a> - Send the result and complete status (deprecated)</li>
<li><a href="gearmanjob.data.php" class="index">GearmanJob::data</a> - Send data for a running job (deprecated)</li>
<li><a href="gearmanjob.exception.php" class="index">GearmanJob::exception</a> - Send exception for running job (deprecated)</li>
<li><a href="gearmanjob.fail.php" class="index">GearmanJob::fail</a> - Send fail status (deprecated)</li>
<li><a href="gearmanjob.functionname.php" class="index">GearmanJob::functionName</a> - Get function name</li>
<li><a href="gearmanjob.handle.php" class="index">GearmanJob::handle</a> - Get the job handle</li>
<li><a href="gearmanjob.returncode.php" class="index">GearmanJob::returnCode</a> - Get last return code</li>
<li><a href="gearmanjob.sendcomplete.php" class="index">GearmanJob::sendComplete</a> - Send the result and complete status</li>
<li><a href="gearmanjob.senddata.php" class="index">GearmanJob::sendData</a> - Send data for a running job</li>
<li><a href="gearmanjob.sendexception.php" class="index">GearmanJob::sendException</a> - Send exception for running job (exception)</li>
<li><a href="gearmanjob.sendfail.php" class="index">GearmanJob::sendFail</a> - Send fail status</li>
<li><a href="gearmanjob.sendstatus.php" class="index">GearmanJob::sendStatus</a> - Send status</li>
<li><a href="gearmanjob.sendwarning.php" class="index">GearmanJob::sendWarning</a> - Send a warning</li>
<li><a href="gearmanjob.setreturn.php" class="index">GearmanJob::setReturn</a> - Set a return value</li>
<li><a href="gearmanjob.status.php" class="index">GearmanJob::status</a> - Send status (deprecated)</li>
<li><a href="gearmanjob.unique.php" class="index">GearmanJob::unique</a> - Get the unique identifier</li>
<li><a href="gearmanjob.warning.php" class="index">GearmanJob::warning</a> - Send a warning (deprecated)</li>
<li><a href="gearmanjob.workload.php" class="index">GearmanJob::workload</a> - Get workload</li>
<li><a href="gearmanjob.workloadsize.php" class="index">GearmanJob::workloadSize</a> - Get size of work load</li>
<li><a href="gearmanjob.construct.php" class="index">GearmanJob::__construct</a> - Create a GearmanJob instance</li>
<li><a href="gearmantask.create.php" class="index">GearmanTask::create</a> - Create a task (deprecated)</li>
<li><a href="gearmantask.data.php" class="index">GearmanTask::data</a> - Get data returned for a task</li>
<li><a href="gearmantask.datasize.php" class="index">GearmanTask::dataSize</a> - Get the size of returned data</li>
<li><a href="gearmantask.function.php" class="index">GearmanTask::function</a> - Get associated function name (deprecated)</li>
<li><a href="gearmantask.functionname.php" class="index">GearmanTask::functionName</a> - Get associated function name</li>
<li><a href="gearmantask.isknown.php" class="index">GearmanTask::isKnown</a> - Determine if task is known</li>
<li><a href="gearmantask.isrunning.php" class="index">GearmanTask::isRunning</a> - Test whether the task is currently running</li>
<li><a href="gearmantask.jobhandle.php" class="index">GearmanTask::jobHandle</a> - Get the job handle</li>
<li><a href="gearmantask.recvdata.php" class="index">GearmanTask::recvData</a> - Read work or result data into a buffer for a task</li>
<li><a href="gearmantask.returncode.php" class="index">GearmanTask::returnCode</a> - Get the last return code</li>
<li><a href="gearmantask.senddata.php" class="index">GearmanTask::sendData</a> - Send data for a task (deprecated)</li>
<li><a href="gearmantask.sendworkload.php" class="index">GearmanTask::sendWorkload</a> - Send data for a task</li>
<li><a href="gearmantask.taskdenominator.php" class="index">GearmanTask::taskDenominator</a> - Get completion percentage denominator</li>
<li><a href="gearmantask.tasknumerator.php" class="index">GearmanTask::taskNumerator</a> - Get completion percentage numerator</li>
<li><a href="gearmantask.unique.php" class="index">GearmanTask::unique</a> - Get the unique identifier for a task</li>
<li><a href="gearmantask.uuid.php" class="index">GearmanTask::uuid</a> - Get the unique identifier for a task (deprecated)</li>
<li><a href="gearmantask.construct.php" class="index">GearmanTask::__construct</a> - Create a GearmanTask instance</li>
<li><a href="gearmanworker.addfunction.php" class="index">GearmanWorker::addFunction</a> - Register and add callback function</li>
<li><a href="gearmanworker.addoptions.php" class="index">GearmanWorker::addOptions</a> - Add worker options</li>
<li><a href="gearmanworker.addserver.php" class="index">GearmanWorker::addServer</a> - Add a job server</li>
<li><a href="gearmanworker.addservers.php" class="index">GearmanWorker::addServers</a> - Add job servers</li>
<li><a href="gearmanworker.clone.php" class="index">GearmanWorker::clone</a> - Create a copy of the worker</li>
<li><a href="gearmanworker.echo.php" class="index">GearmanWorker::echo</a> - Test job server response</li>
<li><a href="gearmanworker.error.php" class="index">GearmanWorker::error</a> - Get the last error encountered</li>
<li><a href="gearmanworker.geterrno.php" class="index">GearmanWorker::getErrno</a> - Get errno</li>
<li><a href="gearmanworker.options.php" class="index">GearmanWorker::options</a> - Get worker options</li>
<li><a href="gearmanworker.register.php" class="index">GearmanWorker::register</a> - Register a function with the job server</li>
<li><a href="gearmanworker.removeoptions.php" class="index">GearmanWorker::removeOptions</a> - Remove worker options</li>
<li><a href="gearmanworker.returncode.php" class="index">GearmanWorker::returnCode</a> - Get last Gearman return code</li>
<li><a href="gearmanworker.setid.php" class="index">GearmanWorker::setId</a> - Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers</li>
<li><a href="gearmanworker.setoptions.php" class="index">GearmanWorker::setOptions</a> - Set worker options</li>
<li><a href="gearmanworker.settimeout.php" class="index">GearmanWorker::setTimeout</a> - Set socket I/O activity timeout</li>
<li><a href="gearmanworker.timeout.php" class="index">GearmanWorker::timeout</a> - Get socket I/O activity timeout</li>
<li><a href="gearmanworker.unregister.php" class="index">GearmanWorker::unregister</a> - Unregister a function name with the job servers</li>
<li><a href="gearmanworker.unregisterall.php" class="index">GearmanWorker::unregisterAll</a> - Unregister all function names with the job servers</li>
<li><a href="gearmanworker.wait.php" class="index">GearmanWorker::wait</a> - Wait for activity from one of the job servers</li>
<li><a href="gearmanworker.work.php" class="index">GearmanWorker::work</a> - Wait for and perform jobs</li>
<li><a href="gearmanworker.construct.php" class="index">GearmanWorker::__construct</a> - Create a GearmanWorker instance</li>
<li><a href="gender-gender.connect.php" class="index">Gender\Gender::connect</a> - Connect to an external name dictionary</li>
<li><a href="gender-gender.country.php" class="index">Gender\Gender::country</a> - Get textual country representation</li>
<li><a href="gender-gender.get.php" class="index">Gender\Gender::get</a> - Get gender of a name</li>
<li><a href="gender-gender.isnick.php" class="index">Gender\Gender::isNick</a> - Check if the name0 is an alias of the name1</li>
<li><a href="gender-gender.similarnames.php" class="index">Gender\Gender::similarNames</a> - Get similar names</li>
<li><a href="gender-gender.construct.php" class="index">Gender\Gender::__construct</a> - Construct the Gender object</li>
<li><a href="generator.current.php" class="index">Generator::current</a> - Get the yielded value</li>
<li><a href="generator.getreturn.php" class="index">Generator::getReturn</a> - Get the return value of a generator</li>
<li><a href="generator.key.php" class="index">Generator::key</a> - Get the yielded key</li>
<li><a href="generator.next.php" class="index">Generator::next</a> - Resume execution of the generator</li>
<li><a href="generator.rewind.php" class="index">Generator::rewind</a> - Execute the generator up to and including the first yield</li>
<li><a href="generator.send.php" class="index">Generator::send</a> - Send a value to the generator</li>
<li><a href="generator.throw.php" class="index">Generator::throw</a> - Throw an exception into the generator</li>
<li><a href="generator.valid.php" class="index">Generator::valid</a> - Check if the iterator has been closed</li>
<li><a href="generator.wakeup.php" class="index">Generator::__wakeup</a> - Serialize callback</li>
<li><a href="function.geoip-asnum-by-name.php" class="index">geoip_asnum_by_name</a> - Get the Autonomous System Numbers (ASN)</li>
<li><a href="function.geoip-continent-code-by-name.php" class="index">geoip_continent_code_by_name</a> - Get the two letter continent code</li>
<li><a href="function.geoip-country-code3-by-name.php" class="index">geoip_country_code3_by_name</a> - Get the three letter country code</li>
<li><a href="function.geoip-country-code-by-name.php" class="index">geoip_country_code_by_name</a> - Get the two letter country code</li>
<li><a href="function.geoip-country-name-by-name.php" class="index">geoip_country_name_by_name</a> - Get the full country name</li>
<li><a href="function.geoip-database-info.php" class="index">geoip_database_info</a> - Get GeoIP Database information</li>
<li><a href="function.geoip-db-avail.php" class="index">geoip_db_avail</a> - Determine if GeoIP Database is available</li>
<li><a href="function.geoip-db-filename.php" class="index">geoip_db_filename</a> - Returns the filename of the corresponding GeoIP Database</li>
<li><a href="function.geoip-db-get-all-info.php" class="index">geoip_db_get_all_info</a> - Returns detailed information about all GeoIP database types</li>
<li><a href="function.geoip-domain-by-name.php" class="index">geoip_domain_by_name</a> - Get the second level domain name</li>
<li><a href="function.geoip-id-by-name.php" class="index">geoip_id_by_name</a> - Get the Internet connection type</li>
<li><a href="function.geoip-isp-by-name.php" class="index">geoip_isp_by_name</a> - Get the Internet Service Provider (ISP) name</li>
<li><a href="function.geoip-netspeedcell-by-name.php" class="index">geoip_netspeedcell_by_name</a> - Get the Internet connection speed</li>
<li><a href="function.geoip-org-by-name.php" class="index">geoip_org_by_name</a> - Get the organization name</li>
<li><a href="function.geoip-record-by-name.php" class="index">geoip_record_by_name</a> - Returns the detailed City information found in the GeoIP Database</li>
<li><a href="function.geoip-region-by-name.php" class="index">geoip_region_by_name</a> - Get the country code and region</li>
<li><a href="function.geoip-region-name-by-code.php" class="index">geoip_region_name_by_code</a> - Returns the region name for some country and region code combo</li>
<li><a href="function.geoip-setup-custom-directory.php" class="index">geoip_setup_custom_directory</a> - Set a custom directory for the GeoIP database</li>
<li><a href="function.geoip-time-zone-by-country-and-region.php" class="index">geoip_time_zone_by_country_and_region</a> - Returns the time zone for some country and region code combo</li>
<li><a href="function.getallheaders.php" class="index">getallheaders</a> - Estrae tutti gli header della richiesta HTTP</li>
<li><a href="function.getcwd.php" class="index">getcwd</a> - Restituisce la directory di lavoro in uso</li>
<li><a href="function.getdate.php" class="index">getdate</a> - Restituisce informazioni sulla data/orario</li>
<li><a href="function.getenv.php" class="index">getenv</a> - Restituisce il valore di una variabile d'ambiente</li>
<li><a href="function.gethostbyaddr.php" class="index">gethostbyaddr</a> - Ottiene l'host Internet corrispondente a un dato indirizzo IP</li>
<li><a href="function.gethostbyname.php" class="index">gethostbyname</a> - Ottiene l'indirizzo IP corrispondente a un dato hostname Internet</li>
<li><a href="function.gethostbynamel.php" class="index">gethostbynamel</a> - Ottiene la lista degli indirizzi IP corrispondenti a un dato hostname 
     Internet</li>
<li><a href="function.gethostname.php" class="index">gethostname</a> - Gets the host name</li>
<li><a href="function.getimagesize.php" class="index">getimagesize</a> - Get the size of an image</li>
<li><a href="function.getimagesizefromstring.php" class="index">getimagesizefromstring</a> - Get the size of an image from a string</li>
<li><a href="function.getlastmod.php" class="index">getlastmod</a> - Restituisce la data dell'ultima modifica alla pagina</li>
<li><a href="function.getmxrr.php" class="index">getmxrr</a> - Ottiene i record MX corrispondenti a un dato nome di host Internet</li>
<li><a href="function.getmygid.php" class="index">getmygid</a> - Restituisce il GID del proprietario dello script PHP</li>
<li><a href="function.getmyinode.php" class="index">getmyinode</a> - Restituisce l'inode dello script</li>
<li><a href="function.getmypid.php" class="index">getmypid</a> - Restituisce l'ID del processo PHP</li>
<li><a href="function.getmyuid.php" class="index">getmyuid</a> - Restituisce l'UID del proprietario dello script PHP</li>
<li><a href="function.getopt.php" class="index">getopt</a> - Ottiene le opzioni dagli argomenti della linea di comando</li>
<li><a href="function.getprotobyname.php" class="index">getprotobyname</a> - Ottiene il numero del protocollo associato al nome del protocollo</li>
<li><a href="function.getprotobynumber.php" class="index">getprotobynumber</a> - Ottiene il nome del protocollo associato al numero del protocollo</li>
<li><a href="function.getrandmax.php" class="index">getrandmax</a> - Show largest possible random value</li>
<li><a href="function.getrusage.php" class="index">getrusage</a> - Restituisce lo stato dell'utilizzo delle risorse</li>
<li><a href="function.getservbyname.php" class="index">getservbyname</a> - Ottiene il numero di porta associato ad un servizio Internet e ad un protocollo</li>
<li><a href="function.getservbyport.php" class="index">getservbyport</a> - Ottiene il servizio Internet corrispondente ad una porta e ad un protocollo</li>
<li><a href="function.mysql-xdevapi-getsession.php" class="index">getSession</a> - Connect to a MySQL server</li>
<li><a href="function.gettext.php" class="index">gettext</a> - Lookup a message in the current domain</li>
<li><a href="function.gettimeofday.php" class="index">gettimeofday</a> - Restituisce l'orario attuale</li>
<li><a href="function.gettype.php" class="index">gettype</a> - Resituisce il tipo di una variabile</li>
<li><a href="function.get-browser.php" class="index">get_browser</a> - Tells what the user's browser is capable of</li>
<li><a href="function.get-called-class.php" class="index">get_called_class</a> - The &quot;Late Static Binding&quot; class name</li>
<li><a href="function.get-cfg-var.php" class="index">get_cfg_var</a> - Restituisce il valore di un'opzione di configurazione del PHP</li>
<li><a href="function.get-class.php" class="index">get_class</a> - Restituisce il nome della classe di un oggetto</li>
<li><a href="function.get-class-methods.php" class="index">get_class_methods</a> - Restituisce i nomi dei metodi della classe</li>
<li><a href="function.get-class-vars.php" class="index">get_class_vars</a> - Restituisce le propriet&agrave; di default della classe</li>
<li><a href="function.get-current-user.php" class="index">get_current_user</a> - Restituisce il nome del proprietario dello script PHP</li>
<li><a href="function.get-debug-type.php" class="index">get_debug_type</a> - Gets the type name of a variable in a way that is suitable for debugging</li>
<li><a href="function.get-declared-classes.php" class="index">get_declared_classes</a> - Restituisce un array con i nomi delle classi definite</li>
<li><a href="function.get-declared-interfaces.php" class="index">get_declared_interfaces</a> - Returns an array of all declared interfaces</li>
<li><a href="function.get-declared-traits.php" class="index">get_declared_traits</a> - Returns an array of all declared traits</li>
<li><a href="function.get-defined-constants.php" class="index">get_defined_constants</a> - Restituisve un array associativo con i nomi di tutte le costanti
     ed i loro valori</li>
<li><a href="function.get-defined-functions.php" class="index">get_defined_functions</a> - Returns an array of all defined functions</li>
<li><a href="function.get-defined-vars.php" class="index">get_defined_vars</a> - Restituisce un'array contenente tutte le variabili definite</li>
<li><a href="function.get-error-handler.php" class="index">get_error_handler</a> - Gets the user-defined error handler function</li>
<li><a href="function.get-exception-handler.php" class="index">get_exception_handler</a> - Gets the user-defined exception handler function</li>
<li><a href="function.get-extension-funcs.php" class="index">get_extension_funcs</a> - Restituisce una matrice con i nomi delle funzioni di un modulo</li>
<li><a href="function.get-headers.php" class="index">get_headers</a> - Fetches all the headers sent by the server in response to an HTTP request</li>
<li><a href="function.get-html-translation-table.php" class="index">get_html_translation_table</a> - Restituisce la tabella di decodifica utilizzata da    
     htmlspecialchars e
     htmlentities</li>
<li><a href="function.get-included-files.php" class="index">get_included_files</a> - Restituisce un array con i nomi dei file inclusi o richiesti</li>
<li><a href="function.get-include-path.php" class="index">get_include_path</a> - Restituisce il valore del parametro di configurazione include_path</li>
<li><a href="function.get-loaded-extensions.php" class="index">get_loaded_extensions</a> - Restituisce una matrice con il nome di tutti i moduli compilati
     e caricati</li>
<li><a href="function.get-magic-quotes-gpc.php" class="index">get_magic_quotes_gpc</a> - Restituisce l'attuale configurazione di magic_quotes_gpc</li>
<li><a href="function.get-magic-quotes-runtime.php" class="index">get_magic_quotes_runtime</a> - Ottiene l'impostazione di configurazione attiva corrente di magic_quotes_runtime</li>
<li><a href="function.get-mangled-object-vars.php" class="index">get_mangled_object_vars</a> - Returns an array of mangled object properties</li>
<li><a href="function.get-meta-tags.php" class="index">get_meta_tags</a> - Extracts all meta tag content attributes from a file and returns an array</li>
<li><a href="function.get-object-vars.php" class="index">get_object_vars</a> - Restituisce le propriet&agrave; dell'oggetto dato</li>
<li><a href="function.get-parent-class.php" class="index">get_parent_class</a> - Restituisce il nome della classe genitrice di un oggetto o di una classe</li>
<li><a href="function.get-required-files.php" class="index">get_required_files</a> - Alias di get_included_files</li>
<li><a href="function.get-resources.php" class="index">get_resources</a> - Returns active resources</li>
<li><a href="function.get-resource-id.php" class="index">get_resource_id</a> - Returns an integer identifier for the given resource</li>
<li><a href="function.get-resource-type.php" class="index">get_resource_type</a> - Restituisce il tipo di risorsa</li>
<li><a href="function.glob.php" class="index">glob</a> - Find pathnames matching a pattern</li>
<li><a href="globiterator.count.php" class="index">GlobIterator::count</a> - Get the number of directories and files</li>
<li><a href="globiterator.construct.php" class="index">GlobIterator::__construct</a> - Construct a directory using glob</li>
<li><a href="gmagick.addimage.php" class="index">Gmagick::addimage</a> - Adds new image to Gmagick object image list</li>
<li><a href="gmagick.addnoiseimage.php" class="index">Gmagick::addnoiseimage</a> - Adds random noise to the image</li>
<li><a href="gmagick.annotateimage.php" class="index">Gmagick::annotateimage</a> - Annotates an image with text</li>
<li><a href="gmagick.blurimage.php" class="index">Gmagick::blurimage</a> - Adds blur filter to image</li>
<li><a href="gmagick.borderimage.php" class="index">Gmagick::borderimage</a> - Surrounds the image with a border</li>
<li><a href="gmagick.charcoalimage.php" class="index">Gmagick::charcoalimage</a> - Simulates a charcoal drawing</li>
<li><a href="gmagick.chopimage.php" class="index">Gmagick::chopimage</a> - Removes a region of an image and trims</li>
<li><a href="gmagick.clear.php" class="index">Gmagick::clear</a> - Clears all resources associated to Gmagick object</li>
<li><a href="gmagick.commentimage.php" class="index">Gmagick::commentimage</a> - Adds a comment to your image</li>
<li><a href="gmagick.compositeimage.php" class="index">Gmagick::compositeimage</a> - Composite one image onto another</li>
<li><a href="gmagick.cropimage.php" class="index">Gmagick::cropimage</a> - Extracts a region of the image</li>
<li><a href="gmagick.cropthumbnailimage.php" class="index">Gmagick::cropthumbnailimage</a> - Creates a crop thumbnail</li>
<li><a href="gmagick.current.php" class="index">Gmagick::current</a> - The current purpose</li>
<li><a href="gmagick.cyclecolormapimage.php" class="index">Gmagick::cyclecolormapimage</a> - Displaces an image's colormap</li>
<li><a href="gmagick.deconstructimages.php" class="index">Gmagick::deconstructimages</a> - Returns certain pixel differences between images</li>
<li><a href="gmagick.despeckleimage.php" class="index">Gmagick::despeckleimage</a> - The despeckleimage purpose</li>
<li><a href="gmagick.destroy.php" class="index">Gmagick::destroy</a> - The destroy purpose</li>
<li><a href="gmagick.drawimage.php" class="index">Gmagick::drawimage</a> - Renders the GmagickDraw object on the current image</li>
<li><a href="gmagick.edgeimage.php" class="index">Gmagick::edgeimage</a> - Enhance edges within the image</li>
<li><a href="gmagick.embossimage.php" class="index">Gmagick::embossimage</a> - Returns a grayscale image with a three-dimensional effect</li>
<li><a href="gmagick.enhanceimage.php" class="index">Gmagick::enhanceimage</a> - Improves the quality of a noisy image</li>
<li><a href="gmagick.equalizeimage.php" class="index">Gmagick::equalizeimage</a> - Equalizes the image histogram</li>
<li><a href="gmagick.flipimage.php" class="index">Gmagick::flipimage</a> - Creates a vertical mirror image</li>
<li><a href="gmagick.flopimage.php" class="index">Gmagick::flopimage</a> - Creates a horizontal mirror image</li>
<li><a href="gmagick.frameimage.php" class="index">Gmagick::frameimage</a> - Adds a simulated three-dimensional border</li>
<li><a href="gmagick.gammaimage.php" class="index">Gmagick::gammaimage</a> - Gamma-corrects an image</li>
<li><a href="gmagick.getcopyright.php" class="index">Gmagick::getcopyright</a> - Returns the GraphicsMagick API copyright as a string</li>
<li><a href="gmagick.getfilename.php" class="index">Gmagick::getfilename</a> - The filename associated with an image sequence</li>
<li><a href="gmagick.getimagebackgroundcolor.php" class="index">Gmagick::getimagebackgroundcolor</a> - Returns the image background color</li>
<li><a href="gmagick.getimageblueprimary.php" class="index">Gmagick::getimageblueprimary</a> - Returns the chromaticy blue primary point</li>
<li><a href="gmagick.getimagebordercolor.php" class="index">Gmagick::getimagebordercolor</a> - Returns the image border color</li>
<li><a href="gmagick.getimagechanneldepth.php" class="index">Gmagick::getimagechanneldepth</a> - Gets the depth for a particular image channel</li>
<li><a href="gmagick.getimagecolors.php" class="index">Gmagick::getimagecolors</a> - Returns the color of the specified colormap index</li>
<li><a href="gmagick.getimagecolorspace.php" class="index">Gmagick::getimagecolorspace</a> - Gets the image colorspace</li>
<li><a href="gmagick.getimagecompose.php" class="index">Gmagick::getimagecompose</a> - Returns the composite operator associated with the image</li>
<li><a href="gmagick.getimagedelay.php" class="index">Gmagick::getimagedelay</a> - Gets the image delay</li>
<li><a href="gmagick.getimagedepth.php" class="index">Gmagick::getimagedepth</a> - Gets the depth of the image</li>
<li><a href="gmagick.getimagedispose.php" class="index">Gmagick::getimagedispose</a> - Gets the image disposal method</li>
<li><a href="gmagick.getimageextrema.php" class="index">Gmagick::getimageextrema</a> - Gets the extrema for the image</li>
<li><a href="gmagick.getimagefilename.php" class="index">Gmagick::getimagefilename</a> - Returns the filename of a particular image in a sequence</li>
<li><a href="gmagick.getimageformat.php" class="index">Gmagick::getimageformat</a> - Returns the format of a particular image in a sequence</li>
<li><a href="gmagick.getimagegamma.php" class="index">Gmagick::getimagegamma</a> - Gets the image gamma</li>
<li><a href="gmagick.getimagegreenprimary.php" class="index">Gmagick::getimagegreenprimary</a> - Returns the chromaticy green primary point</li>
<li><a href="gmagick.getimageheight.php" class="index">Gmagick::getimageheight</a> - Returns the image height</li>
<li><a href="gmagick.getimagehistogram.php" class="index">Gmagick::getimagehistogram</a> - Gets the image histogram</li>
<li><a href="gmagick.getimageindex.php" class="index">Gmagick::getimageindex</a> - Gets the index of the current active image</li>
<li><a href="gmagick.getimageinterlacescheme.php" class="index">Gmagick::getimageinterlacescheme</a> - Gets the image interlace scheme</li>
<li><a href="gmagick.getimageiterations.php" class="index">Gmagick::getimageiterations</a> - Gets the image iterations</li>
<li><a href="gmagick.getimagematte.php" class="index">Gmagick::getimagematte</a> - Check if the image has a matte channel</li>
<li><a href="gmagick.getimagemattecolor.php" class="index">Gmagick::getimagemattecolor</a> - Returns the image matte color</li>
<li><a href="gmagick.getimageprofile.php" class="index">Gmagick::getimageprofile</a> - Returns the named image profile</li>
<li><a href="gmagick.getimageredprimary.php" class="index">Gmagick::getimageredprimary</a> - Returns the chromaticity red primary point</li>
<li><a href="gmagick.getimagerenderingintent.php" class="index">Gmagick::getimagerenderingintent</a> - Gets the image rendering intent</li>
<li><a href="gmagick.getimageresolution.php" class="index">Gmagick::getimageresolution</a> - Gets the image X and Y resolution</li>
<li><a href="gmagick.getimagescene.php" class="index">Gmagick::getimagescene</a> - Gets the image scene</li>
<li><a href="gmagick.getimagesignature.php" class="index">Gmagick::getimagesignature</a> - Generates an SHA-256 message digest</li>
<li><a href="gmagick.getimagetype.php" class="index">Gmagick::getimagetype</a> - Gets the potential image type</li>
<li><a href="gmagick.getimageunits.php" class="index">Gmagick::getimageunits</a> - Gets the image units of resolution</li>
<li><a href="gmagick.getimagewhitepoint.php" class="index">Gmagick::getimagewhitepoint</a> - Returns the chromaticity white point</li>
<li><a href="gmagick.getimagewidth.php" class="index">Gmagick::getimagewidth</a> - Returns the width of the image</li>
<li><a href="gmagick.getpackagename.php" class="index">Gmagick::getpackagename</a> - Returns the GraphicsMagick package name</li>
<li><a href="gmagick.getquantumdepth.php" class="index">Gmagick::getquantumdepth</a> - Returns the Gmagick quantum depth as a string</li>
<li><a href="gmagick.getreleasedate.php" class="index">Gmagick::getreleasedate</a> - Returns the GraphicsMagick release date as a string</li>
<li><a href="gmagick.getsamplingfactors.php" class="index">Gmagick::getsamplingfactors</a> - Gets the horizontal and vertical sampling factor</li>
<li><a href="gmagick.getsize.php" class="index">Gmagick::getsize</a> - Returns the size associated with the Gmagick object</li>
<li><a href="gmagick.getversion.php" class="index">Gmagick::getversion</a> - Returns the GraphicsMagick API version</li>
<li><a href="gmagick.hasnextimage.php" class="index">Gmagick::hasnextimage</a> - Checks if the object has more images</li>
<li><a href="gmagick.haspreviousimage.php" class="index">Gmagick::haspreviousimage</a> - Checks if the object has a previous image</li>
<li><a href="gmagick.implodeimage.php" class="index">Gmagick::implodeimage</a> - Creates a new image as a copy</li>
<li><a href="gmagick.labelimage.php" class="index">Gmagick::labelimage</a> - Adds a label to an image</li>
<li><a href="gmagick.levelimage.php" class="index">Gmagick::levelimage</a> - Adjusts the levels of an image</li>
<li><a href="gmagick.magnifyimage.php" class="index">Gmagick::magnifyimage</a> - Scales an image proportionally 2x</li>
<li><a href="gmagick.mapimage.php" class="index">Gmagick::mapimage</a> - Replaces the colors of an image with the closest color from a reference image</li>
<li><a href="gmagick.medianfilterimage.php" class="index">Gmagick::medianfilterimage</a> - Applies a digital filter</li>
<li><a href="gmagick.minifyimage.php" class="index">Gmagick::minifyimage</a> - Scales an image proportionally to half its size</li>
<li><a href="gmagick.modulateimage.php" class="index">Gmagick::modulateimage</a> - Control the brightness, saturation, and hue</li>
<li><a href="gmagick.motionblurimage.php" class="index">Gmagick::motionblurimage</a> - Simulates motion blur</li>
<li><a href="gmagick.newimage.php" class="index">Gmagick::newimage</a> - Creates a new image</li>
<li><a href="gmagick.nextimage.php" class="index">Gmagick::nextimage</a> - Moves to the next image</li>
<li><a href="gmagick.normalizeimage.php" class="index">Gmagick::normalizeimage</a> - Enhances the contrast of a color image</li>
<li><a href="gmagick.oilpaintimage.php" class="index">Gmagick::oilpaintimage</a> - Simulates an oil painting</li>
<li><a href="gmagick.previousimage.php" class="index">Gmagick::previousimage</a> - Move to the previous image in the object</li>
<li><a href="gmagick.profileimage.php" class="index">Gmagick::profileimage</a> - Adds or removes a profile from an image</li>
<li><a href="gmagick.quantizeimage.php" class="index">Gmagick::quantizeimage</a> - Analyzes the colors within a reference image</li>
<li><a href="gmagick.quantizeimages.php" class="index">Gmagick::quantizeimages</a> - The quantizeimages purpose</li>
<li><a href="gmagick.queryfontmetrics.php" class="index">Gmagick::queryfontmetrics</a> - Returns an array representing the font metrics</li>
<li><a href="gmagick.queryfonts.php" class="index">Gmagick::queryfonts</a> - Returns the configured fonts</li>
<li><a href="gmagick.queryformats.php" class="index">Gmagick::queryformats</a> - Returns formats supported by Gmagick</li>
<li><a href="gmagick.radialblurimage.php" class="index">Gmagick::radialblurimage</a> - Radial blurs an image</li>
<li><a href="gmagick.raiseimage.php" class="index">Gmagick::raiseimage</a> - Creates a simulated 3d button-like effect</li>
<li><a href="gmagick.read.php" class="index">Gmagick::read</a> - Reads image from filename</li>
<li><a href="gmagick.readimage.php" class="index">Gmagick::readimage</a> - Reads image from filename</li>
<li><a href="gmagick.readimageblob.php" class="index">Gmagick::readimageblob</a> - Reads image from a binary string</li>
<li><a href="gmagick.readimagefile.php" class="index">Gmagick::readimagefile</a> - The readimagefile purpose</li>
<li><a href="gmagick.reducenoiseimage.php" class="index">Gmagick::reducenoiseimage</a> - Smooths the contours of an image</li>
<li><a href="gmagick.removeimage.php" class="index">Gmagick::removeimage</a> - Removes an image from the image list</li>
<li><a href="gmagick.removeimageprofile.php" class="index">Gmagick::removeimageprofile</a> - Removes the named image profile and returns it</li>
<li><a href="gmagick.resampleimage.php" class="index">Gmagick::resampleimage</a> - Resample image to desired resolution</li>
<li><a href="gmagick.resizeimage.php" class="index">Gmagick::resizeimage</a> - Scales an image</li>
<li><a href="gmagick.rollimage.php" class="index">Gmagick::rollimage</a> - Offsets an image</li>
<li><a href="gmagick.rotateimage.php" class="index">Gmagick::rotateimage</a> - Rotates an image</li>
<li><a href="gmagick.scaleimage.php" class="index">Gmagick::scaleimage</a> - Scales the size of an image</li>
<li><a href="gmagick.separateimagechannel.php" class="index">Gmagick::separateimagechannel</a> - Separates a channel from the image</li>
<li><a href="gmagick.setcompressionquality.php" class="index">Gmagick::setCompressionQuality</a> - Sets the object's default compression quality</li>
<li><a href="gmagick.setfilename.php" class="index">Gmagick::setfilename</a> - Sets the filename before you read or write the image</li>
<li><a href="gmagick.setimagebackgroundcolor.php" class="index">Gmagick::setimagebackgroundcolor</a> - Sets the image background color</li>
<li><a href="gmagick.setimageblueprimary.php" class="index">Gmagick::setimageblueprimary</a> - Sets the image chromaticity blue primary point</li>
<li><a href="gmagick.setimagebordercolor.php" class="index">Gmagick::setimagebordercolor</a> - Sets the image border color</li>
<li><a href="gmagick.setimagechanneldepth.php" class="index">Gmagick::setimagechanneldepth</a> - Sets the depth of a particular image channel</li>
<li><a href="gmagick.setimagecolorspace.php" class="index">Gmagick::setimagecolorspace</a> - Sets the image colorspace</li>
<li><a href="gmagick.setimagecompose.php" class="index">Gmagick::setimagecompose</a> - Sets the image composite operator</li>
<li><a href="gmagick.setimagedelay.php" class="index">Gmagick::setimagedelay</a> - Sets the image delay</li>
<li><a href="gmagick.setimagedepth.php" class="index">Gmagick::setimagedepth</a> - Sets the image depth</li>
<li><a href="gmagick.setimagedispose.php" class="index">Gmagick::setimagedispose</a> - Sets the image disposal method</li>
<li><a href="gmagick.setimagefilename.php" class="index">Gmagick::setimagefilename</a> - Sets the filename of a particular image in a sequence</li>
<li><a href="gmagick.setimageformat.php" class="index">Gmagick::setimageformat</a> - Sets the format of a particular image</li>
<li><a href="gmagick.setimagegamma.php" class="index">Gmagick::setimagegamma</a> - Sets the image gamma</li>
<li><a href="gmagick.setimagegreenprimary.php" class="index">Gmagick::setimagegreenprimary</a> - Sets the image chromaticity green primary point</li>
<li><a href="gmagick.setimageindex.php" class="index">Gmagick::setimageindex</a> - Set the iterator to the position in the image list specified with the index parameter</li>
<li><a href="gmagick.setimageinterlacescheme.php" class="index">Gmagick::setimageinterlacescheme</a> - Sets the interlace scheme of the image</li>
<li><a href="gmagick.setimageiterations.php" class="index">Gmagick::setimageiterations</a> - Sets the image iterations</li>
<li><a href="gmagick.setimageprofile.php" class="index">Gmagick::setimageprofile</a> - Adds a named profile to the Gmagick object</li>
<li><a href="gmagick.setimageredprimary.php" class="index">Gmagick::setimageredprimary</a> - Sets the image chromaticity red primary point</li>
<li><a href="gmagick.setimagerenderingintent.php" class="index">Gmagick::setimagerenderingintent</a> - Sets the image rendering intent</li>
<li><a href="gmagick.setimageresolution.php" class="index">Gmagick::setimageresolution</a> - Sets the image resolution</li>
<li><a href="gmagick.setimagescene.php" class="index">Gmagick::setimagescene</a> - Sets the image scene</li>
<li><a href="gmagick.setimagetype.php" class="index">Gmagick::setimagetype</a> - Sets the image type</li>
<li><a href="gmagick.setimageunits.php" class="index">Gmagick::setimageunits</a> - Sets the image units of resolution</li>
<li><a href="gmagick.setimagewhitepoint.php" class="index">Gmagick::setimagewhitepoint</a> - Sets the image chromaticity white point</li>
<li><a href="gmagick.setsamplingfactors.php" class="index">Gmagick::setsamplingfactors</a> - Sets the image sampling factors</li>
<li><a href="gmagick.setsize.php" class="index">Gmagick::setsize</a> - Sets the size of the Gmagick object</li>
<li><a href="gmagick.shearimage.php" class="index">Gmagick::shearimage</a> - Creating a parallelogram</li>
<li><a href="gmagick.solarizeimage.php" class="index">Gmagick::solarizeimage</a> - Applies a solarizing effect to the image</li>
<li><a href="gmagick.spreadimage.php" class="index">Gmagick::spreadimage</a> - Randomly displaces each pixel in a block</li>
<li><a href="gmagick.stripimage.php" class="index">Gmagick::stripimage</a> - Strips an image of all profiles and comments</li>
<li><a href="gmagick.swirlimage.php" class="index">Gmagick::swirlimage</a> - Swirls the pixels about the center of the image</li>
<li><a href="gmagick.thumbnailimage.php" class="index">Gmagick::thumbnailimage</a> - Changes the size of an image</li>
<li><a href="gmagick.trimimage.php" class="index">Gmagick::trimimage</a> - Remove edges from the image</li>
<li><a href="gmagick.write.php" class="index">Gmagick::write</a> - Alias di Gmagick::writeimage</li>
<li><a href="gmagick.writeimage.php" class="index">Gmagick::writeimage</a> - Writes an image to the specified filename</li>
<li><a href="gmagick.construct.php" class="index">Gmagick::__construct</a> - The Gmagick constructor</li>
<li><a href="gmagickdraw.annotate.php" class="index">GmagickDraw::annotate</a> - Draws text on the image</li>
<li><a href="gmagickdraw.arc.php" class="index">GmagickDraw::arc</a> - Draws an arc</li>
<li><a href="gmagickdraw.bezier.php" class="index">GmagickDraw::bezier</a> - Draws a bezier curve</li>
<li><a href="gmagickdraw.ellipse.php" class="index">GmagickDraw::ellipse</a> - Draws an ellipse on the image</li>
<li><a href="gmagickdraw.getfillcolor.php" class="index">GmagickDraw::getfillcolor</a> - Returns the fill color</li>
<li><a href="gmagickdraw.getfillopacity.php" class="index">GmagickDraw::getfillopacity</a> - Returns the opacity used when drawing</li>
<li><a href="gmagickdraw.getfont.php" class="index">GmagickDraw::getfont</a> - Returns the font</li>
<li><a href="gmagickdraw.getfontsize.php" class="index">GmagickDraw::getfontsize</a> - Returns the font pointsize</li>
<li><a href="gmagickdraw.getfontstyle.php" class="index">GmagickDraw::getfontstyle</a> - Returns the font style</li>
<li><a href="gmagickdraw.getfontweight.php" class="index">GmagickDraw::getfontweight</a> - Returns the font weight</li>
<li><a href="gmagickdraw.getstrokecolor.php" class="index">GmagickDraw::getstrokecolor</a> - Returns the color used for stroking object outlines</li>
<li><a href="gmagickdraw.getstrokeopacity.php" class="index">GmagickDraw::getstrokeopacity</a> - Returns the opacity of stroked object outlines</li>
<li><a href="gmagickdraw.getstrokewidth.php" class="index">GmagickDraw::getstrokewidth</a> - Returns the width of the stroke used to draw object outlines</li>
<li><a href="gmagickdraw.gettextdecoration.php" class="index">GmagickDraw::gettextdecoration</a> - Returns the text decoration</li>
<li><a href="gmagickdraw.gettextencoding.php" class="index">GmagickDraw::gettextencoding</a> - Returns the code set used for text annotations</li>
<li><a href="gmagickdraw.line.php" class="index">GmagickDraw::line</a> - Draws a line</li>
<li><a href="gmagickdraw.point.php" class="index">GmagickDraw::point</a> - Draws a point</li>
<li><a href="gmagickdraw.polygon.php" class="index">GmagickDraw::polygon</a> - Draws a polygon</li>
<li><a href="gmagickdraw.polyline.php" class="index">GmagickDraw::polyline</a> - Draws a polyline</li>
<li><a href="gmagickdraw.rectangle.php" class="index">GmagickDraw::rectangle</a> - Draws a rectangle</li>
<li><a href="gmagickdraw.rotate.php" class="index">GmagickDraw::rotate</a> - Applies the specified rotation to the current coordinate space</li>
<li><a href="gmagickdraw.roundrectangle.php" class="index">GmagickDraw::roundrectangle</a> - Draws a rounded rectangle</li>
<li><a href="gmagickdraw.scale.php" class="index">GmagickDraw::scale</a> - Adjusts the scaling factor</li>
<li><a href="gmagickdraw.setfillcolor.php" class="index">GmagickDraw::setfillcolor</a> - Sets the fill color to be used for drawing filled objects</li>
<li><a href="gmagickdraw.setfillopacity.php" class="index">GmagickDraw::setfillopacity</a> - The setfillopacity purpose</li>
<li><a href="gmagickdraw.setfont.php" class="index">GmagickDraw::setfont</a> - Sets the fully-specified font to use when annotating with text</li>
<li><a href="gmagickdraw.setfontsize.php" class="index">GmagickDraw::setfontsize</a> - Sets the font pointsize to use when annotating with text</li>
<li><a href="gmagickdraw.setfontstyle.php" class="index">GmagickDraw::setfontstyle</a> - Sets the font style to use when annotating with text</li>
<li><a href="gmagickdraw.setfontweight.php" class="index">GmagickDraw::setfontweight</a> - Sets the font weight</li>
<li><a href="gmagickdraw.setstrokecolor.php" class="index">GmagickDraw::setstrokecolor</a> - Sets the color used for stroking object outlines</li>
<li><a href="gmagickdraw.setstrokeopacity.php" class="index">GmagickDraw::setstrokeopacity</a> - Specifies the opacity of stroked object outlines</li>
<li><a href="gmagickdraw.setstrokewidth.php" class="index">GmagickDraw::setstrokewidth</a> - Sets the width of the stroke used to draw object outlines</li>
<li><a href="gmagickdraw.settextdecoration.php" class="index">GmagickDraw::settextdecoration</a> - Specifies a decoration</li>
<li><a href="gmagickdraw.settextencoding.php" class="index">GmagickDraw::settextencoding</a> - Specifies the text code set</li>
<li><a href="gmagickpixel.getcolor.php" class="index">GmagickPixel::getcolor</a> - Returns the color</li>
<li><a href="gmagickpixel.getcolorcount.php" class="index">GmagickPixel::getcolorcount</a> - Returns the color count associated with this color</li>
<li><a href="gmagickpixel.getcolorvalue.php" class="index">GmagickPixel::getcolorvalue</a> - Gets the normalized value of the provided color channel</li>
<li><a href="gmagickpixel.setcolor.php" class="index">GmagickPixel::setcolor</a> - Sets the color</li>
<li><a href="gmagickpixel.setcolorvalue.php" class="index">GmagickPixel::setcolorvalue</a> - Sets the normalized value of one of the channels</li>
<li><a href="gmagickpixel.construct.php" class="index">GmagickPixel::__construct</a> - The GmagickPixel constructor</li>
<li><a href="function.gmdate.php" class="index">gmdate</a> - Formatta una data/ora GMT/UTC</li>
<li><a href="function.gmmktime.php" class="index">gmmktime</a> - Riceve l'UNIX timestamp per una data GMT</li>
<li><a href="gmp.construct.php" class="index">GMP::__construct</a> - Create GMP number</li>
<li><a href="gmp.serialize.php" class="index">GMP::__serialize</a> - Serializes the GMP object</li>
<li><a href="gmp.unserialize.php" class="index">GMP::__unserialize</a> - Deserializes the data parameter into a GMP object</li>
<li><a href="function.gmp-abs.php" class="index">gmp_abs</a> - Valore assoluto</li>
<li><a href="function.gmp-add.php" class="index">gmp_add</a> - Somma numeri</li>
<li><a href="function.gmp-and.php" class="index">gmp_and</a> - AND bit a bit</li>
<li><a href="function.gmp-binomial.php" class="index">gmp_binomial</a> - Calculates binomial coefficient</li>
<li><a href="function.gmp-clrbit.php" class="index">gmp_clrbit</a> - Azzera un bit</li>
<li><a href="function.gmp-cmp.php" class="index">gmp_cmp</a> - Confronta numeri</li>
<li><a href="function.gmp-com.php" class="index">gmp_com</a> - Calcola il complemento a uno</li>
<li><a href="function.gmp-div.php" class="index">gmp_div</a> - Alias di gmp_div_q</li>
<li><a href="function.gmp-divexact.php" class="index">gmp_divexact</a> - Divisione esatta di numeri</li>
<li><a href="function.gmp-div-q.php" class="index">gmp_div_q</a> - Divide numeri</li>
<li><a href="function.gmp-div-qr.php" class="index">gmp_div_qr</a> - Divide numeri e ottiene quoziente e resto</li>
<li><a href="function.gmp-div-r.php" class="index">gmp_div_r</a> - Resto della divisione di numeri</li>
<li><a href="function.gmp-export.php" class="index">gmp_export</a> - Export to a binary string</li>
<li><a href="function.gmp-fact.php" class="index">gmp_fact</a> - Fattoriale</li>
<li><a href="function.gmp-gcd.php" class="index">gmp_gcd</a> - Calcola il MCD</li>
<li><a href="function.gmp-gcdext.php" class="index">gmp_gcdext</a> - Calcola il MCD e i moltiplicatori</li>
<li><a href="function.gmp-hamdist.php" class="index">gmp_hamdist</a> - Distanza di Hamming</li>
<li><a href="function.gmp-import.php" class="index">gmp_import</a> - Import from a binary string</li>
<li><a href="function.gmp-init.php" class="index">gmp_init</a> - Crea un numero GMP</li>
<li><a href="function.gmp-intval.php" class="index">gmp_intval</a> - Converte un numero GMP in intero</li>
<li><a href="function.gmp-invert.php" class="index">gmp_invert</a> - Inverso modulare</li>
<li><a href="function.gmp-jacobi.php" class="index">gmp_jacobi</a> - Simbolo di Jacobi</li>
<li><a href="function.gmp-kronecker.php" class="index">gmp_kronecker</a> - Kronecker symbol</li>
<li><a href="function.gmp-lcm.php" class="index">gmp_lcm</a> - Calculate LCM</li>
<li><a href="function.gmp-legendre.php" class="index">gmp_legendre</a> - Simbolo di Legendre</li>
<li><a href="function.gmp-mod.php" class="index">gmp_mod</a> - Operazione modulo</li>
<li><a href="function.gmp-mul.php" class="index">gmp_mul</a> - Moltiplicazione di numeri</li>
<li><a href="function.gmp-neg.php" class="index">gmp_neg</a> - Negazione di un numero</li>
<li><a href="function.gmp-nextprime.php" class="index">gmp_nextprime</a> - Find next prime number</li>
<li><a href="function.gmp-or.php" class="index">gmp_or</a> - OR bit a bit</li>
<li><a href="function.gmp-perfect-power.php" class="index">gmp_perfect_power</a> - Perfect power check</li>
<li><a href="function.gmp-perfect-square.php" class="index">gmp_perfect_square</a> - Controllo del quadrato perfetto</li>
<li><a href="function.gmp-popcount.php" class="index">gmp_popcount</a> - Conteggio dei bit impostati a 1</li>
<li><a href="function.gmp-pow.php" class="index">gmp_pow</a> - Eleva un numero a potenza</li>
<li><a href="function.gmp-powm.php" class="index">gmp_powm</a> - Eleva un numero a potenza con modulo</li>
<li><a href="function.gmp-prob-prime.php" class="index">gmp_prob_prime</a> - Verifica se un numero &egrave; &quot;probabilmente primo&quot;</li>
<li><a href="function.gmp-random.php" class="index">gmp_random</a> - Numero casuale</li>
<li><a href="function.gmp-random-bits.php" class="index">gmp_random_bits</a> - Random number</li>
<li><a href="function.gmp-random-range.php" class="index">gmp_random_range</a> - Get a uniformly selected integer</li>
<li><a href="function.gmp-random-seed.php" class="index">gmp_random_seed</a> - Sets the RNG seed</li>
<li><a href="function.gmp-root.php" class="index">gmp_root</a> - Take the integer part of nth root</li>
<li><a href="function.gmp-rootrem.php" class="index">gmp_rootrem</a> - Take the integer part and remainder of nth root</li>
<li><a href="function.gmp-scan0.php" class="index">gmp_scan0</a> - Cerca uno 0</li>
<li><a href="function.gmp-scan1.php" class="index">gmp_scan1</a> - Cerca un 1</li>
<li><a href="function.gmp-setbit.php" class="index">gmp_setbit</a> - Imposta un bit</li>
<li><a href="function.gmp-sign.php" class="index">gmp_sign</a> - Segno del numero</li>
<li><a href="function.gmp-sqrt.php" class="index">gmp_sqrt</a> - Calcolare la radice quadrata</li>
<li><a href="function.gmp-sqrtrem.php" class="index">gmp_sqrtrem</a> - Radice quadrata con resto</li>
<li><a href="function.gmp-strval.php" class="index">gmp_strval</a> - Converti un numero GMP in stringa</li>
<li><a href="function.gmp-sub.php" class="index">gmp_sub</a> - Sottrae numeri</li>
<li><a href="function.gmp-testbit.php" class="index">gmp_testbit</a> - Tests if a bit is set</li>
<li><a href="function.gmp-xor.php" class="index">gmp_xor</a> - XOR bit a bit</li>
<li><a href="function.gmstrftime.php" class="index">gmstrftime</a> - Formatta una data/ora GMT/UTC secondo i parametri locali</li>
<li><a href="function.gnupg-adddecryptkey.php" class="index">gnupg_adddecryptkey</a> - Add a key for decryption</li>
<li><a href="function.gnupg-addencryptkey.php" class="index">gnupg_addencryptkey</a> - Add a key for encryption</li>
<li><a href="function.gnupg-addsignkey.php" class="index">gnupg_addsignkey</a> - Add a key for signing</li>
<li><a href="function.gnupg-cleardecryptkeys.php" class="index">gnupg_cleardecryptkeys</a> - Removes all keys which were set for decryption before</li>
<li><a href="function.gnupg-clearencryptkeys.php" class="index">gnupg_clearencryptkeys</a> - Removes all keys which were set for encryption before</li>
<li><a href="function.gnupg-clearsignkeys.php" class="index">gnupg_clearsignkeys</a> - Removes all keys which were set for signing before</li>
<li><a href="function.gnupg-decrypt.php" class="index">gnupg_decrypt</a> - Decrypts a given text</li>
<li><a href="function.gnupg-decryptverify.php" class="index">gnupg_decryptverify</a> - Decrypts and verifies a given text</li>
<li><a href="function.gnupg-deletekey.php" class="index">gnupg_deletekey</a> - Delete a key from the keyring</li>
<li><a href="function.gnupg-encrypt.php" class="index">gnupg_encrypt</a> - Encrypts a given text</li>
<li><a href="function.gnupg-encryptsign.php" class="index">gnupg_encryptsign</a> - Encrypts and signs a given text</li>
<li><a href="function.gnupg-export.php" class="index">gnupg_export</a> - Exports a key</li>
<li><a href="function.gnupg-getengineinfo.php" class="index">gnupg_getengineinfo</a> - Returns the engine info</li>
<li><a href="function.gnupg-geterror.php" class="index">gnupg_geterror</a> - Returns the errortext, if a function fails</li>
<li><a href="function.gnupg-geterrorinfo.php" class="index">gnupg_geterrorinfo</a> - Returns the error info</li>
<li><a href="function.gnupg-getprotocol.php" class="index">gnupg_getprotocol</a> - Returns the currently active protocol for all operations</li>
<li><a href="function.gnupg-gettrustlist.php" class="index">gnupg_gettrustlist</a> - Search the trust items</li>
<li><a href="function.gnupg-import.php" class="index">gnupg_import</a> - Imports a key</li>
<li><a href="function.gnupg-init.php" class="index">gnupg_init</a> - Initialize a connection</li>
<li><a href="function.gnupg-keyinfo.php" class="index">gnupg_keyinfo</a> - Returns an array with information about all keys that matches the given pattern</li>
<li><a href="function.gnupg-listsignatures.php" class="index">gnupg_listsignatures</a> - List key signatures</li>
<li><a href="function.gnupg-setarmor.php" class="index">gnupg_setarmor</a> - Toggle armored output</li>
<li><a href="function.gnupg-seterrormode.php" class="index">gnupg_seterrormode</a> - Sets the mode for error_reporting</li>
<li><a href="function.gnupg-setsignmode.php" class="index">gnupg_setsignmode</a> - Sets the mode for signing</li>
<li><a href="function.gnupg-sign.php" class="index">gnupg_sign</a> - Signs a given text</li>
<li><a href="function.gnupg-verify.php" class="index">gnupg_verify</a> - Verifies a signed text</li>
<li><a href="function.grapheme-extract.php" class="index">grapheme_extract</a> - Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8</li>
<li><a href="function.grapheme-stripos.php" class="index">grapheme_stripos</a> - Find position (in grapheme units) of first occurrence of a case-insensitive string</li>
<li><a href="function.grapheme-stristr.php" class="index">grapheme_stristr</a> - Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack</li>
<li><a href="function.grapheme-strlen.php" class="index">grapheme_strlen</a> - Get string length in grapheme units</li>
<li><a href="function.grapheme-strpos.php" class="index">grapheme_strpos</a> - Find position (in grapheme units) of first occurrence of a string</li>
<li><a href="function.grapheme-strripos.php" class="index">grapheme_strripos</a> - Find position (in grapheme units) of last occurrence of a case-insensitive string</li>
<li><a href="function.grapheme-strrpos.php" class="index">grapheme_strrpos</a> - Find position (in grapheme units) of last occurrence of a string</li>
<li><a href="function.grapheme-strstr.php" class="index">grapheme_strstr</a> - Returns part of haystack string from the first occurrence of needle to the end of haystack</li>
<li><a href="function.grapheme-str-split.php" class="index">grapheme_str_split</a> - Split a string into an array</li>
<li><a href="function.grapheme-substr.php" class="index">grapheme_substr</a> - Return part of a string</li>
<li><a href="function.gregoriantojd.php" class="index">GregorianToJD</a> - Converte una data Gregoriana in un Giorno Giuliano</li>
<li><a href="function.gzclose.php" class="index">gzclose</a> - Chiude un puntatore a file gz aperto</li>
<li><a href="function.gzcompress.php" class="index">gzcompress</a> - Comprime una stringa</li>
<li><a href="function.gzdecode.php" class="index">gzdecode</a> - Decodes a gzip compressed string</li>
<li><a href="function.gzdeflate.php" class="index">gzdeflate</a> - Comprime una stringa</li>
<li><a href="function.gzencode.php" class="index">gzencode</a> - Crea una stringa compressa con gzip</li>
<li><a href="function.gzeof.php" class="index">gzeof</a> - Test for EOF on a gz-file pointer</li>
<li><a href="function.gzfile.php" class="index">gzfile</a> - Read entire gz-file into an array</li>
<li><a href="function.gzgetc.php" class="index">gzgetc</a> - Get character from gz-file pointer</li>
<li><a href="function.gzgets.php" class="index">gzgets</a> - Get line from file pointer</li>
<li><a href="function.gzgetss.php" class="index">gzgetss</a> - Get line from gz-file pointer and strip HTML tags</li>
<li><a href="function.gzinflate.php" class="index">gzinflate</a> - Inflate a deflated string</li>
<li><a href="function.gzopen.php" class="index">gzopen</a> - Open gz-file</li>
<li><a href="function.gzpassthru.php" class="index">gzpassthru</a> - Output all remaining data on a gz-file pointer</li>
<li><a href="function.gzputs.php" class="index">gzputs</a> - Alias di gzwrite</li>
<li><a href="function.gzread.php" class="index">gzread</a> - Binary-safe gz-file read</li>
<li><a href="function.gzrewind.php" class="index">gzrewind</a> - Rewind the position of a gz-file pointer</li>
<li><a href="function.gzseek.php" class="index">gzseek</a> - Seek on a gz-file pointer</li>
<li><a href="function.gztell.php" class="index">gztell</a> - Tell gz-file pointer read/write position</li>
<li><a href="function.gzuncompress.php" class="index">gzuncompress</a> - Decomprime una stringa compressa</li>
<li><a href="function.gzwrite.php" class="index">gzwrite</a> - Binary-safe gz-file write</li>
</ul></li>
<li class='gen-index index-for-h'>h<ul id='refentry-index-for-h'>
<li><a href="function.hash.php" class="index">hash</a> - Generate a hash value (message digest)</li>
<li><a href="hashcontext.construct.php" class="index">HashContext::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="hashcontext.serialize.php" class="index">HashContext::__serialize</a> - Serializes the HashContext object</li>
<li><a href="hashcontext.unserialize.php" class="index">HashContext::__unserialize</a> - Deserializes the data parameter into a HashContext object</li>
<li><a href="function.hash-algos.php" class="index">hash_algos</a> - Return a list of registered hashing algorithms</li>
<li><a href="function.hash-copy.php" class="index">hash_copy</a> - Copy hashing context</li>
<li><a href="function.hash-equals.php" class="index">hash_equals</a> - Timing attack safe string comparison</li>
<li><a href="function.hash-file.php" class="index">hash_file</a> - Generate a hash value using the contents of a given file</li>
<li><a href="function.hash-final.php" class="index">hash_final</a> - Finalize an incremental hash and return resulting digest</li>
<li><a href="function.hash-hkdf.php" class="index">hash_hkdf</a> - Generate a HKDF key derivation of a supplied key input</li>
<li><a href="function.hash-hmac.php" class="index">hash_hmac</a> - Generate a keyed hash value using the HMAC method</li>
<li><a href="function.hash-hmac-algos.php" class="index">hash_hmac_algos</a> - Return a list of registered hashing algorithms suitable for hash_hmac</li>
<li><a href="function.hash-hmac-file.php" class="index">hash_hmac_file</a> - Generate a keyed hash value using the HMAC method and the contents of a given file</li>
<li><a href="function.hash-init.php" class="index">hash_init</a> - Initialize an incremental hashing context</li>
<li><a href="function.hash-pbkdf2.php" class="index">hash_pbkdf2</a> - Generate a PBKDF2 key derivation of a supplied password</li>
<li><a href="function.hash-update.php" class="index">hash_update</a> - Pump data into an active hashing context</li>
<li><a href="function.hash-update-file.php" class="index">hash_update_file</a> - Pump data into an active hashing context from a file</li>
<li><a href="function.hash-update-stream.php" class="index">hash_update_stream</a> - Pump data into an active hashing context from an open stream</li>
<li><a href="function.header.php" class="index">header</a> - Send a raw HTTP header</li>
<li><a href="function.headers-list.php" class="index">headers_list</a> - Returns a list of response headers sent (or ready to send)</li>
<li><a href="function.headers-sent.php" class="index">headers_sent</a> - Checks if or where headers have been sent</li>
<li><a href="function.header-register-callback.php" class="index">header_register_callback</a> - Call a header function</li>
<li><a href="function.header-remove.php" class="index">header_remove</a> - Remove previously set headers</li>
<li><a href="function.hebrev.php" class="index">hebrev</a> - Converte il testo logico Ebraico in testo visuale</li>
<li><a href="function.hebrevc.php" class="index">hebrevc</a> - Converte il testo logico Ebraico in testo visuale con conversione del carattere di 'a capo'</li>
<li><a href="function.hex2bin.php" class="index">hex2bin</a> - Decodes a hexadecimally encoded binary string</li>
<li><a href="function.hexdec.php" class="index">hexdec</a> - Da esadecimale a decimale</li>
<li><a href="function.highlight-file.php" class="index">highlight_file</a> - Evidenziatore di sintassi per un file</li>
<li><a href="function.highlight-string.php" class="index">highlight_string</a> - Evidenziatore di sintassi per stringhe</li>
<li><a href="function.hrtime.php" class="index">hrtime</a> - Get the system's high resolution time</li>
<li><a href="hrtime-performancecounter.getfrequency.php" class="index">HRTime\PerformanceCounter::getFrequency</a> - Timer frequency in ticks per second</li>
<li><a href="hrtime-performancecounter.getticks.php" class="index">HRTime\PerformanceCounter::getTicks</a> - Current ticks from the system</li>
<li><a href="hrtime-performancecounter.gettickssince.php" class="index">HRTime\PerformanceCounter::getTicksSince</a> - Ticks elapsed since the given value</li>
<li><a href="hrtime-stopwatch.getelapsedticks.php" class="index">HRTime\StopWatch::getElapsedTicks</a> - Get elapsed ticks for all intervals</li>
<li><a href="hrtime-stopwatch.getelapsedtime.php" class="index">HRTime\StopWatch::getElapsedTime</a> - Get elapsed time for all intervals</li>
<li><a href="hrtime-stopwatch.getlastelapsedticks.php" class="index">HRTime\StopWatch::getLastElapsedTicks</a> - Get elapsed ticks for the last interval</li>
<li><a href="hrtime-stopwatch.getlastelapsedtime.php" class="index">HRTime\StopWatch::getLastElapsedTime</a> - Get elapsed time for the last interval</li>
<li><a href="hrtime-stopwatch.isrunning.php" class="index">HRTime\StopWatch::isRunning</a> - Whether the measurement is running</li>
<li><a href="hrtime-stopwatch.start.php" class="index">HRTime\StopWatch::start</a> - Start time measurement</li>
<li><a href="hrtime-stopwatch.stop.php" class="index">HRTime\StopWatch::stop</a> - Stop time measurement</li>
<li><a href="function.htmlentities.php" class="index">htmlentities</a> - Converte tutti i possibili caratteri in entit&agrave; HTML</li>
<li><a href="function.htmlspecialchars.php" class="index">htmlspecialchars</a> - Converte i caratteri speciali in entit&agrave; HTML</li>
<li><a href="function.htmlspecialchars-decode.php" class="index">htmlspecialchars_decode</a> - Convert special HTML entities back to characters</li>
<li><a href="function.html-entity-decode.php" class="index">html_entity_decode</a> - Converte le entit&agrave; HTML nei corrispondenti caratteri</li>
<li><a href="function.http-build-query.php" class="index">http_build_query</a> - Generate URL-encoded query string</li>
<li><a href="function.http-clear-last-response-headers.php" class="index">http_clear_last_response_headers</a> - Clears the stored HTTP response headers</li>
<li><a href="function.http-get-last-response-headers.php" class="index">http_get_last_response_headers</a> - Retrieve last HTTP response headers</li>
<li><a href="function.http-response-code.php" class="index">http_response_code</a> - Get or Set the HTTP response code</li>
<li><a href="function.hypot.php" class="index">hypot</a> - Restituisce sqrt(num1*num1 + num2*num2)</li>
</ul></li>
<li class='gen-index index-for-i'>i<ul id='refentry-index-for-i'>
<li><a href="function.ibase-add-user.php" class="index">ibase_add_user</a> - Add a user to a security database</li>
<li><a href="function.ibase-affected-rows.php" class="index">ibase_affected_rows</a> - Return the number of rows that were affected by the previous query</li>
<li><a href="function.ibase-backup.php" class="index">ibase_backup</a> - Initiates a backup task in the service manager and returns immediately</li>
<li><a href="function.ibase-blob-add.php" class="index">ibase_blob_add</a> - Add data into a newly created blob</li>
<li><a href="function.ibase-blob-cancel.php" class="index">ibase_blob_cancel</a> - Cancel creating blob</li>
<li><a href="function.ibase-blob-close.php" class="index">ibase_blob_close</a> - Close blob</li>
<li><a href="function.ibase-blob-create.php" class="index">ibase_blob_create</a> - Create a new blob for adding data</li>
<li><a href="function.ibase-blob-echo.php" class="index">ibase_blob_echo</a> - Output blob contents to browser</li>
<li><a href="function.ibase-blob-get.php" class="index">ibase_blob_get</a> - Get len bytes data from open blob</li>
<li><a href="function.ibase-blob-import.php" class="index">ibase_blob_import</a> - Create blob, copy file in it, and close it</li>
<li><a href="function.ibase-blob-info.php" class="index">ibase_blob_info</a> - Return blob length and other useful info</li>
<li><a href="function.ibase-blob-open.php" class="index">ibase_blob_open</a> - Open blob for retrieving data parts</li>
<li><a href="function.ibase-close.php" class="index">ibase_close</a> - Close a connection to an InterBase database</li>
<li><a href="function.ibase-commit.php" class="index">ibase_commit</a> - Commit a transaction</li>
<li><a href="function.ibase-commit-ret.php" class="index">ibase_commit_ret</a> - Commit a transaction without closing it</li>
<li><a href="function.ibase-connect.php" class="index">ibase_connect</a> - Open a connection to a database</li>
<li><a href="function.ibase-db-info.php" class="index">ibase_db_info</a> - Request statistics about a database</li>
<li><a href="function.ibase-delete-user.php" class="index">ibase_delete_user</a> - Delete a user from a security database</li>
<li><a href="function.ibase-drop-db.php" class="index">ibase_drop_db</a> - Drops a database</li>
<li><a href="function.ibase-errcode.php" class="index">ibase_errcode</a> - Return an error code</li>
<li><a href="function.ibase-errmsg.php" class="index">ibase_errmsg</a> - Return error messages</li>
<li><a href="function.ibase-execute.php" class="index">ibase_execute</a> - Execute a previously prepared query</li>
<li><a href="function.ibase-fetch-assoc.php" class="index">ibase_fetch_assoc</a> - Fetch a result row from a query as an associative array</li>
<li><a href="function.ibase-fetch-object.php" class="index">ibase_fetch_object</a> - Get an object from a InterBase database</li>
<li><a href="function.ibase-fetch-row.php" class="index">ibase_fetch_row</a> - Fetch a row from an InterBase database</li>
<li><a href="function.ibase-field-info.php" class="index">ibase_field_info</a> - Get information about a field</li>
<li><a href="function.ibase-free-event-handler.php" class="index">ibase_free_event_handler</a> - Cancels a registered event handler</li>
<li><a href="function.ibase-free-query.php" class="index">ibase_free_query</a> - Free memory allocated by a prepared query</li>
<li><a href="function.ibase-free-result.php" class="index">ibase_free_result</a> - Free a result set</li>
<li><a href="function.ibase-gen-id.php" class="index">ibase_gen_id</a> - Increments the named generator and returns its new value</li>
<li><a href="function.ibase-maintain-db.php" class="index">ibase_maintain_db</a> - Execute a maintenance command on the database server</li>
<li><a href="function.ibase-modify-user.php" class="index">ibase_modify_user</a> - Modify a user to a security database</li>
<li><a href="function.ibase-name-result.php" class="index">ibase_name_result</a> - Assigns a name to a result set</li>
<li><a href="function.ibase-num-fields.php" class="index">ibase_num_fields</a> - Get the number of fields in a result set</li>
<li><a href="function.ibase-num-params.php" class="index">ibase_num_params</a> - Return the number of parameters in a prepared query</li>
<li><a href="function.ibase-param-info.php" class="index">ibase_param_info</a> - Return information about a parameter in a prepared query</li>
<li><a href="function.ibase-pconnect.php" class="index">ibase_pconnect</a> - Open a persistent connection to an InterBase database</li>
<li><a href="function.ibase-prepare.php" class="index">ibase_prepare</a> - Prepare a query for later binding of parameter placeholders and execution</li>
<li><a href="function.ibase-query.php" class="index">ibase_query</a> - Execute a query on an InterBase database</li>
<li><a href="function.ibase-restore.php" class="index">ibase_restore</a> - Initiates a restore task in the service manager and returns immediately</li>
<li><a href="function.ibase-rollback.php" class="index">ibase_rollback</a> - Roll back a transaction</li>
<li><a href="function.ibase-rollback-ret.php" class="index">ibase_rollback_ret</a> - Roll back a transaction without closing it</li>
<li><a href="function.ibase-server-info.php" class="index">ibase_server_info</a> - Request information about a database server</li>
<li><a href="function.ibase-service-attach.php" class="index">ibase_service_attach</a> - Connect to the service manager</li>
<li><a href="function.ibase-service-detach.php" class="index">ibase_service_detach</a> - Disconnect from the service manager</li>
<li><a href="function.ibase-set-event-handler.php" class="index">ibase_set_event_handler</a> - Register a callback function to be called when events are posted</li>
<li><a href="function.ibase-trans.php" class="index">ibase_trans</a> - Begin a transaction</li>
<li><a href="function.ibase-wait-event.php" class="index">ibase_wait_event</a> - Wait for an event to be posted by the database</li>
<li><a href="function.iconv.php" class="index">iconv</a> - Converte una stringa nella codifica di caratteri richiesta</li>
<li><a href="function.iconv-get-encoding.php" class="index">iconv_get_encoding</a> - Recupera variabili di configurazione interna dell'estensione iconv</li>
<li><a href="function.iconv-mime-decode.php" class="index">iconv_mime_decode</a> - Decodes a MIME header field</li>
<li><a href="function.iconv-mime-decode-headers.php" class="index">iconv_mime_decode_headers</a> - Decodes multiple MIME header fields at once</li>
<li><a href="function.iconv-mime-encode.php" class="index">iconv_mime_encode</a> - Composes a MIME header field</li>
<li><a href="function.iconv-set-encoding.php" class="index">iconv_set_encoding</a> - Setta l'attuale impostazione per la conversione della codifica dei caratteri</li>
<li><a href="function.iconv-strlen.php" class="index">iconv_strlen</a> - Returns the character count of string</li>
<li><a href="function.iconv-strpos.php" class="index">iconv_strpos</a> - Finds position of first occurrence of a needle within a haystack</li>
<li><a href="function.iconv-strrpos.php" class="index">iconv_strrpos</a> - Finds the last occurrence of a needle within a haystack</li>
<li><a href="function.iconv-substr.php" class="index">iconv_substr</a> - Cut out part of a string</li>
<li><a href="function.idate.php" class="index">idate</a> - Format a local time/date part as integer</li>
<li><a href="function.idn-to-ascii.php" class="index">idn_to_ascii</a> - Convert domain name to IDNA ASCII form</li>
<li><a href="function.idn-to-utf8.php" class="index">idn_to_utf8</a> - Convert domain name from IDNA ASCII to Unicode</li>
<li><a href="function.igbinary-serialize.php" class="index">igbinary_serialize</a> - Generates a compact, storable binary representation of a value</li>
<li><a href="function.igbinary-unserialize.php" class="index">igbinary_unserialize</a> - Creates a PHP value from a stored representation from igbinary_serialize</li>
<li><a href="function.ignore-user-abort.php" class="index">ignore_user_abort</a> - Set whether a client disconnect should abort script execution</li>
<li><a href="function.image2wbmp.php" class="index">image2wbmp</a> - Invia l'immagine al browser o in un file</li>
<li><a href="function.imageaffine.php" class="index">imageaffine</a> - Return an image containing the affine transformed src image, using an optional clipping area</li>
<li><a href="function.imageaffinematrixconcat.php" class="index">imageaffinematrixconcat</a> - Concatenate two affine transformation matrices</li>
<li><a href="function.imageaffinematrixget.php" class="index">imageaffinematrixget</a> - Get an affine transformation matrix</li>
<li><a href="function.imagealphablending.php" class="index">imagealphablending</a> - Set the blending mode for an image</li>
<li><a href="function.imageantialias.php" class="index">imageantialias</a> - Should antialias functions be used or not</li>
<li><a href="function.imagearc.php" class="index">imagearc</a> - Draws an arc</li>
<li><a href="function.imageavif.php" class="index">imageavif</a> - Invia l'immagine al browser o in un file</li>
<li><a href="function.imagebmp.php" class="index">imagebmp</a> - Output a BMP image to browser or file</li>
<li><a href="function.imagechar.php" class="index">imagechar</a> - Draw a character horizontally</li>
<li><a href="function.imagecharup.php" class="index">imagecharup</a> - Draw a character vertically</li>
<li><a href="function.imagecolorallocate.php" class="index">imagecolorallocate</a> - Allocate a color for an image</li>
<li><a href="function.imagecolorallocatealpha.php" class="index">imagecolorallocatealpha</a> - Allocate a color for an image</li>
<li><a href="function.imagecolorat.php" class="index">imagecolorat</a> - Get the index of the color of a pixel</li>
<li><a href="function.imagecolorclosest.php" class="index">imagecolorclosest</a> - Get the index of the closest color to the specified color</li>
<li><a href="function.imagecolorclosestalpha.php" class="index">imagecolorclosestalpha</a> - Get the index of the closest color to the specified color + alpha</li>
<li><a href="function.imagecolorclosesthwb.php" class="index">imagecolorclosesthwb</a> - Get the index of the color which has the hue, white and blackness</li>
<li><a href="function.imagecolordeallocate.php" class="index">imagecolordeallocate</a> - De-allocate a color for an image</li>
<li><a href="function.imagecolorexact.php" class="index">imagecolorexact</a> - Get the index of the specified color</li>
<li><a href="function.imagecolorexactalpha.php" class="index">imagecolorexactalpha</a> - Get the index of the specified color + alpha</li>
<li><a href="function.imagecolormatch.php" class="index">imagecolormatch</a> - Makes the colors of the palette version of an image more closely match the true color version</li>
<li><a href="function.imagecolorresolve.php" class="index">imagecolorresolve</a> - Get the index of the specified color or its closest possible alternative</li>
<li><a href="function.imagecolorresolvealpha.php" class="index">imagecolorresolvealpha</a> - Get the index of the specified color + alpha or its closest possible alternative</li>
<li><a href="function.imagecolorset.php" class="index">imagecolorset</a> - Set the color for the specified palette index</li>
<li><a href="function.imagecolorsforindex.php" class="index">imagecolorsforindex</a> - Get the colors for an index</li>
<li><a href="function.imagecolorstotal.php" class="index">imagecolorstotal</a> - Find out the number of colors in an image's palette</li>
<li><a href="function.imagecolortransparent.php" class="index">imagecolortransparent</a> - Define a color as transparent</li>
<li><a href="function.imageconvolution.php" class="index">imageconvolution</a> - Apply a 3x3 convolution matrix, using coefficient and offset</li>
<li><a href="function.imagecopy.php" class="index">imagecopy</a> - Copy part of an image</li>
<li><a href="function.imagecopymerge.php" class="index">imagecopymerge</a> - Copy and merge part of an image</li>
<li><a href="function.imagecopymergegray.php" class="index">imagecopymergegray</a> - Copy and merge part of an image with gray scale</li>
<li><a href="function.imagecopyresampled.php" class="index">imagecopyresampled</a> - Copy and resize part of an image with resampling</li>
<li><a href="function.imagecopyresized.php" class="index">imagecopyresized</a> - Copy and resize part of an image</li>
<li><a href="function.imagecreate.php" class="index">imagecreate</a> - Create a new palette based image</li>
<li><a href="function.imagecreatefromavif.php" class="index">imagecreatefromavif</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefrombmp.php" class="index">imagecreatefrombmp</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromgd.php" class="index">imagecreatefromgd</a> - Create a new image from GD file or URL</li>
<li><a href="function.imagecreatefromgd2.php" class="index">imagecreatefromgd2</a> - Create a new image from GD2 file or URL</li>
<li><a href="function.imagecreatefromgd2part.php" class="index">imagecreatefromgd2part</a> - Create a new image from a given part of GD2 file or URL</li>
<li><a href="function.imagecreatefromgif.php" class="index">imagecreatefromgif</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromjpeg.php" class="index">imagecreatefromjpeg</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefrompng.php" class="index">imagecreatefrompng</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromstring.php" class="index">imagecreatefromstring</a> - Create a new image from the image stream in the string</li>
<li><a href="function.imagecreatefromtga.php" class="index">imagecreatefromtga</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromwbmp.php" class="index">imagecreatefromwbmp</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromwebp.php" class="index">imagecreatefromwebp</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromxbm.php" class="index">imagecreatefromxbm</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatefromxpm.php" class="index">imagecreatefromxpm</a> - Crea una nuova immagine da un file o una URL</li>
<li><a href="function.imagecreatetruecolor.php" class="index">imagecreatetruecolor</a> - Create a new true color image</li>
<li><a href="function.imagecrop.php" class="index">imagecrop</a> - Crop an image to the given rectangle</li>
<li><a href="function.imagecropauto.php" class="index">imagecropauto</a> - Crop an image automatically using one of the available modes</li>
<li><a href="function.imagedashedline.php" class="index">imagedashedline</a> - Draw a dashed line</li>
<li><a href="function.imagedestroy.php" class="index">imagedestroy</a> - Destroy an image</li>
<li><a href="function.imageellipse.php" class="index">imageellipse</a> - Draw an ellipse</li>
<li><a href="function.imagefill.php" class="index">imagefill</a> - Flood fill</li>
<li><a href="function.imagefilledarc.php" class="index">imagefilledarc</a> - Draw a partial arc and fill it</li>
<li><a href="function.imagefilledellipse.php" class="index">imagefilledellipse</a> - Draw a filled ellipse</li>
<li><a href="function.imagefilledpolygon.php" class="index">imagefilledpolygon</a> - Draw a filled polygon</li>
<li><a href="function.imagefilledrectangle.php" class="index">imagefilledrectangle</a> - Draw a filled rectangle</li>
<li><a href="function.imagefilltoborder.php" class="index">imagefilltoborder</a> - Flood fill to specific color</li>
<li><a href="function.imagefilter.php" class="index">imagefilter</a> - Applies a filter to an image</li>
<li><a href="function.imageflip.php" class="index">imageflip</a> - Flips an image using a given mode</li>
<li><a href="function.imagefontheight.php" class="index">imagefontheight</a> - Get font height</li>
<li><a href="function.imagefontwidth.php" class="index">imagefontwidth</a> - Get font width</li>
<li><a href="function.imageftbbox.php" class="index">imageftbbox</a> - Give the bounding box of a text using fonts via freetype2</li>
<li><a href="function.imagefttext.php" class="index">imagefttext</a> - Write text to the image using fonts using FreeType 2</li>
<li><a href="function.imagegammacorrect.php" class="index">imagegammacorrect</a> - Apply a gamma correction to a GD image</li>
<li><a href="function.imagegd.php" class="index">imagegd</a> - Output GD image to browser or file</li>
<li><a href="function.imagegd2.php" class="index">imagegd2</a> - Output GD2 image to browser or file</li>
<li><a href="function.imagegetclip.php" class="index">imagegetclip</a> - Get the clipping rectangle</li>
<li><a href="function.imagegetinterpolation.php" class="index">imagegetinterpolation</a> - Get the interpolation method</li>
<li><a href="function.imagegif.php" class="index">imagegif</a> - Invia l'immagine al browser o in un file</li>
<li><a href="function.imagegrabscreen.php" class="index">imagegrabscreen</a> - Captures the whole screen</li>
<li><a href="function.imagegrabwindow.php" class="index">imagegrabwindow</a> - Captures a window</li>
<li><a href="function.imageinterlace.php" class="index">imageinterlace</a> - Enable or disable interlace</li>
<li><a href="function.imageistruecolor.php" class="index">imageistruecolor</a> - Finds whether an image is a truecolor image</li>
<li><a href="function.imagejpeg.php" class="index">imagejpeg</a> - Invia l'immagine al browser o in un file</li>
<li><a href="function.imagelayereffect.php" class="index">imagelayereffect</a> - Set the alpha blending flag to use layering effects</li>
<li><a href="function.imageline.php" class="index">imageline</a> - Draw a line</li>
<li><a href="function.imageloadfont.php" class="index">imageloadfont</a> - Load a new font</li>
<li><a href="function.imageopenpolygon.php" class="index">imageopenpolygon</a> - Draws an open polygon</li>
<li><a href="function.imagepalettecopy.php" class="index">imagepalettecopy</a> - Copy the palette from one image to another</li>
<li><a href="function.imagepalettetotruecolor.php" class="index">imagepalettetotruecolor</a> - Converts a palette based image to true color</li>
<li><a href="function.imagepng.php" class="index">imagepng</a> - Output a PNG image to either the browser or a file</li>
<li><a href="function.imagepolygon.php" class="index">imagepolygon</a> - Draws a polygon</li>
<li><a href="function.imagerectangle.php" class="index">imagerectangle</a> - Draw a rectangle</li>
<li><a href="function.imageresolution.php" class="index">imageresolution</a> - Get or set the resolution of the image</li>
<li><a href="function.imagerotate.php" class="index">imagerotate</a> - Rotate an image with a given angle</li>
<li><a href="function.imagesavealpha.php" class="index">imagesavealpha</a> - Whether to retain full alpha channel information when saving images</li>
<li><a href="function.imagescale.php" class="index">imagescale</a> - Scale an image using the given new width and height</li>
<li><a href="function.imagesetbrush.php" class="index">imagesetbrush</a> - Set the brush image for line drawing</li>
<li><a href="function.imagesetclip.php" class="index">imagesetclip</a> - Set the clipping rectangle</li>
<li><a href="function.imagesetinterpolation.php" class="index">imagesetinterpolation</a> - Set the interpolation method</li>
<li><a href="function.imagesetpixel.php" class="index">imagesetpixel</a> - Set a single pixel</li>
<li><a href="function.imagesetstyle.php" class="index">imagesetstyle</a> - Set the style for line drawing</li>
<li><a href="function.imagesetthickness.php" class="index">imagesetthickness</a> - Set the thickness for line drawing</li>
<li><a href="function.imagesettile.php" class="index">imagesettile</a> - Set the tile image for filling</li>
<li><a href="function.imagestring.php" class="index">imagestring</a> - Draw a string horizontally</li>
<li><a href="function.imagestringup.php" class="index">imagestringup</a> - Draw a string vertically</li>
<li><a href="function.imagesx.php" class="index">imagesx</a> - Get image width</li>
<li><a href="function.imagesy.php" class="index">imagesy</a> - Get image height</li>
<li><a href="function.imagetruecolortopalette.php" class="index">imagetruecolortopalette</a> - Convert a true color image to a palette image</li>
<li><a href="function.imagettfbbox.php" class="index">imagettfbbox</a> - Give the bounding box of a text using TrueType fonts</li>
<li><a href="function.imagettftext.php" class="index">imagettftext</a> - Write text to the image using TrueType fonts</li>
<li><a href="function.imagetypes.php" class="index">imagetypes</a> - Return the image types supported by this PHP build</li>
<li><a href="function.imagewbmp.php" class="index">imagewbmp</a> - Invia l'immagine al browser o in un file</li>
<li><a href="function.imagewebp.php" class="index">imagewebp</a> - Output a WebP image to browser or file</li>
<li><a href="function.imagexbm.php" class="index">imagexbm</a> - Output an XBM image to browser or file</li>
<li><a href="function.image-type-to-extension.php" class="index">image_type_to_extension</a> - Get file extension for image type</li>
<li><a href="function.image-type-to-mime-type.php" class="index">image_type_to_mime_type</a> - Get Mime-Type for image-type returned by getimagesize,
   exif_read_data, exif_thumbnail, exif_imagetype</li>
<li><a href="imagick.adaptiveblurimage.php" class="index">Imagick::adaptiveBlurImage</a> - Adds adaptive blur filter to image</li>
<li><a href="imagick.adaptiveresizeimage.php" class="index">Imagick::adaptiveResizeImage</a> - Adaptively resize image with data dependent triangulation</li>
<li><a href="imagick.adaptivesharpenimage.php" class="index">Imagick::adaptiveSharpenImage</a> - Adaptively sharpen the image</li>
<li><a href="imagick.adaptivethresholdimage.php" class="index">Imagick::adaptiveThresholdImage</a> - Selects a threshold for each pixel based on a range of intensity</li>
<li><a href="imagick.addimage.php" class="index">Imagick::addImage</a> - Adds new image to Imagick object image list</li>
<li><a href="imagick.addnoiseimage.php" class="index">Imagick::addNoiseImage</a> - Adds random noise to the image</li>
<li><a href="imagick.affinetransformimage.php" class="index">Imagick::affineTransformImage</a> - Transforms an image</li>
<li><a href="imagick.animateimages.php" class="index">Imagick::animateImages</a> - Animates an image or images</li>
<li><a href="imagick.annotateimage.php" class="index">Imagick::annotateImage</a> - Annotates an image with text</li>
<li><a href="imagick.appendimages.php" class="index">Imagick::appendImages</a> - Append a set of images</li>
<li><a href="imagick.autolevelimage.php" class="index">Imagick::autoLevelImage</a> - Adjusts the levels of a particular image channel</li>
<li><a href="imagick.averageimages.php" class="index">Imagick::averageImages</a> - Average a set of images</li>
<li><a href="imagick.blackthresholdimage.php" class="index">Imagick::blackThresholdImage</a> - Forces all pixels below the threshold into black</li>
<li><a href="imagick.blueshiftimage.php" class="index">Imagick::blueShiftImage</a> - Mutes the colors of the image</li>
<li><a href="imagick.blurimage.php" class="index">Imagick::blurImage</a> - Adds blur filter to image</li>
<li><a href="imagick.borderimage.php" class="index">Imagick::borderImage</a> - Surrounds the image with a border</li>
<li><a href="imagick.brightnesscontrastimage.php" class="index">Imagick::brightnessContrastImage</a> - Change the brightness and/or contrast of an image</li>
<li><a href="imagick.charcoalimage.php" class="index">Imagick::charcoalImage</a> - Simulates a charcoal drawing</li>
<li><a href="imagick.chopimage.php" class="index">Imagick::chopImage</a> - Removes a region of an image and trims</li>
<li><a href="imagick.clampimage.php" class="index">Imagick::clampImage</a> - Restricts the color range from 0 to the quantum depth.</li>
<li><a href="imagick.clear.php" class="index">Imagick::clear</a> - Clears all resources associated to Imagick object</li>
<li><a href="imagick.clipimage.php" class="index">Imagick::clipImage</a> - Clips along the first path from the 8BIM profile</li>
<li><a href="imagick.clipimagepath.php" class="index">Imagick::clipImagePath</a> - Clips along the named paths from the 8BIM profile, if present</li>
<li><a href="imagick.clippathimage.php" class="index">Imagick::clipPathImage</a> - Clips along the named paths from the 8BIM profile</li>
<li><a href="imagick.clone.php" class="index">Imagick::clone</a> - Makes an exact copy of the Imagick object</li>
<li><a href="imagick.clutimage.php" class="index">Imagick::clutImage</a> - Replaces colors in the image</li>
<li><a href="imagick.coalesceimages.php" class="index">Imagick::coalesceImages</a> - Composites a set of images</li>
<li><a href="imagick.colorfloodfillimage.php" class="index">Imagick::colorFloodfillImage</a> - Changes the color value of any pixel that matches target</li>
<li><a href="imagick.colorizeimage.php" class="index">Imagick::colorizeImage</a> - Blends the fill color with the image</li>
<li><a href="imagick.colormatriximage.php" class="index">Imagick::colorMatrixImage</a> - Apply color transformation to an image</li>
<li><a href="imagick.combineimages.php" class="index">Imagick::combineImages</a> - Combines one or more images into a single image</li>
<li><a href="imagick.commentimage.php" class="index">Imagick::commentImage</a> - Adds a comment to your image</li>
<li><a href="imagick.compareimagechannels.php" class="index">Imagick::compareImageChannels</a> - Returns the difference in one or more images</li>
<li><a href="imagick.compareimagelayers.php" class="index">Imagick::compareImageLayers</a> - Returns the maximum bounding region between images</li>
<li><a href="imagick.compareimages.php" class="index">Imagick::compareImages</a> - Compares an image to a reconstructed image</li>
<li><a href="imagick.compositeimage.php" class="index">Imagick::compositeImage</a> - Composite one image onto another</li>
<li><a href="imagick.contrastimage.php" class="index">Imagick::contrastImage</a> - Change the contrast of the image</li>
<li><a href="imagick.contraststretchimage.php" class="index">Imagick::contrastStretchImage</a> - Enhances the contrast of a color image</li>
<li><a href="imagick.convolveimage.php" class="index">Imagick::convolveImage</a> - Applies a custom convolution kernel to the image</li>
<li><a href="imagick.count.php" class="index">Imagick::count</a> - Get the number of images</li>
<li><a href="imagick.cropimage.php" class="index">Imagick::cropImage</a> - Extracts a region of the image</li>
<li><a href="imagick.cropthumbnailimage.php" class="index">Imagick::cropThumbnailImage</a> - Creates a crop thumbnail</li>
<li><a href="imagick.current.php" class="index">Imagick::current</a> - Returns a reference to the current Imagick object</li>
<li><a href="imagick.cyclecolormapimage.php" class="index">Imagick::cycleColormapImage</a> - Displaces an image's colormap</li>
<li><a href="imagick.decipherimage.php" class="index">Imagick::decipherImage</a> - Deciphers an image</li>
<li><a href="imagick.deconstructimages.php" class="index">Imagick::deconstructImages</a> - Returns certain pixel differences between images</li>
<li><a href="imagick.deleteimageartifact.php" class="index">Imagick::deleteImageArtifact</a> - Delete image artifact</li>
<li><a href="imagick.deleteimageproperty.php" class="index">Imagick::deleteImageProperty</a> - Deletes an image property</li>
<li><a href="imagick.deskewimage.php" class="index">Imagick::deskewImage</a> - Removes skew from the image</li>
<li><a href="imagick.despeckleimage.php" class="index">Imagick::despeckleImage</a> - Reduces the speckle noise in an image</li>
<li><a href="imagick.destroy.php" class="index">Imagick::destroy</a> - Destroys the Imagick object</li>
<li><a href="imagick.displayimage.php" class="index">Imagick::displayImage</a> - Displays an image</li>
<li><a href="imagick.displayimages.php" class="index">Imagick::displayImages</a> - Displays an image or image sequence</li>
<li><a href="imagick.distortimage.php" class="index">Imagick::distortImage</a> - Distorts an image using various distortion methods</li>
<li><a href="imagick.drawimage.php" class="index">Imagick::drawImage</a> - Renders the ImagickDraw object on the current image</li>
<li><a href="imagick.edgeimage.php" class="index">Imagick::edgeImage</a> - Enhance edges within the image</li>
<li><a href="imagick.embossimage.php" class="index">Imagick::embossImage</a> - Returns a grayscale image with a three-dimensional effect</li>
<li><a href="imagick.encipherimage.php" class="index">Imagick::encipherImage</a> - Enciphers an image</li>
<li><a href="imagick.enhanceimage.php" class="index">Imagick::enhanceImage</a> - Improves the quality of a noisy image</li>
<li><a href="imagick.equalizeimage.php" class="index">Imagick::equalizeImage</a> - Equalizes the image histogram</li>
<li><a href="imagick.evaluateimage.php" class="index">Imagick::evaluateImage</a> - Applies an expression to an image</li>
<li><a href="imagick.exportimagepixels.php" class="index">Imagick::exportImagePixels</a> - Exports raw image pixels</li>
<li><a href="imagick.extentimage.php" class="index">Imagick::extentImage</a> - Set image size</li>
<li><a href="imagick.filter.php" class="index">Imagick::filter</a> - Applies a custom convolution kernel to the image</li>
<li><a href="imagick.flattenimages.php" class="index">Imagick::flattenImages</a> - Merges a sequence of images</li>
<li><a href="imagick.flipimage.php" class="index">Imagick::flipImage</a> - Creates a vertical mirror image</li>
<li><a href="imagick.floodfillpaintimage.php" class="index">Imagick::floodFillPaintImage</a> - Changes the color value of any pixel that matches target</li>
<li><a href="imagick.flopimage.php" class="index">Imagick::flopImage</a> - Creates a horizontal mirror image</li>
<li><a href="imagick.forwardfouriertransformimage.php" class="index">Imagick::forwardFourierTransformImage</a> - Implements the discrete Fourier transform (DFT)</li>
<li><a href="imagick.frameimage.php" class="index">Imagick::frameImage</a> - Adds a simulated three-dimensional border</li>
<li><a href="imagick.functionimage.php" class="index">Imagick::functionImage</a> - Applies a function on the image</li>
<li><a href="imagick.fximage.php" class="index">Imagick::fxImage</a> - Evaluate expression for each pixel in the image</li>
<li><a href="imagick.gammaimage.php" class="index">Imagick::gammaImage</a> - Gamma-corrects an image</li>
<li><a href="imagick.gaussianblurimage.php" class="index">Imagick::gaussianBlurImage</a> - Blurs an image</li>
<li><a href="imagick.getcolorspace.php" class="index">Imagick::getColorspace</a> - Gets the colorspace</li>
<li><a href="imagick.getcompression.php" class="index">Imagick::getCompression</a> - Gets the object compression type</li>
<li><a href="imagick.getcompressionquality.php" class="index">Imagick::getCompressionQuality</a> - Gets the object compression quality</li>
<li><a href="imagick.getcopyright.php" class="index">Imagick::getCopyright</a> - Returns the ImageMagick API copyright as a string</li>
<li><a href="imagick.getfilename.php" class="index">Imagick::getFilename</a> - The filename associated with an image sequence</li>
<li><a href="imagick.getfont.php" class="index">Imagick::getFont</a> - Gets font</li>
<li><a href="imagick.getformat.php" class="index">Imagick::getFormat</a> - Returns the format of the Imagick object</li>
<li><a href="imagick.getgravity.php" class="index">Imagick::getGravity</a> - Gets the gravity</li>
<li><a href="imagick.gethomeurl.php" class="index">Imagick::getHomeURL</a> - Returns the ImageMagick home URL</li>
<li><a href="imagick.getimage.php" class="index">Imagick::getImage</a> - Returns a new Imagick object</li>
<li><a href="imagick.getimagealphachannel.php" class="index">Imagick::getImageAlphaChannel</a> - Checks if the image has an alpha channel</li>
<li><a href="imagick.getimageartifact.php" class="index">Imagick::getImageArtifact</a> - Get image artifact</li>
<li><a href="imagick.getimageattribute.php" class="index">Imagick::getImageAttribute</a> - Returns a named attribute</li>
<li><a href="imagick.getimagebackgroundcolor.php" class="index">Imagick::getImageBackgroundColor</a> - Returns the image background color</li>
<li><a href="imagick.getimageblob.php" class="index">Imagick::getImageBlob</a> - Returns the image sequence as a blob</li>
<li><a href="imagick.getimageblueprimary.php" class="index">Imagick::getImageBluePrimary</a> - Returns the chromaticy blue primary point</li>
<li><a href="imagick.getimagebordercolor.php" class="index">Imagick::getImageBorderColor</a> - Returns the image border color</li>
<li><a href="imagick.getimagechanneldepth.php" class="index">Imagick::getImageChannelDepth</a> - Gets the depth for a particular image channel</li>
<li><a href="imagick.getimagechanneldistortion.php" class="index">Imagick::getImageChannelDistortion</a> - Compares image channels of an image to a reconstructed image</li>
<li><a href="imagick.getimagechanneldistortions.php" class="index">Imagick::getImageChannelDistortions</a> - Gets channel distortions</li>
<li><a href="imagick.getimagechannelextrema.php" class="index">Imagick::getImageChannelExtrema</a> - Gets the extrema for one or more image channels</li>
<li><a href="imagick.getimagechannelkurtosis.php" class="index">Imagick::getImageChannelKurtosis</a> - The getImageChannelKurtosis purpose</li>
<li><a href="imagick.getimagechannelmean.php" class="index">Imagick::getImageChannelMean</a> - Gets the mean and standard deviation</li>
<li><a href="imagick.getimagechannelrange.php" class="index">Imagick::getImageChannelRange</a> - Gets channel range</li>
<li><a href="imagick.getimagechannelstatistics.php" class="index">Imagick::getImageChannelStatistics</a> - Returns statistics for each channel in the image</li>
<li><a href="imagick.getimageclipmask.php" class="index">Imagick::getImageClipMask</a> - Gets image clip mask</li>
<li><a href="imagick.getimagecolormapcolor.php" class="index">Imagick::getImageColormapColor</a> - Returns the color of the specified colormap index</li>
<li><a href="imagick.getimagecolors.php" class="index">Imagick::getImageColors</a> - Gets the number of unique colors in the image</li>
<li><a href="imagick.getimagecolorspace.php" class="index">Imagick::getImageColorspace</a> - Gets the image colorspace</li>
<li><a href="imagick.getimagecompose.php" class="index">Imagick::getImageCompose</a> - Returns the composite operator associated with the image</li>
<li><a href="imagick.getimagecompression.php" class="index">Imagick::getImageCompression</a> - Gets the current image's compression type</li>
<li><a href="imagick.getimagecompressionquality.php" class="index">Imagick::getImageCompressionQuality</a> - Gets the current image's compression quality</li>
<li><a href="imagick.getimagedelay.php" class="index">Imagick::getImageDelay</a> - Gets the image delay</li>
<li><a href="imagick.getimagedepth.php" class="index">Imagick::getImageDepth</a> - Gets the image depth</li>
<li><a href="imagick.getimagedispose.php" class="index">Imagick::getImageDispose</a> - Gets the image disposal method</li>
<li><a href="imagick.getimagedistortion.php" class="index">Imagick::getImageDistortion</a> - Compares an image to a reconstructed image</li>
<li><a href="imagick.getimageextrema.php" class="index">Imagick::getImageExtrema</a> - Gets the extrema for the image</li>
<li><a href="imagick.getimagefilename.php" class="index">Imagick::getImageFilename</a> - Returns the filename of a particular image in a sequence</li>
<li><a href="imagick.getimageformat.php" class="index">Imagick::getImageFormat</a> - Returns the format of a particular image in a sequence</li>
<li><a href="imagick.getimagegamma.php" class="index">Imagick::getImageGamma</a> - Gets the image gamma</li>
<li><a href="imagick.getimagegeometry.php" class="index">Imagick::getImageGeometry</a> - Gets the width and height as an associative array</li>
<li><a href="imagick.getimagegravity.php" class="index">Imagick::getImageGravity</a> - Gets the image gravity</li>
<li><a href="imagick.getimagegreenprimary.php" class="index">Imagick::getImageGreenPrimary</a> - Returns the chromaticy green primary point</li>
<li><a href="imagick.getimageheight.php" class="index">Imagick::getImageHeight</a> - Returns the image height</li>
<li><a href="imagick.getimagehistogram.php" class="index">Imagick::getImageHistogram</a> - Gets the image histogram</li>
<li><a href="imagick.getimageindex.php" class="index">Imagick::getImageIndex</a> - Gets the index of the current active image</li>
<li><a href="imagick.getimageinterlacescheme.php" class="index">Imagick::getImageInterlaceScheme</a> - Gets the image interlace scheme</li>
<li><a href="imagick.getimageinterpolatemethod.php" class="index">Imagick::getImageInterpolateMethod</a> - Returns the interpolation method</li>
<li><a href="imagick.getimageiterations.php" class="index">Imagick::getImageIterations</a> - Gets the image iterations</li>
<li><a href="imagick.getimagelength.php" class="index">Imagick::getImageLength</a> - Returns the image length in bytes</li>
<li><a href="imagick.getimagematte.php" class="index">Imagick::getImageMatte</a> - Return if the image has a matte channel</li>
<li><a href="imagick.getimagemattecolor.php" class="index">Imagick::getImageMatteColor</a> - Returns the image matte color</li>
<li><a href="imagick.getimagemimetype.php" class="index">Imagick::getImageMimeType</a> - Returns the image mime-type</li>
<li><a href="imagick.getimageorientation.php" class="index">Imagick::getImageOrientation</a> - Gets the image orientation</li>
<li><a href="imagick.getimagepage.php" class="index">Imagick::getImagePage</a> - Returns the page geometry</li>
<li><a href="imagick.getimagepixelcolor.php" class="index">Imagick::getImagePixelColor</a> - Returns the color of the specified pixel</li>
<li><a href="imagick.getimageprofile.php" class="index">Imagick::getImageProfile</a> - Returns the named image profile</li>
<li><a href="imagick.getimageprofiles.php" class="index">Imagick::getImageProfiles</a> - Returns the image profiles</li>
<li><a href="imagick.getimageproperties.php" class="index">Imagick::getImageProperties</a> - Returns the image properties</li>
<li><a href="imagick.getimageproperty.php" class="index">Imagick::getImageProperty</a> - Returns the named image property</li>
<li><a href="imagick.getimageredprimary.php" class="index">Imagick::getImageRedPrimary</a> - Returns the chromaticity red primary point</li>
<li><a href="imagick.getimageregion.php" class="index">Imagick::getImageRegion</a> - Extracts a region of the image</li>
<li><a href="imagick.getimagerenderingintent.php" class="index">Imagick::getImageRenderingIntent</a> - Gets the image rendering intent</li>
<li><a href="imagick.getimageresolution.php" class="index">Imagick::getImageResolution</a> - Gets the image X and Y resolution</li>
<li><a href="imagick.getimagesblob.php" class="index">Imagick::getImagesBlob</a> - Returns all image sequences as a blob</li>
<li><a href="imagick.getimagescene.php" class="index">Imagick::getImageScene</a> - Gets the image scene</li>
<li><a href="imagick.getimagesignature.php" class="index">Imagick::getImageSignature</a> - Generates an SHA-256 message digest</li>
<li><a href="imagick.getimagesize.php" class="index">Imagick::getImageSize</a> - Returns the image length in bytes</li>
<li><a href="imagick.getimagetickspersecond.php" class="index">Imagick::getImageTicksPerSecond</a> - Gets the image ticks-per-second</li>
<li><a href="imagick.getimagetotalinkdensity.php" class="index">Imagick::getImageTotalInkDensity</a> - Gets the image total ink density</li>
<li><a href="imagick.getimagetype.php" class="index">Imagick::getImageType</a> - Gets the potential image type</li>
<li><a href="imagick.getimageunits.php" class="index">Imagick::getImageUnits</a> - Gets the image units of resolution</li>
<li><a href="imagick.getimagevirtualpixelmethod.php" class="index">Imagick::getImageVirtualPixelMethod</a> - Returns the virtual pixel method</li>
<li><a href="imagick.getimagewhitepoint.php" class="index">Imagick::getImageWhitePoint</a> - Returns the chromaticity white point</li>
<li><a href="imagick.getimagewidth.php" class="index">Imagick::getImageWidth</a> - Returns the image width</li>
<li><a href="imagick.getinterlacescheme.php" class="index">Imagick::getInterlaceScheme</a> - Gets the object interlace scheme</li>
<li><a href="imagick.getiteratorindex.php" class="index">Imagick::getIteratorIndex</a> - Gets the index of the current active image</li>
<li><a href="imagick.getnumberimages.php" class="index">Imagick::getNumberImages</a> - Returns the number of images in the object</li>
<li><a href="imagick.getoption.php" class="index">Imagick::getOption</a> - Returns a value associated with the specified key</li>
<li><a href="imagick.getpackagename.php" class="index">Imagick::getPackageName</a> - Returns the ImageMagick package name</li>
<li><a href="imagick.getpage.php" class="index">Imagick::getPage</a> - Returns the page geometry</li>
<li><a href="imagick.getpixeliterator.php" class="index">Imagick::getPixelIterator</a> - Returns a MagickPixelIterator</li>
<li><a href="imagick.getpixelregioniterator.php" class="index">Imagick::getPixelRegionIterator</a> - Get an ImagickPixelIterator for an image section</li>
<li><a href="imagick.getpointsize.php" class="index">Imagick::getPointSize</a> - Gets point size</li>
<li><a href="imagick.getquantum.php" class="index">Imagick::getQuantum</a> - Returns the ImageMagick quantum range</li>
<li><a href="imagick.getquantumdepth.php" class="index">Imagick::getQuantumDepth</a> - Gets the quantum depth</li>
<li><a href="imagick.getquantumrange.php" class="index">Imagick::getQuantumRange</a> - Returns the Imagick quantum range</li>
<li><a href="imagick.getregistry.php" class="index">Imagick::getRegistry</a> - Get a StringRegistry entry</li>
<li><a href="imagick.getreleasedate.php" class="index">Imagick::getReleaseDate</a> - Returns the ImageMagick release date</li>
<li><a href="imagick.getresource.php" class="index">Imagick::getResource</a> - Returns the specified resource's memory usage</li>
<li><a href="imagick.getresourcelimit.php" class="index">Imagick::getResourceLimit</a> - Returns the specified resource limit</li>
<li><a href="imagick.getsamplingfactors.php" class="index">Imagick::getSamplingFactors</a> - Gets the horizontal and vertical sampling factor</li>
<li><a href="imagick.getsize.php" class="index">Imagick::getSize</a> - Returns the size associated with the Imagick object</li>
<li><a href="imagick.getsizeoffset.php" class="index">Imagick::getSizeOffset</a> - Returns the size offset</li>
<li><a href="imagick.getversion.php" class="index">Imagick::getVersion</a> - Returns the ImageMagick API version</li>
<li><a href="imagick.haldclutimage.php" class="index">Imagick::haldClutImage</a> - Replaces colors in the image</li>
<li><a href="imagick.hasnextimage.php" class="index">Imagick::hasNextImage</a> - Checks if the object has more images</li>
<li><a href="imagick.haspreviousimage.php" class="index">Imagick::hasPreviousImage</a> - Checks if the object has a previous image</li>
<li><a href="imagick.identifyformat.php" class="index">Imagick::identifyFormat</a> - Formats a string with image details</li>
<li><a href="imagick.identifyimage.php" class="index">Imagick::identifyImage</a> - Identifies an image and fetches attributes</li>
<li><a href="imagick.implodeimage.php" class="index">Imagick::implodeImage</a> - Creates a new image as a copy</li>
<li><a href="imagick.importimagepixels.php" class="index">Imagick::importImagePixels</a> - Imports image pixels</li>
<li><a href="imagick.inversefouriertransformimage.php" class="index">Imagick::inverseFourierTransformImage</a> - Implements the inverse discrete Fourier transform (DFT)</li>
<li><a href="imagick.labelimage.php" class="index">Imagick::labelImage</a> - Adds a label to an image</li>
<li><a href="imagick.levelimage.php" class="index">Imagick::levelImage</a> - Adjusts the levels of an image</li>
<li><a href="imagick.linearstretchimage.php" class="index">Imagick::linearStretchImage</a> - Stretches with saturation the image intensity</li>
<li><a href="imagick.liquidrescaleimage.php" class="index">Imagick::liquidRescaleImage</a> - Animates an image or images</li>
<li><a href="imagick.listregistry.php" class="index">Imagick::listRegistry</a> - List all the registry settings</li>
<li><a href="imagick.magnifyimage.php" class="index">Imagick::magnifyImage</a> - Scales an image proportionally 2x</li>
<li><a href="imagick.mapimage.php" class="index">Imagick::mapImage</a> - Replaces the colors of an image with the closest color from a reference image</li>
<li><a href="imagick.mattefloodfillimage.php" class="index">Imagick::matteFloodfillImage</a> - Changes the transparency value of a color</li>
<li><a href="imagick.medianfilterimage.php" class="index">Imagick::medianFilterImage</a> - Applies a digital filter</li>
<li><a href="imagick.mergeimagelayers.php" class="index">Imagick::mergeImageLayers</a> - Merges image layers</li>
<li><a href="imagick.minifyimage.php" class="index">Imagick::minifyImage</a> - Scales an image proportionally to half its size</li>
<li><a href="imagick.modulateimage.php" class="index">Imagick::modulateImage</a> - Control the brightness, saturation, and hue</li>
<li><a href="imagick.montageimage.php" class="index">Imagick::montageImage</a> - Creates a composite image</li>
<li><a href="imagick.morphimages.php" class="index">Imagick::morphImages</a> - Method morphs a set of images</li>
<li><a href="imagick.morphology.php" class="index">Imagick::morphology</a> - Applies a user supplied kernel to the image according to the given morphology method.</li>
<li><a href="imagick.mosaicimages.php" class="index">Imagick::mosaicImages</a> - Forms a mosaic from images</li>
<li><a href="imagick.motionblurimage.php" class="index">Imagick::motionBlurImage</a> - Simulates motion blur</li>
<li><a href="imagick.negateimage.php" class="index">Imagick::negateImage</a> - Negates the colors in the reference image</li>
<li><a href="imagick.newimage.php" class="index">Imagick::newImage</a> - Creates a new image</li>
<li><a href="imagick.newpseudoimage.php" class="index">Imagick::newPseudoImage</a> - Creates a new image</li>
<li><a href="imagick.nextimage.php" class="index">Imagick::nextImage</a> - Moves to the next image</li>
<li><a href="imagick.normalizeimage.php" class="index">Imagick::normalizeImage</a> - Enhances the contrast of a color image</li>
<li><a href="imagick.oilpaintimage.php" class="index">Imagick::oilPaintImage</a> - Simulates an oil painting</li>
<li><a href="imagick.opaquepaintimage.php" class="index">Imagick::opaquePaintImage</a> - Changes the color value of any pixel that matches target</li>
<li><a href="imagick.optimizeimagelayers.php" class="index">Imagick::optimizeImageLayers</a> - Removes repeated portions of images to optimize</li>
<li><a href="imagick.orderedposterizeimage.php" class="index">Imagick::orderedPosterizeImage</a> - Performs an ordered dither</li>
<li><a href="imagick.paintfloodfillimage.php" class="index">Imagick::paintFloodfillImage</a> - Changes the color value of any pixel that matches target</li>
<li><a href="imagick.paintopaqueimage.php" class="index">Imagick::paintOpaqueImage</a> - Change any pixel that matches color</li>
<li><a href="imagick.painttransparentimage.php" class="index">Imagick::paintTransparentImage</a> - Changes any pixel that matches color with the color defined by fill</li>
<li><a href="imagick.pingimage.php" class="index">Imagick::pingImage</a> - Fetch basic attributes about the image</li>
<li><a href="imagick.pingimageblob.php" class="index">Imagick::pingImageBlob</a> - Quickly fetch attributes</li>
<li><a href="imagick.pingimagefile.php" class="index">Imagick::pingImageFile</a> - Get basic image attributes in a lightweight manner</li>
<li><a href="imagick.polaroidimage.php" class="index">Imagick::polaroidImage</a> - Simulates a Polaroid picture</li>
<li><a href="imagick.posterizeimage.php" class="index">Imagick::posterizeImage</a> - Reduces the image to a limited number of color level</li>
<li><a href="imagick.previewimages.php" class="index">Imagick::previewImages</a> - Quickly pin-point appropriate parameters for image processing</li>
<li><a href="imagick.previousimage.php" class="index">Imagick::previousImage</a> - Move to the previous image in the object</li>
<li><a href="imagick.profileimage.php" class="index">Imagick::profileImage</a> - Adds or removes a profile from an image</li>
<li><a href="imagick.quantizeimage.php" class="index">Imagick::quantizeImage</a> - Analyzes the colors within a reference image</li>
<li><a href="imagick.quantizeimages.php" class="index">Imagick::quantizeImages</a> - Analyzes the colors within a sequence of images</li>
<li><a href="imagick.queryfontmetrics.php" class="index">Imagick::queryFontMetrics</a> - Returns an array representing the font metrics</li>
<li><a href="imagick.queryfonts.php" class="index">Imagick::queryFonts</a> - Returns the configured fonts</li>
<li><a href="imagick.queryformats.php" class="index">Imagick::queryFormats</a> - Returns formats supported by Imagick</li>
<li><a href="imagick.radialblurimage.php" class="index">Imagick::radialBlurImage</a> - Radial blurs an image</li>
<li><a href="imagick.raiseimage.php" class="index">Imagick::raiseImage</a> - Creates a simulated 3d button-like effect</li>
<li><a href="imagick.randomthresholdimage.php" class="index">Imagick::randomThresholdImage</a> - Creates a high-contrast, two-color image</li>
<li><a href="imagick.readimage.php" class="index">Imagick::readImage</a> - Reads image from filename</li>
<li><a href="imagick.readimageblob.php" class="index">Imagick::readImageBlob</a> - Reads image from a binary string</li>
<li><a href="imagick.readimagefile.php" class="index">Imagick::readImageFile</a> - Reads image from open filehandle</li>
<li><a href="imagick.readimages.php" class="index">Imagick::readimages</a> - Reads image from an array of filenames</li>
<li><a href="imagick.recolorimage.php" class="index">Imagick::recolorImage</a> - Recolors image</li>
<li><a href="imagick.reducenoiseimage.php" class="index">Imagick::reduceNoiseImage</a> - Smooths the contours of an image</li>
<li><a href="imagick.remapimage.php" class="index">Imagick::remapImage</a> - Remaps image colors</li>
<li><a href="imagick.removeimage.php" class="index">Imagick::removeImage</a> - Removes an image from the image list</li>
<li><a href="imagick.removeimageprofile.php" class="index">Imagick::removeImageProfile</a> - Removes the named image profile and returns it</li>
<li><a href="imagick.render.php" class="index">Imagick::render</a> - Renders all preceding drawing commands</li>
<li><a href="imagick.resampleimage.php" class="index">Imagick::resampleImage</a> - Resample image to desired resolution</li>
<li><a href="imagick.resetimagepage.php" class="index">Imagick::resetImagePage</a> - Reset image page</li>
<li><a href="imagick.resizeimage.php" class="index">Imagick::resizeImage</a> - Scales an image</li>
<li><a href="imagick.rollimage.php" class="index">Imagick::rollImage</a> - Offsets an image</li>
<li><a href="imagick.rotateimage.php" class="index">Imagick::rotateImage</a> - Rotates an image</li>
<li><a href="imagick.rotationalblurimage.php" class="index">Imagick::rotationalBlurImage</a> - Rotational blurs an image</li>
<li><a href="imagick.roundcorners.php" class="index">Imagick::roundCorners</a> - Rounds image corners</li>
<li><a href="imagick.sampleimage.php" class="index">Imagick::sampleImage</a> - Scales an image with pixel sampling</li>
<li><a href="imagick.scaleimage.php" class="index">Imagick::scaleImage</a> - Scales the size of an image</li>
<li><a href="imagick.segmentimage.php" class="index">Imagick::segmentImage</a> - Segments an image</li>
<li><a href="imagick.selectiveblurimage.php" class="index">Imagick::selectiveBlurImage</a> - Selectively blur an image within a contrast threshold</li>
<li><a href="imagick.separateimagechannel.php" class="index">Imagick::separateImageChannel</a> - Separates a channel from the image</li>
<li><a href="imagick.sepiatoneimage.php" class="index">Imagick::sepiaToneImage</a> - Sepia tones an image</li>
<li><a href="imagick.setbackgroundcolor.php" class="index">Imagick::setBackgroundColor</a> - Sets the object's default background color</li>
<li><a href="imagick.setcolorspace.php" class="index">Imagick::setColorspace</a> - Set colorspace</li>
<li><a href="imagick.setcompression.php" class="index">Imagick::setCompression</a> - Sets the object's default compression type</li>
<li><a href="imagick.setcompressionquality.php" class="index">Imagick::setCompressionQuality</a> - Sets the object's default compression quality</li>
<li><a href="imagick.setfilename.php" class="index">Imagick::setFilename</a> - Sets the filename before you read or write the image</li>
<li><a href="imagick.setfirstiterator.php" class="index">Imagick::setFirstIterator</a> - Sets the Imagick iterator to the first image</li>
<li><a href="imagick.setfont.php" class="index">Imagick::setFont</a> - Sets font</li>
<li><a href="imagick.setformat.php" class="index">Imagick::setFormat</a> - Sets the format of the Imagick object</li>
<li><a href="imagick.setgravity.php" class="index">Imagick::setGravity</a> - Sets the gravity</li>
<li><a href="imagick.setimage.php" class="index">Imagick::setImage</a> - Replaces image in the object</li>
<li><a href="imagick.setimagealphachannel.php" class="index">Imagick::setImageAlphaChannel</a> - Sets image alpha channel</li>
<li><a href="imagick.setimageartifact.php" class="index">Imagick::setImageArtifact</a> - Set image artifact</li>
<li><a href="imagick.setimageattribute.php" class="index">Imagick::setImageAttribute</a> - Sets an image attribute</li>
<li><a href="imagick.setimagebackgroundcolor.php" class="index">Imagick::setImageBackgroundColor</a> - Sets the image background color</li>
<li><a href="imagick.setimagebias.php" class="index">Imagick::setImageBias</a> - Sets the image bias for any method that convolves an image</li>
<li><a href="imagick.setimagebiasquantum.php" class="index">Imagick::setImageBiasQuantum</a> - Sets the image bias</li>
<li><a href="imagick.setimageblueprimary.php" class="index">Imagick::setImageBluePrimary</a> - Sets the image chromaticity blue primary point</li>
<li><a href="imagick.setimagebordercolor.php" class="index">Imagick::setImageBorderColor</a> - Sets the image border color</li>
<li><a href="imagick.setimagechanneldepth.php" class="index">Imagick::setImageChannelDepth</a> - Sets the depth of a particular image channel</li>
<li><a href="imagick.setimageclipmask.php" class="index">Imagick::setImageClipMask</a> - Sets image clip mask</li>
<li><a href="imagick.setimagecolormapcolor.php" class="index">Imagick::setImageColormapColor</a> - Sets the color of the specified colormap index</li>
<li><a href="imagick.setimagecolorspace.php" class="index">Imagick::setImageColorspace</a> - Sets the image colorspace</li>
<li><a href="imagick.setimagecompose.php" class="index">Imagick::setImageCompose</a> - Sets the image composite operator</li>
<li><a href="imagick.setimagecompression.php" class="index">Imagick::setImageCompression</a> - Sets the image compression</li>
<li><a href="imagick.setimagecompressionquality.php" class="index">Imagick::setImageCompressionQuality</a> - Sets the image compression quality</li>
<li><a href="imagick.setimagedelay.php" class="index">Imagick::setImageDelay</a> - Sets the image delay</li>
<li><a href="imagick.setimagedepth.php" class="index">Imagick::setImageDepth</a> - Sets the image depth</li>
<li><a href="imagick.setimagedispose.php" class="index">Imagick::setImageDispose</a> - Sets the image disposal method</li>
<li><a href="imagick.setimageextent.php" class="index">Imagick::setImageExtent</a> - Sets the image size</li>
<li><a href="imagick.setimagefilename.php" class="index">Imagick::setImageFilename</a> - Sets the filename of a particular image</li>
<li><a href="imagick.setimageformat.php" class="index">Imagick::setImageFormat</a> - Sets the format of a particular image</li>
<li><a href="imagick.setimagegamma.php" class="index">Imagick::setImageGamma</a> - Sets the image gamma</li>
<li><a href="imagick.setimagegravity.php" class="index">Imagick::setImageGravity</a> - Sets the image gravity</li>
<li><a href="imagick.setimagegreenprimary.php" class="index">Imagick::setImageGreenPrimary</a> - Sets the image chromaticity green primary point</li>
<li><a href="imagick.setimageindex.php" class="index">Imagick::setImageIndex</a> - Set the iterator position</li>
<li><a href="imagick.setimageinterlacescheme.php" class="index">Imagick::setImageInterlaceScheme</a> - Sets the image compression</li>
<li><a href="imagick.setimageinterpolatemethod.php" class="index">Imagick::setImageInterpolateMethod</a> - Sets the image interpolate pixel method</li>
<li><a href="imagick.setimageiterations.php" class="index">Imagick::setImageIterations</a> - Sets the image iterations</li>
<li><a href="imagick.setimagematte.php" class="index">Imagick::setImageMatte</a> - Sets the image matte channel</li>
<li><a href="imagick.setimagemattecolor.php" class="index">Imagick::setImageMatteColor</a> - Sets the image matte color</li>
<li><a href="imagick.setimageopacity.php" class="index">Imagick::setImageOpacity</a> - Sets the image opacity level</li>
<li><a href="imagick.setimageorientation.php" class="index">Imagick::setImageOrientation</a> - Sets the image orientation</li>
<li><a href="imagick.setimagepage.php" class="index">Imagick::setImagePage</a> - Sets the page geometry of the image</li>
<li><a href="imagick.setimageprofile.php" class="index">Imagick::setImageProfile</a> - Adds a named profile to the Imagick object</li>
<li><a href="imagick.setimageproperty.php" class="index">Imagick::setImageProperty</a> - Sets an image property</li>
<li><a href="imagick.setimageredprimary.php" class="index">Imagick::setImageRedPrimary</a> - Sets the image chromaticity red primary point</li>
<li><a href="imagick.setimagerenderingintent.php" class="index">Imagick::setImageRenderingIntent</a> - Sets the image rendering intent</li>
<li><a href="imagick.setimageresolution.php" class="index">Imagick::setImageResolution</a> - Sets the image resolution</li>
<li><a href="imagick.setimagescene.php" class="index">Imagick::setImageScene</a> - Sets the image scene</li>
<li><a href="imagick.setimagetickspersecond.php" class="index">Imagick::setImageTicksPerSecond</a> - Sets the image ticks-per-second</li>
<li><a href="imagick.setimagetype.php" class="index">Imagick::setImageType</a> - Sets the image type</li>
<li><a href="imagick.setimageunits.php" class="index">Imagick::setImageUnits</a> - Sets the image units of resolution</li>
<li><a href="imagick.setimagevirtualpixelmethod.php" class="index">Imagick::setImageVirtualPixelMethod</a> - Sets the image virtual pixel method</li>
<li><a href="imagick.setimagewhitepoint.php" class="index">Imagick::setImageWhitePoint</a> - Sets the image chromaticity white point</li>
<li><a href="imagick.setinterlacescheme.php" class="index">Imagick::setInterlaceScheme</a> - Sets the image compression</li>
<li><a href="imagick.setiteratorindex.php" class="index">Imagick::setIteratorIndex</a> - Set the iterator position</li>
<li><a href="imagick.setlastiterator.php" class="index">Imagick::setLastIterator</a> - Sets the Imagick iterator to the last image</li>
<li><a href="imagick.setoption.php" class="index">Imagick::setOption</a> - Set an option</li>
<li><a href="imagick.setpage.php" class="index">Imagick::setPage</a> - Sets the page geometry of the Imagick object</li>
<li><a href="imagick.setpointsize.php" class="index">Imagick::setPointSize</a> - Sets point size</li>
<li><a href="imagick.setprogressmonitor.php" class="index">Imagick::setProgressMonitor</a> - Set a callback to be called during processing</li>
<li><a href="imagick.setregistry.php" class="index">Imagick::setRegistry</a> - Sets the ImageMagick registry entry named key to value</li>
<li><a href="imagick.setresolution.php" class="index">Imagick::setResolution</a> - Sets the image resolution</li>
<li><a href="imagick.setresourcelimit.php" class="index">Imagick::setResourceLimit</a> - Sets the limit for a particular resource</li>
<li><a href="imagick.setsamplingfactors.php" class="index">Imagick::setSamplingFactors</a> - Sets the image sampling factors</li>
<li><a href="imagick.setsize.php" class="index">Imagick::setSize</a> - Sets the size of the Imagick object</li>
<li><a href="imagick.setsizeoffset.php" class="index">Imagick::setSizeOffset</a> - Sets the size and offset of the Imagick object</li>
<li><a href="imagick.settype.php" class="index">Imagick::setType</a> - Sets the image type attribute</li>
<li><a href="imagick.shadeimage.php" class="index">Imagick::shadeImage</a> - Creates a 3D effect</li>
<li><a href="imagick.shadowimage.php" class="index">Imagick::shadowImage</a> - Simulates an image shadow</li>
<li><a href="imagick.sharpenimage.php" class="index">Imagick::sharpenImage</a> - Sharpens an image</li>
<li><a href="imagick.shaveimage.php" class="index">Imagick::shaveImage</a> - Shaves pixels from the image edges</li>
<li><a href="imagick.shearimage.php" class="index">Imagick::shearImage</a> - Creating a parallelogram</li>
<li><a href="imagick.sigmoidalcontrastimage.php" class="index">Imagick::sigmoidalContrastImage</a> - Adjusts the contrast of an image</li>
<li><a href="imagick.sketchimage.php" class="index">Imagick::sketchImage</a> - Simulates a pencil sketch</li>
<li><a href="imagick.smushimages.php" class="index">Imagick::smushImages</a> - Takes all images from the current image pointer to the end of the image list and smushs them</li>
<li><a href="imagick.solarizeimage.php" class="index">Imagick::solarizeImage</a> - Applies a solarizing effect to the image</li>
<li><a href="imagick.sparsecolorimage.php" class="index">Imagick::sparseColorImage</a> - Interpolates colors</li>
<li><a href="imagick.spliceimage.php" class="index">Imagick::spliceImage</a> - Splices a solid color into the image</li>
<li><a href="imagick.spreadimage.php" class="index">Imagick::spreadImage</a> - Randomly displaces each pixel in a block</li>
<li><a href="imagick.statisticimage.php" class="index">Imagick::statisticImage</a> - Modifies image using a statistics function</li>
<li><a href="imagick.steganoimage.php" class="index">Imagick::steganoImage</a> - Hides a digital watermark within the image</li>
<li><a href="imagick.stereoimage.php" class="index">Imagick::stereoImage</a> - Composites two images</li>
<li><a href="imagick.stripimage.php" class="index">Imagick::stripImage</a> - Strips an image of all profiles and comments</li>
<li><a href="imagick.subimagematch.php" class="index">Imagick::subImageMatch</a> - Searches for a subimage in the current image and returns a similarity image</li>
<li><a href="imagick.swirlimage.php" class="index">Imagick::swirlImage</a> - Swirls the pixels about the center of the image</li>
<li><a href="imagick.textureimage.php" class="index">Imagick::textureImage</a> - Repeatedly tiles the texture image</li>
<li><a href="imagick.thresholdimage.php" class="index">Imagick::thresholdImage</a> - Changes the value of individual pixels based on a threshold</li>
<li><a href="imagick.thumbnailimage.php" class="index">Imagick::thumbnailImage</a> - Changes the size of an image</li>
<li><a href="imagick.tintimage.php" class="index">Imagick::tintImage</a> - Applies a color vector to each pixel in the image</li>
<li><a href="imagick.transformimage.php" class="index">Imagick::transformImage</a> - Convenience method for setting crop size and the image geometry</li>
<li><a href="imagick.transformimagecolorspace.php" class="index">Imagick::transformImageColorspace</a> - Transforms an image to a new colorspace</li>
<li><a href="imagick.transparentpaintimage.php" class="index">Imagick::transparentPaintImage</a> - Paints pixels transparent</li>
<li><a href="imagick.transposeimage.php" class="index">Imagick::transposeImage</a> - Creates a vertical mirror image</li>
<li><a href="imagick.transverseimage.php" class="index">Imagick::transverseImage</a> - Creates a horizontal mirror image</li>
<li><a href="imagick.trimimage.php" class="index">Imagick::trimImage</a> - Remove edges from the image</li>
<li><a href="imagick.uniqueimagecolors.php" class="index">Imagick::uniqueImageColors</a> - Discards all but one of any pixel color</li>
<li><a href="imagick.unsharpmaskimage.php" class="index">Imagick::unsharpMaskImage</a> - Sharpens an image</li>
<li><a href="imagick.valid.php" class="index">Imagick::valid</a> - Checks if the current item is valid</li>
<li><a href="imagick.vignetteimage.php" class="index">Imagick::vignetteImage</a> - Adds vignette filter to the image</li>
<li><a href="imagick.waveimage.php" class="index">Imagick::waveImage</a> - Applies wave filter to the image</li>
<li><a href="imagick.whitethresholdimage.php" class="index">Imagick::whiteThresholdImage</a> - Force all pixels above the threshold into white</li>
<li><a href="imagick.writeimage.php" class="index">Imagick::writeImage</a> - Writes an image to the specified filename</li>
<li><a href="imagick.writeimagefile.php" class="index">Imagick::writeImageFile</a> - Writes an image to a filehandle</li>
<li><a href="imagick.writeimages.php" class="index">Imagick::writeImages</a> - Writes an image or image sequence</li>
<li><a href="imagick.writeimagesfile.php" class="index">Imagick::writeImagesFile</a> - Writes frames to a filehandle</li>
<li><a href="imagick.construct.php" class="index">Imagick::__construct</a> - The Imagick constructor</li>
<li><a href="imagick.tostring.php" class="index">Imagick::__toString</a> - Returns the image as a string</li>
<li><a href="imagickdraw.affine.php" class="index">ImagickDraw::affine</a> - Adjusts the current affine transformation matrix</li>
<li><a href="imagickdraw.annotation.php" class="index">ImagickDraw::annotation</a> - Draws text on the image</li>
<li><a href="imagickdraw.arc.php" class="index">ImagickDraw::arc</a> - Draws an arc</li>
<li><a href="imagickdraw.bezier.php" class="index">ImagickDraw::bezier</a> - Draws a bezier curve</li>
<li><a href="imagickdraw.circle.php" class="index">ImagickDraw::circle</a> - Draws a circle</li>
<li><a href="imagickdraw.clear.php" class="index">ImagickDraw::clear</a> - Clears the ImagickDraw</li>
<li><a href="imagickdraw.clone.php" class="index">ImagickDraw::clone</a> - Makes an exact copy of the specified ImagickDraw object</li>
<li><a href="imagickdraw.color.php" class="index">ImagickDraw::color</a> - Draws color on image</li>
<li><a href="imagickdraw.comment.php" class="index">ImagickDraw::comment</a> - Adds a comment</li>
<li><a href="imagickdraw.composite.php" class="index">ImagickDraw::composite</a> - Composites an image onto the current image</li>
<li><a href="imagickdraw.destroy.php" class="index">ImagickDraw::destroy</a> - Frees all associated resources</li>
<li><a href="imagickdraw.ellipse.php" class="index">ImagickDraw::ellipse</a> - Draws an ellipse on the image</li>
<li><a href="imagickdraw.getclippath.php" class="index">ImagickDraw::getClipPath</a> - Obtains the current clipping path ID</li>
<li><a href="imagickdraw.getcliprule.php" class="index">ImagickDraw::getClipRule</a> - Returns the current polygon fill rule</li>
<li><a href="imagickdraw.getclipunits.php" class="index">ImagickDraw::getClipUnits</a> - Returns the interpretation of clip path units</li>
<li><a href="imagickdraw.getfillcolor.php" class="index">ImagickDraw::getFillColor</a> - Returns the fill color</li>
<li><a href="imagickdraw.getfillopacity.php" class="index">ImagickDraw::getFillOpacity</a> - Returns the opacity used when drawing</li>
<li><a href="imagickdraw.getfillrule.php" class="index">ImagickDraw::getFillRule</a> - Returns the fill rule</li>
<li><a href="imagickdraw.getfont.php" class="index">ImagickDraw::getFont</a> - Returns the font</li>
<li><a href="imagickdraw.getfontfamily.php" class="index">ImagickDraw::getFontFamily</a> - Returns the font family</li>
<li><a href="imagickdraw.getfontsize.php" class="index">ImagickDraw::getFontSize</a> - Returns the font pointsize</li>
<li><a href="imagickdraw.getfontstretch.php" class="index">ImagickDraw::getFontStretch</a> - Gets the font stretch to use when annotating with text</li>
<li><a href="imagickdraw.getfontstyle.php" class="index">ImagickDraw::getFontStyle</a> - Returns the font style</li>
<li><a href="imagickdraw.getfontweight.php" class="index">ImagickDraw::getFontWeight</a> - Returns the font weight</li>
<li><a href="imagickdraw.getgravity.php" class="index">ImagickDraw::getGravity</a> - Returns the text placement gravity</li>
<li><a href="imagickdraw.getstrokeantialias.php" class="index">ImagickDraw::getStrokeAntialias</a> - Returns the current stroke antialias setting</li>
<li><a href="imagickdraw.getstrokecolor.php" class="index">ImagickDraw::getStrokeColor</a> - Returns the color used for stroking object outlines</li>
<li><a href="imagickdraw.getstrokedasharray.php" class="index">ImagickDraw::getStrokeDashArray</a> - Returns an array representing the pattern of dashes and gaps used to stroke paths</li>
<li><a href="imagickdraw.getstrokedashoffset.php" class="index">ImagickDraw::getStrokeDashOffset</a> - Returns the offset into the dash pattern to start the dash</li>
<li><a href="imagickdraw.getstrokelinecap.php" class="index">ImagickDraw::getStrokeLineCap</a> - Returns the shape to be used at the end of open subpaths when they are stroked</li>
<li><a href="imagickdraw.getstrokelinejoin.php" class="index">ImagickDraw::getStrokeLineJoin</a> - Returns the shape to be used at the corners of paths when they are stroked</li>
<li><a href="imagickdraw.getstrokemiterlimit.php" class="index">ImagickDraw::getStrokeMiterLimit</a> - Returns the stroke miter limit</li>
<li><a href="imagickdraw.getstrokeopacity.php" class="index">ImagickDraw::getStrokeOpacity</a> - Returns the opacity of stroked object outlines</li>
<li><a href="imagickdraw.getstrokewidth.php" class="index">ImagickDraw::getStrokeWidth</a> - Returns the width of the stroke used to draw object outlines</li>
<li><a href="imagickdraw.gettextalignment.php" class="index">ImagickDraw::getTextAlignment</a> - Returns the text alignment</li>
<li><a href="imagickdraw.gettextantialias.php" class="index">ImagickDraw::getTextAntialias</a> - Returns the current text antialias setting</li>
<li><a href="imagickdraw.gettextdecoration.php" class="index">ImagickDraw::getTextDecoration</a> - Returns the text decoration</li>
<li><a href="imagickdraw.gettextencoding.php" class="index">ImagickDraw::getTextEncoding</a> - Returns the code set used for text annotations</li>
<li><a href="imagickdraw.gettextinterlinespacing.php" class="index">ImagickDraw::getTextInterlineSpacing</a> - Gets the text interline spacing</li>
<li><a href="imagickdraw.gettextinterwordspacing.php" class="index">ImagickDraw::getTextInterwordSpacing</a> - Gets the text interword spacing</li>
<li><a href="imagickdraw.gettextkerning.php" class="index">ImagickDraw::getTextKerning</a> - Gets the text kerning</li>
<li><a href="imagickdraw.gettextundercolor.php" class="index">ImagickDraw::getTextUnderColor</a> - Returns the text under color</li>
<li><a href="imagickdraw.getvectorgraphics.php" class="index">ImagickDraw::getVectorGraphics</a> - Returns a string containing vector graphics</li>
<li><a href="imagickdraw.line.php" class="index">ImagickDraw::line</a> - Draws a line</li>
<li><a href="imagickdraw.matte.php" class="index">ImagickDraw::matte</a> - Paints on the image's opacity channel</li>
<li><a href="imagickdraw.pathclose.php" class="index">ImagickDraw::pathClose</a> - Adds a path element to the current path</li>
<li><a href="imagickdraw.pathcurvetoabsolute.php" class="index">ImagickDraw::pathCurveToAbsolute</a> - Draws a cubic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetoquadraticbezierabsolute.php" class="index">ImagickDraw::pathCurveToQuadraticBezierAbsolute</a> - Draws a quadratic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetoquadraticbezierrelative.php" class="index">ImagickDraw::pathCurveToQuadraticBezierRelative</a> - Draws a quadratic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetoquadraticbeziersmoothabsolute.php" class="index">ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute</a> - Draws a quadratic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetoquadraticbeziersmoothrelative.php" class="index">ImagickDraw::pathCurveToQuadraticBezierSmoothRelative</a> - Draws a quadratic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetorelative.php" class="index">ImagickDraw::pathCurveToRelative</a> - Draws a cubic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetosmoothabsolute.php" class="index">ImagickDraw::pathCurveToSmoothAbsolute</a> - Draws a cubic Bezier curve</li>
<li><a href="imagickdraw.pathcurvetosmoothrelative.php" class="index">ImagickDraw::pathCurveToSmoothRelative</a> - Draws a cubic Bezier curve</li>
<li><a href="imagickdraw.pathellipticarcabsolute.php" class="index">ImagickDraw::pathEllipticArcAbsolute</a> - Draws an elliptical arc</li>
<li><a href="imagickdraw.pathellipticarcrelative.php" class="index">ImagickDraw::pathEllipticArcRelative</a> - Draws an elliptical arc</li>
<li><a href="imagickdraw.pathfinish.php" class="index">ImagickDraw::pathFinish</a> - Terminates the current path</li>
<li><a href="imagickdraw.pathlinetoabsolute.php" class="index">ImagickDraw::pathLineToAbsolute</a> - Draws a line path</li>
<li><a href="imagickdraw.pathlinetohorizontalabsolute.php" class="index">ImagickDraw::pathLineToHorizontalAbsolute</a> - Draws a horizontal line path</li>
<li><a href="imagickdraw.pathlinetohorizontalrelative.php" class="index">ImagickDraw::pathLineToHorizontalRelative</a> - Draws a horizontal line</li>
<li><a href="imagickdraw.pathlinetorelative.php" class="index">ImagickDraw::pathLineToRelative</a> - Draws a line path</li>
<li><a href="imagickdraw.pathlinetoverticalabsolute.php" class="index">ImagickDraw::pathLineToVerticalAbsolute</a> - Draws a vertical line</li>
<li><a href="imagickdraw.pathlinetoverticalrelative.php" class="index">ImagickDraw::pathLineToVerticalRelative</a> - Draws a vertical line path</li>
<li><a href="imagickdraw.pathmovetoabsolute.php" class="index">ImagickDraw::pathMoveToAbsolute</a> - Starts a new sub-path</li>
<li><a href="imagickdraw.pathmovetorelative.php" class="index">ImagickDraw::pathMoveToRelative</a> - Starts a new sub-path</li>
<li><a href="imagickdraw.pathstart.php" class="index">ImagickDraw::pathStart</a> - Declares the start of a path drawing list</li>
<li><a href="imagickdraw.point.php" class="index">ImagickDraw::point</a> - Draws a point</li>
<li><a href="imagickdraw.polygon.php" class="index">ImagickDraw::polygon</a> - Draws a polygon</li>
<li><a href="imagickdraw.polyline.php" class="index">ImagickDraw::polyline</a> - Draws a polyline</li>
<li><a href="imagickdraw.pop.php" class="index">ImagickDraw::pop</a> - Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw</li>
<li><a href="imagickdraw.popclippath.php" class="index">ImagickDraw::popClipPath</a> - Terminates a clip path definition</li>
<li><a href="imagickdraw.popdefs.php" class="index">ImagickDraw::popDefs</a> - Terminates a definition list</li>
<li><a href="imagickdraw.poppattern.php" class="index">ImagickDraw::popPattern</a> - Terminates a pattern definition</li>
<li><a href="imagickdraw.push.php" class="index">ImagickDraw::push</a> - Clones the current ImagickDraw and pushes it to the stack</li>
<li><a href="imagickdraw.pushclippath.php" class="index">ImagickDraw::pushClipPath</a> - Starts a clip path definition</li>
<li><a href="imagickdraw.pushdefs.php" class="index">ImagickDraw::pushDefs</a> - Indicates that following commands create named elements for early processing</li>
<li><a href="imagickdraw.pushpattern.php" class="index">ImagickDraw::pushPattern</a> - Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern</li>
<li><a href="imagickdraw.rectangle.php" class="index">ImagickDraw::rectangle</a> - Draws a rectangle</li>
<li><a href="imagickdraw.render.php" class="index">ImagickDraw::render</a> - Renders all preceding drawing commands onto the image</li>
<li><a href="imagickdraw.resetvectorgraphics.php" class="index">ImagickDraw::resetVectorGraphics</a> - Resets the vector graphics</li>
<li><a href="imagickdraw.rotate.php" class="index">ImagickDraw::rotate</a> - Applies the specified rotation to the current coordinate space</li>
<li><a href="imagickdraw.roundrectangle.php" class="index">ImagickDraw::roundRectangle</a> - Draws a rounded rectangle</li>
<li><a href="imagickdraw.scale.php" class="index">ImagickDraw::scale</a> - Adjusts the scaling factor</li>
<li><a href="imagickdraw.setclippath.php" class="index">ImagickDraw::setClipPath</a> - Associates a named clipping path with the image</li>
<li><a href="imagickdraw.setcliprule.php" class="index">ImagickDraw::setClipRule</a> - Set the polygon fill rule to be used by the clipping path</li>
<li><a href="imagickdraw.setclipunits.php" class="index">ImagickDraw::setClipUnits</a> - Sets the interpretation of clip path units</li>
<li><a href="imagickdraw.setfillalpha.php" class="index">ImagickDraw::setFillAlpha</a> - Sets the opacity to use when drawing using the fill color or fill texture</li>
<li><a href="imagickdraw.setfillcolor.php" class="index">ImagickDraw::setFillColor</a> - Sets the fill color to be used for drawing filled objects</li>
<li><a href="imagickdraw.setfillopacity.php" class="index">ImagickDraw::setFillOpacity</a> - Sets the opacity to use when drawing using the fill color or fill texture</li>
<li><a href="imagickdraw.setfillpatternurl.php" class="index">ImagickDraw::setFillPatternURL</a> - Sets the URL to use as a fill pattern for filling objects</li>
<li><a href="imagickdraw.setfillrule.php" class="index">ImagickDraw::setFillRule</a> - Sets the fill rule to use while drawing polygons</li>
<li><a href="imagickdraw.setfont.php" class="index">ImagickDraw::setFont</a> - Sets the fully-specified font to use when annotating with text</li>
<li><a href="imagickdraw.setfontfamily.php" class="index">ImagickDraw::setFontFamily</a> - Sets the font family to use when annotating with text</li>
<li><a href="imagickdraw.setfontsize.php" class="index">ImagickDraw::setFontSize</a> - Sets the font pointsize to use when annotating with text</li>
<li><a href="imagickdraw.setfontstretch.php" class="index">ImagickDraw::setFontStretch</a> - Sets the font stretch to use when annotating with text</li>
<li><a href="imagickdraw.setfontstyle.php" class="index">ImagickDraw::setFontStyle</a> - Sets the font style to use when annotating with text</li>
<li><a href="imagickdraw.setfontweight.php" class="index">ImagickDraw::setFontWeight</a> - Sets the font weight</li>
<li><a href="imagickdraw.setgravity.php" class="index">ImagickDraw::setGravity</a> - Sets the text placement gravity</li>
<li><a href="imagickdraw.setresolution.php" class="index">ImagickDraw::setResolution</a> - Sets the resolution</li>
<li><a href="imagickdraw.setstrokealpha.php" class="index">ImagickDraw::setStrokeAlpha</a> - Specifies the opacity of stroked object outlines</li>
<li><a href="imagickdraw.setstrokeantialias.php" class="index">ImagickDraw::setStrokeAntialias</a> - Controls whether stroked outlines are antialiased</li>
<li><a href="imagickdraw.setstrokecolor.php" class="index">ImagickDraw::setStrokeColor</a> - Sets the color used for stroking object outlines</li>
<li><a href="imagickdraw.setstrokedasharray.php" class="index">ImagickDraw::setStrokeDashArray</a> - Specifies the pattern of dashes and gaps used to stroke paths</li>
<li><a href="imagickdraw.setstrokedashoffset.php" class="index">ImagickDraw::setStrokeDashOffset</a> - Specifies the offset into the dash pattern to start the dash</li>
<li><a href="imagickdraw.setstrokelinecap.php" class="index">ImagickDraw::setStrokeLineCap</a> - Specifies the shape to be used at the end of open subpaths when they are stroked</li>
<li><a href="imagickdraw.setstrokelinejoin.php" class="index">ImagickDraw::setStrokeLineJoin</a> - Specifies the shape to be used at the corners of paths when they are stroked</li>
<li><a href="imagickdraw.setstrokemiterlimit.php" class="index">ImagickDraw::setStrokeMiterLimit</a> - Specifies the miter limit</li>
<li><a href="imagickdraw.setstrokeopacity.php" class="index">ImagickDraw::setStrokeOpacity</a> - Specifies the opacity of stroked object outlines</li>
<li><a href="imagickdraw.setstrokepatternurl.php" class="index">ImagickDraw::setStrokePatternURL</a> - Sets the pattern used for stroking object outlines</li>
<li><a href="imagickdraw.setstrokewidth.php" class="index">ImagickDraw::setStrokeWidth</a> - Sets the width of the stroke used to draw object outlines</li>
<li><a href="imagickdraw.settextalignment.php" class="index">ImagickDraw::setTextAlignment</a> - Specifies a text alignment</li>
<li><a href="imagickdraw.settextantialias.php" class="index">ImagickDraw::setTextAntialias</a> - Controls whether text is antialiased</li>
<li><a href="imagickdraw.settextdecoration.php" class="index">ImagickDraw::setTextDecoration</a> - Specifies a decoration</li>
<li><a href="imagickdraw.settextencoding.php" class="index">ImagickDraw::setTextEncoding</a> - Specifies the text code set</li>
<li><a href="imagickdraw.settextinterlinespacing.php" class="index">ImagickDraw::setTextInterlineSpacing</a> - Sets the text interline spacing</li>
<li><a href="imagickdraw.settextinterwordspacing.php" class="index">ImagickDraw::setTextInterwordSpacing</a> - Sets the text interword spacing</li>
<li><a href="imagickdraw.settextkerning.php" class="index">ImagickDraw::setTextKerning</a> - Sets the text kerning</li>
<li><a href="imagickdraw.settextundercolor.php" class="index">ImagickDraw::setTextUnderColor</a> - Specifies the color of a background rectangle</li>
<li><a href="imagickdraw.setvectorgraphics.php" class="index">ImagickDraw::setVectorGraphics</a> - Sets the vector graphics</li>
<li><a href="imagickdraw.setviewbox.php" class="index">ImagickDraw::setViewbox</a> - Sets the overall canvas size</li>
<li><a href="imagickdraw.skewx.php" class="index">ImagickDraw::skewX</a> - Skews the current coordinate system in the horizontal direction</li>
<li><a href="imagickdraw.skewy.php" class="index">ImagickDraw::skewY</a> - Skews the current coordinate system in the vertical direction</li>
<li><a href="imagickdraw.translate.php" class="index">ImagickDraw::translate</a> - Applies a translation to the current coordinate system</li>
<li><a href="imagickdraw.construct.php" class="index">ImagickDraw::__construct</a> - The ImagickDraw constructor</li>
<li><a href="imagickkernel.addkernel.php" class="index">ImagickKernel::addKernel</a> - Attach another kernel to a kernel list</li>
<li><a href="imagickkernel.addunitykernel.php" class="index">ImagickKernel::addUnityKernel</a> - Adds a Unity Kernel to the kernel list</li>
<li><a href="imagickkernel.frombuiltin.php" class="index">ImagickKernel::fromBuiltIn</a> - Create a kernel from a builtin in kernel</li>
<li><a href="imagickkernel.frommatrix.php" class="index">ImagickKernel::fromMatrix</a> - Create a kernel from a 2d matrix of values</li>
<li><a href="imagickkernel.getmatrix.php" class="index">ImagickKernel::getMatrix</a> - Get the 2d matrix of values used in this kernel</li>
<li><a href="imagickkernel.scale.php" class="index">ImagickKernel::scale</a> - Scales a kernel list by the given amount</li>
<li><a href="imagickkernel.separate.php" class="index">ImagickKernel::separate</a> - Separates a linked set of kernels and returns an array of ImagickKernels</li>
<li><a href="imagickpixel.clear.php" class="index">ImagickPixel::clear</a> - Clears resources associated with this object</li>
<li><a href="imagickpixel.destroy.php" class="index">ImagickPixel::destroy</a> - Deallocates resources associated with this object</li>
<li><a href="imagickpixel.getcolor.php" class="index">ImagickPixel::getColor</a> - Returns the color</li>
<li><a href="imagickpixel.getcolorasstring.php" class="index">ImagickPixel::getColorAsString</a> - Returns the color as a string</li>
<li><a href="imagickpixel.getcolorcount.php" class="index">ImagickPixel::getColorCount</a> - Returns the color count associated with this color</li>
<li><a href="imagickpixel.getcolorquantum.php" class="index">ImagickPixel::getColorQuantum</a> - Returns the color of the pixel in an array as Quantum values</li>
<li><a href="imagickpixel.getcolorvalue.php" class="index">ImagickPixel::getColorValue</a> - Gets the normalized value of the provided color channel</li>
<li><a href="imagickpixel.getcolorvaluequantum.php" class="index">ImagickPixel::getColorValueQuantum</a> - Gets the quantum value of a color in the ImagickPixel</li>
<li><a href="imagickpixel.gethsl.php" class="index">ImagickPixel::getHSL</a> - Returns the normalized HSL color of the ImagickPixel object</li>
<li><a href="imagickpixel.getindex.php" class="index">ImagickPixel::getIndex</a> - Gets the colormap index of the pixel wand</li>
<li><a href="imagickpixel.ispixelsimilar.php" class="index">ImagickPixel::isPixelSimilar</a> - Check the distance between this color and another</li>
<li><a href="imagickpixel.ispixelsimilarquantum.php" class="index">ImagickPixel::isPixelSimilarQuantum</a> - Returns whether two colors differ by less than the specified distance</li>
<li><a href="imagickpixel.issimilar.php" class="index">ImagickPixel::isSimilar</a> - Check the distance between this color and another</li>
<li><a href="imagickpixel.setcolor.php" class="index">ImagickPixel::setColor</a> - Sets the color</li>
<li><a href="imagickpixel.setcolorcount.php" class="index">ImagickPixel::setColorCount</a> - Sets the color count associated with this color</li>
<li><a href="imagickpixel.setcolorvalue.php" class="index">ImagickPixel::setColorValue</a> - Sets the normalized value of one of the channels</li>
<li><a href="imagickpixel.setcolorvaluequantum.php" class="index">ImagickPixel::setColorValueQuantum</a> - Sets the quantum value of a color element of the ImagickPixel</li>
<li><a href="imagickpixel.sethsl.php" class="index">ImagickPixel::setHSL</a> - Sets the normalized HSL color</li>
<li><a href="imagickpixel.setindex.php" class="index">ImagickPixel::setIndex</a> - Sets the colormap index of the pixel wand</li>
<li><a href="imagickpixel.construct.php" class="index">ImagickPixel::__construct</a> - The ImagickPixel constructor</li>
<li><a href="imagickpixeliterator.clear.php" class="index">ImagickPixelIterator::clear</a> - Clear resources associated with a PixelIterator</li>
<li><a href="imagickpixeliterator.destroy.php" class="index">ImagickPixelIterator::destroy</a> - Deallocates resources associated with a PixelIterator</li>
<li><a href="imagickpixeliterator.getcurrentiteratorrow.php" class="index">ImagickPixelIterator::getCurrentIteratorRow</a> - Returns the current row of ImagickPixel objects</li>
<li><a href="imagickpixeliterator.getiteratorrow.php" class="index">ImagickPixelIterator::getIteratorRow</a> - Returns the current pixel iterator row</li>
<li><a href="imagickpixeliterator.getnextiteratorrow.php" class="index">ImagickPixelIterator::getNextIteratorRow</a> - Returns the next row of the pixel iterator</li>
<li><a href="imagickpixeliterator.getpreviousiteratorrow.php" class="index">ImagickPixelIterator::getPreviousIteratorRow</a> - Returns the previous row</li>
<li><a href="imagickpixeliterator.newpixeliterator.php" class="index">ImagickPixelIterator::newPixelIterator</a> - Returns a new pixel iterator</li>
<li><a href="imagickpixeliterator.newpixelregioniterator.php" class="index">ImagickPixelIterator::newPixelRegionIterator</a> - Returns a new pixel iterator</li>
<li><a href="imagickpixeliterator.resetiterator.php" class="index">ImagickPixelIterator::resetIterator</a> - Resets the pixel iterator</li>
<li><a href="imagickpixeliterator.setiteratorfirstrow.php" class="index">ImagickPixelIterator::setIteratorFirstRow</a> - Sets the pixel iterator to the first pixel row</li>
<li><a href="imagickpixeliterator.setiteratorlastrow.php" class="index">ImagickPixelIterator::setIteratorLastRow</a> - Sets the pixel iterator to the last pixel row</li>
<li><a href="imagickpixeliterator.setiteratorrow.php" class="index">ImagickPixelIterator::setIteratorRow</a> - Set the pixel iterator row</li>
<li><a href="imagickpixeliterator.synciterator.php" class="index">ImagickPixelIterator::syncIterator</a> - Syncs the pixel iterator</li>
<li><a href="imagickpixeliterator.construct.php" class="index">ImagickPixelIterator::__construct</a> - The ImagickPixelIterator constructor</li>
<li><a href="function.imap-8bit.php" class="index">imap_8bit</a> - Convert an 8bit string to a quoted-printable string</li>
<li><a href="function.imap-alerts.php" class="index">imap_alerts</a> - Returns all IMAP alert messages that have occurred</li>
<li><a href="function.imap-append.php" class="index">imap_append</a> - Append a string message to a specified mailbox</li>
<li><a href="function.imap-base64.php" class="index">imap_base64</a> - Decode BASE64 encoded text</li>
<li><a href="function.imap-binary.php" class="index">imap_binary</a> - Convert an 8bit string to a base64 string</li>
<li><a href="function.imap-body.php" class="index">imap_body</a> - Read the message body</li>
<li><a href="function.imap-bodystruct.php" class="index">imap_bodystruct</a> - Read the structure of a specified body section of a specific message</li>
<li><a href="function.imap-check.php" class="index">imap_check</a> - Check current mailbox</li>
<li><a href="function.imap-clearflag-full.php" class="index">imap_clearflag_full</a> - Clears flags on messages</li>
<li><a href="function.imap-close.php" class="index">imap_close</a> - Close an IMAP stream</li>
<li><a href="function.imap-create.php" class="index">imap_create</a> - Alias di imap_createmailbox</li>
<li><a href="function.imap-createmailbox.php" class="index">imap_createmailbox</a> - Create a new mailbox</li>
<li><a href="function.imap-delete.php" class="index">imap_delete</a> - Mark a message for deletion from current mailbox</li>
<li><a href="function.imap-deletemailbox.php" class="index">imap_deletemailbox</a> - Delete a mailbox</li>
<li><a href="function.imap-errors.php" class="index">imap_errors</a> - Returns all of the IMAP errors that have occurred</li>
<li><a href="function.imap-expunge.php" class="index">imap_expunge</a> - Delete all messages marked for deletion</li>
<li><a href="function.imap-fetchbody.php" class="index">imap_fetchbody</a> - Fetch a particular section of the body of the message</li>
<li><a href="function.imap-fetchheader.php" class="index">imap_fetchheader</a> - Returns header for a message</li>
<li><a href="function.imap-fetchmime.php" class="index">imap_fetchmime</a> - Fetch MIME headers for a particular section of the message</li>
<li><a href="function.imap-fetchstructure.php" class="index">imap_fetchstructure</a> - Read the structure of a particular message</li>
<li><a href="function.imap-fetchtext.php" class="index">imap_fetchtext</a> - Alias di imap_body</li>
<li><a href="function.imap-fetch-overview.php" class="index">imap_fetch_overview</a> - Read an overview of the information in the headers of the given message</li>
<li><a href="function.imap-gc.php" class="index">imap_gc</a> - Clears IMAP cache</li>
<li><a href="function.imap-getacl.php" class="index">imap_getacl</a> - Gets the ACL for a given mailbox</li>
<li><a href="function.imap-getmailboxes.php" class="index">imap_getmailboxes</a> - Read the list of mailboxes, returning detailed information on each one</li>
<li><a href="function.imap-getsubscribed.php" class="index">imap_getsubscribed</a> - List all the subscribed mailboxes</li>
<li><a href="function.imap-get-quota.php" class="index">imap_get_quota</a> - Retrieve the quota level settings, and usage statics per mailbox</li>
<li><a href="function.imap-get-quotaroot.php" class="index">imap_get_quotaroot</a> - Retrieve the quota settings per user</li>
<li><a href="function.imap-header.php" class="index">imap_header</a> - Alias di imap_headerinfo</li>
<li><a href="function.imap-headerinfo.php" class="index">imap_headerinfo</a> - Read the header of the message</li>
<li><a href="function.imap-headers.php" class="index">imap_headers</a> - Returns headers for all messages in a mailbox</li>
<li><a href="function.imap-is-open.php" class="index">imap_is_open</a> - Check if the IMAP stream is still valid</li>
<li><a href="function.imap-last-error.php" class="index">imap_last_error</a> - Gets the last IMAP error that occurred during this page request</li>
<li><a href="function.imap-list.php" class="index">imap_list</a> - Read the list of mailboxes</li>
<li><a href="function.imap-listmailbox.php" class="index">imap_listmailbox</a> - Alias di imap_list</li>
<li><a href="function.imap-listscan.php" class="index">imap_listscan</a> - Returns the list of mailboxes that matches the given text</li>
<li><a href="function.imap-listsubscribed.php" class="index">imap_listsubscribed</a> - Alias di imap_lsub</li>
<li><a href="function.imap-lsub.php" class="index">imap_lsub</a> - List all the subscribed mailboxes</li>
<li><a href="function.imap-mail.php" class="index">imap_mail</a> - Send an email message</li>
<li><a href="function.imap-mailboxmsginfo.php" class="index">imap_mailboxmsginfo</a> - Get information about the current mailbox</li>
<li><a href="function.imap-mail-compose.php" class="index">imap_mail_compose</a> - Create a MIME message based on given envelope and body sections</li>
<li><a href="function.imap-mail-copy.php" class="index">imap_mail_copy</a> - Copy specified messages to a mailbox</li>
<li><a href="function.imap-mail-move.php" class="index">imap_mail_move</a> - Move specified messages to a mailbox</li>
<li><a href="function.imap-mime-header-decode.php" class="index">imap_mime_header_decode</a> - Decode MIME header elements</li>
<li><a href="function.imap-msgno.php" class="index">imap_msgno</a> - Gets the message sequence number for the given UID</li>
<li><a href="function.imap-mutf7-to-utf8.php" class="index">imap_mutf7_to_utf8</a> - Decode a modified UTF-7 string to UTF-8</li>
<li><a href="function.imap-num-msg.php" class="index">imap_num_msg</a> - Gets the number of messages in the current mailbox</li>
<li><a href="function.imap-num-recent.php" class="index">imap_num_recent</a> - Gets the number of recent messages in current mailbox</li>
<li><a href="function.imap-open.php" class="index">imap_open</a> - Open an IMAP stream to a mailbox</li>
<li><a href="function.imap-ping.php" class="index">imap_ping</a> - Check if the IMAP stream is still active</li>
<li><a href="function.imap-qprint.php" class="index">imap_qprint</a> - Convert a quoted-printable string to an 8 bit string</li>
<li><a href="function.imap-rename.php" class="index">imap_rename</a> - Alias di imap_renamemailbox</li>
<li><a href="function.imap-renamemailbox.php" class="index">imap_renamemailbox</a> - Rename an old mailbox to new mailbox</li>
<li><a href="function.imap-reopen.php" class="index">imap_reopen</a> - Reopen IMAP stream to new mailbox</li>
<li><a href="function.imap-rfc822-parse-adrlist.php" class="index">imap_rfc822_parse_adrlist</a> - Parses an address string</li>
<li><a href="function.imap-rfc822-parse-headers.php" class="index">imap_rfc822_parse_headers</a> - Parse mail headers from a string</li>
<li><a href="function.imap-rfc822-write-address.php" class="index">imap_rfc822_write_address</a> - Returns a properly formatted email address given the mailbox, host, and personal info</li>
<li><a href="function.imap-savebody.php" class="index">imap_savebody</a> - Save a specific body section to a file</li>
<li><a href="function.imap-scan.php" class="index">imap_scan</a> - Alias di imap_listscan</li>
<li><a href="function.imap-scanmailbox.php" class="index">imap_scanmailbox</a> - Alias di imap_listscan</li>
<li><a href="function.imap-search.php" class="index">imap_search</a> - This function returns an array of messages matching the given search criteria</li>
<li><a href="function.imap-setacl.php" class="index">imap_setacl</a> - Sets the ACL for a given mailbox</li>
<li><a href="function.imap-setflag-full.php" class="index">imap_setflag_full</a> - Sets flags on messages</li>
<li><a href="function.imap-set-quota.php" class="index">imap_set_quota</a> - Sets a quota for a given mailbox</li>
<li><a href="function.imap-sort.php" class="index">imap_sort</a> - Gets and sort messages</li>
<li><a href="function.imap-status.php" class="index">imap_status</a> - Returns status information on a mailbox</li>
<li><a href="function.imap-subscribe.php" class="index">imap_subscribe</a> - Subscribe to a mailbox</li>
<li><a href="function.imap-thread.php" class="index">imap_thread</a> - Returns a tree of threaded message</li>
<li><a href="function.imap-timeout.php" class="index">imap_timeout</a> - Set or fetch imap timeout</li>
<li><a href="function.imap-uid.php" class="index">imap_uid</a> - This function returns the UID for the given message sequence number</li>
<li><a href="function.imap-undelete.php" class="index">imap_undelete</a> - Unmark the message which is marked deleted</li>
<li><a href="function.imap-unsubscribe.php" class="index">imap_unsubscribe</a> - Unsubscribe from a mailbox</li>
<li><a href="function.imap-utf7-decode.php" class="index">imap_utf7_decode</a> - Decodes a modified UTF-7 encoded string</li>
<li><a href="function.imap-utf7-encode.php" class="index">imap_utf7_encode</a> - Converts ISO-8859-1 string to modified UTF-7 text</li>
<li><a href="function.imap-utf8.php" class="index">imap_utf8</a> - Converts MIME-encoded text to UTF-8</li>
<li><a href="function.imap-utf8-to-mutf7.php" class="index">imap_utf8_to_mutf7</a> - Encode a UTF-8 string to modified UTF-7</li>
<li><a href="function.implode.php" class="index">implode</a> - Unisce gli elementi di un array in una stringa</li>
<li><a href="function.inet-ntop.php" class="index">inet_ntop</a> - Converts a packed internet address to a human readable representation</li>
<li><a href="function.inet-pton.php" class="index">inet_pton</a> - Converts a human readable IP address to its packed in_addr representation</li>
<li><a href="infiniteiterator.next.php" class="index">InfiniteIterator::next</a> - Moves the inner Iterator forward or rewinds it</li>
<li><a href="infiniteiterator.construct.php" class="index">InfiniteIterator::__construct</a> - Constructs an InfiniteIterator</li>
<li><a href="function.inflate-add.php" class="index">inflate_add</a> - Incrementally inflate encoded data</li>
<li><a href="function.inflate-get-read-len.php" class="index">inflate_get_read_len</a> - Get number of bytes read so far</li>
<li><a href="function.inflate-get-status.php" class="index">inflate_get_status</a> - Get decompression status</li>
<li><a href="function.inflate-init.php" class="index">inflate_init</a> - Initialize an incremental inflate context</li>
<li><a href="function.ini-alter.php" class="index">ini_alter</a> - Alias di ini_set</li>
<li><a href="function.ini-get.php" class="index">ini_get</a> - Restituisce il valore delle opzioni di configurazione</li>
<li><a href="function.ini-get-all.php" class="index">ini_get_all</a> - Restituisce tutte le opzioni di configurazione</li>
<li><a href="function.ini-parse-quantity.php" class="index">ini_parse_quantity</a> - Get interpreted size from ini shorthand syntax</li>
<li><a href="function.ini-restore.php" class="index">ini_restore</a> - Ripristina il valore di un'opzione di configurazione</li>
<li><a href="function.ini-set.php" class="index">ini_set</a> - Imposta le opzioni di configurazione</li>
<li><a href="function.inotify-add-watch.php" class="index">inotify_add_watch</a> - Add a watch to an initialized inotify instance</li>
<li><a href="function.inotify-init.php" class="index">inotify_init</a> - Initialize an inotify instance</li>
<li><a href="function.inotify-queue-len.php" class="index">inotify_queue_len</a> - Return a number upper than zero if there are pending events</li>
<li><a href="function.inotify-read.php" class="index">inotify_read</a> - Read events from an inotify instance</li>
<li><a href="function.inotify-rm-watch.php" class="index">inotify_rm_watch</a> - Remove an existing watch from an inotify instance</li>
<li><a href="function.intdiv.php" class="index">intdiv</a> - Integer division</li>
<li><a href="function.interface-exists.php" class="index">interface_exists</a> - Checks if the interface has been defined</li>
<li><a href="internaliterator.current.php" class="index">InternalIterator::current</a> - Return the current element</li>
<li><a href="internaliterator.key.php" class="index">InternalIterator::key</a> - Return the key of the current element</li>
<li><a href="internaliterator.next.php" class="index">InternalIterator::next</a> - Move forward to next element</li>
<li><a href="internaliterator.rewind.php" class="index">InternalIterator::rewind</a> - Rewind the Iterator to the first element</li>
<li><a href="internaliterator.valid.php" class="index">InternalIterator::valid</a> - Check if current position is valid</li>
<li><a href="internaliterator.construct.php" class="index">InternalIterator::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="intlbreakiterator.createcharacterinstance.php" class="index">IntlBreakIterator::createCharacterInstance</a> - Create break iterator for boundaries of combining character sequences</li>
<li><a href="intlbreakiterator.createcodepointinstance.php" class="index">IntlBreakIterator::createCodePointInstance</a> - Create break iterator for boundaries of code points</li>
<li><a href="intlbreakiterator.createlineinstance.php" class="index">IntlBreakIterator::createLineInstance</a> - Create break iterator for logically possible line breaks</li>
<li><a href="intlbreakiterator.createsentenceinstance.php" class="index">IntlBreakIterator::createSentenceInstance</a> - Create break iterator for sentence breaks</li>
<li><a href="intlbreakiterator.createtitleinstance.php" class="index">IntlBreakIterator::createTitleInstance</a> - Create break iterator for title-casing breaks</li>
<li><a href="intlbreakiterator.createwordinstance.php" class="index">IntlBreakIterator::createWordInstance</a> - Create break iterator for word breaks</li>
<li><a href="intlbreakiterator.current.php" class="index">IntlBreakIterator::current</a> - Get index of current position</li>
<li><a href="intlbreakiterator.first.php" class="index">IntlBreakIterator::first</a> - Set position to the first character in the text</li>
<li><a href="intlbreakiterator.following.php" class="index">IntlBreakIterator::following</a> - Advance the iterator to the first boundary following specified offset</li>
<li><a href="intlbreakiterator.geterrorcode.php" class="index">IntlBreakIterator::getErrorCode</a> - Get last error code on the object</li>
<li><a href="intlbreakiterator.geterrormessage.php" class="index">IntlBreakIterator::getErrorMessage</a> - Get last error message on the object</li>
<li><a href="intlbreakiterator.getlocale.php" class="index">IntlBreakIterator::getLocale</a> - Get the locale associated with the object</li>
<li><a href="intlbreakiterator.getpartsiterator.php" class="index">IntlBreakIterator::getPartsIterator</a> - Create iterator for navigating fragments between boundaries</li>
<li><a href="intlbreakiterator.gettext.php" class="index">IntlBreakIterator::getText</a> - Get the text being scanned</li>
<li><a href="intlbreakiterator.isboundary.php" class="index">IntlBreakIterator::isBoundary</a> - Tell whether an offset is a boundaryʼs offset</li>
<li><a href="intlbreakiterator.last.php" class="index">IntlBreakIterator::last</a> - Set the iterator position to index beyond the last character</li>
<li><a href="intlbreakiterator.next.php" class="index">IntlBreakIterator::next</a> - Advance the iterator the next boundary</li>
<li><a href="intlbreakiterator.preceding.php" class="index">IntlBreakIterator::preceding</a> - Set the iterator position to the first boundary before an offset</li>
<li><a href="intlbreakiterator.previous.php" class="index">IntlBreakIterator::previous</a> - Set the iterator position to the boundary immediately before the current</li>
<li><a href="intlbreakiterator.settext.php" class="index">IntlBreakIterator::setText</a> - Set the text being scanned</li>
<li><a href="intlbreakiterator.construct.php" class="index">IntlBreakIterator::__construct</a> - Private constructor for disallowing instantiation</li>
<li><a href="intlcalendar.add.php" class="index">IntlCalendar::add</a> - Add a (signed) amount of time to a field</li>
<li><a href="intlcalendar.after.php" class="index">IntlCalendar::after</a> - Whether this objectʼs time is after that of the passed object</li>
<li><a href="intlcalendar.before.php" class="index">IntlCalendar::before</a> - Whether this objectʼs time is before that of the passed object</li>
<li><a href="intlcalendar.clear.php" class="index">IntlCalendar::clear</a> - Clear a field or all fields</li>
<li><a href="intlcalendar.createinstance.php" class="index">IntlCalendar::createInstance</a> - Create a new IntlCalendar</li>
<li><a href="intlcalendar.equals.php" class="index">IntlCalendar::equals</a> - Compare time of two IntlCalendar objects for equality</li>
<li><a href="intlcalendar.fielddifference.php" class="index">IntlCalendar::fieldDifference</a> - Calculate difference between given time and this objectʼs time</li>
<li><a href="intlcalendar.fromdatetime.php" class="index">IntlCalendar::fromDateTime</a> - Create an IntlCalendar from a DateTime object or string</li>
<li><a href="intlcalendar.get.php" class="index">IntlCalendar::get</a> - Get the value for a field</li>
<li><a href="intlcalendar.getactualmaximum.php" class="index">IntlCalendar::getActualMaximum</a> - The maximum value for a field, considering the objectʼs current time</li>
<li><a href="intlcalendar.getactualminimum.php" class="index">IntlCalendar::getActualMinimum</a> - The minimum value for a field, considering the objectʼs current time</li>
<li><a href="intlcalendar.getavailablelocales.php" class="index">IntlCalendar::getAvailableLocales</a> - Get array of locales for which there is data</li>
<li><a href="intlcalendar.getdayofweektype.php" class="index">IntlCalendar::getDayOfWeekType</a> - Tell whether a day is a weekday, weekend or a day that has a transition between the two</li>
<li><a href="intlcalendar.geterrorcode.php" class="index">IntlCalendar::getErrorCode</a> - Get last error code on the object</li>
<li><a href="intlcalendar.geterrormessage.php" class="index">IntlCalendar::getErrorMessage</a> - Get last error message on the object</li>
<li><a href="intlcalendar.getfirstdayofweek.php" class="index">IntlCalendar::getFirstDayOfWeek</a> - Get the first day of the week for the calendarʼs locale</li>
<li><a href="intlcalendar.getgreatestminimum.php" class="index">IntlCalendar::getGreatestMinimum</a> - Get the largest local minimum value for a field</li>
<li><a href="intlcalendar.getkeywordvaluesforlocale.php" class="index">IntlCalendar::getKeywordValuesForLocale</a> - Get set of locale keyword values</li>
<li><a href="intlcalendar.getleastmaximum.php" class="index">IntlCalendar::getLeastMaximum</a> - Get the smallest local maximum for a field</li>
<li><a href="intlcalendar.getlocale.php" class="index">IntlCalendar::getLocale</a> - Get the locale associated with the object</li>
<li><a href="intlcalendar.getmaximum.php" class="index">IntlCalendar::getMaximum</a> - Get the global maximum value for a field</li>
<li><a href="intlcalendar.getminimaldaysinfirstweek.php" class="index">IntlCalendar::getMinimalDaysInFirstWeek</a> - Get minimal number of days the first week in a year or month can have</li>
<li><a href="intlcalendar.getminimum.php" class="index">IntlCalendar::getMinimum</a> - Get the global minimum value for a field</li>
<li><a href="intlcalendar.getnow.php" class="index">IntlCalendar::getNow</a> - Get number representing the current time</li>
<li><a href="intlcalendar.getrepeatedwalltimeoption.php" class="index">IntlCalendar::getRepeatedWallTimeOption</a> - Get behavior for handling repeating wall time</li>
<li><a href="intlcalendar.getskippedwalltimeoption.php" class="index">IntlCalendar::getSkippedWallTimeOption</a> - Get behavior for handling skipped wall time</li>
<li><a href="intlcalendar.gettime.php" class="index">IntlCalendar::getTime</a> - Get time currently represented by the object</li>
<li><a href="intlcalendar.gettimezone.php" class="index">IntlCalendar::getTimeZone</a> - Get the objectʼs timezone</li>
<li><a href="intlcalendar.gettype.php" class="index">IntlCalendar::getType</a> - Get the calendar type</li>
<li><a href="intlcalendar.getweekendtransition.php" class="index">IntlCalendar::getWeekendTransition</a> - Get time of the day at which weekend begins or ends</li>
<li><a href="intlcalendar.indaylighttime.php" class="index">IntlCalendar::inDaylightTime</a> - Whether the objectʼs time is in Daylight Savings Time</li>
<li><a href="intlcalendar.isequivalentto.php" class="index">IntlCalendar::isEquivalentTo</a> - Whether another calendar is equal but for a different time</li>
<li><a href="intlcalendar.islenient.php" class="index">IntlCalendar::isLenient</a> - Whether date/time interpretation is in lenient mode</li>
<li><a href="intlcalendar.isset.php" class="index">IntlCalendar::isSet</a> - Whether a field is set</li>
<li><a href="intlcalendar.isweekend.php" class="index">IntlCalendar::isWeekend</a> - Whether a certain date/time is in the weekend</li>
<li><a href="intlcalendar.roll.php" class="index">IntlCalendar::roll</a> - Add value to field without carrying into more significant fields</li>
<li><a href="intlcalendar.set.php" class="index">IntlCalendar::set</a> - Set a time field or several common fields at once</li>
<li><a href="intlcalendar.setdate.php" class="index">IntlCalendar::setDate</a> - Set a date fields</li>
<li><a href="intlcalendar.setdatetime.php" class="index">IntlCalendar::setDateTime</a> - Set a date and time fields</li>
<li><a href="intlcalendar.setfirstdayofweek.php" class="index">IntlCalendar::setFirstDayOfWeek</a> - Set the day on which the week is deemed to start</li>
<li><a href="intlcalendar.setlenient.php" class="index">IntlCalendar::setLenient</a> - Set whether date/time interpretation is to be lenient</li>
<li><a href="intlcalendar.setminimaldaysinfirstweek.php" class="index">IntlCalendar::setMinimalDaysInFirstWeek</a> - Set minimal number of days the first week in a year or month can have</li>
<li><a href="intlcalendar.setrepeatedwalltimeoption.php" class="index">IntlCalendar::setRepeatedWallTimeOption</a> - Set behavior for handling repeating wall times at negative timezone offset transitions</li>
<li><a href="intlcalendar.setskippedwalltimeoption.php" class="index">IntlCalendar::setSkippedWallTimeOption</a> - Set behavior for handling skipped wall times at positive timezone offset transitions</li>
<li><a href="intlcalendar.settime.php" class="index">IntlCalendar::setTime</a> - Set the calendar time in milliseconds since the epoch</li>
<li><a href="intlcalendar.settimezone.php" class="index">IntlCalendar::setTimeZone</a> - Set the timezone used by this calendar</li>
<li><a href="intlcalendar.todatetime.php" class="index">IntlCalendar::toDateTime</a> - Convert an IntlCalendar into a DateTime object</li>
<li><a href="intlcalendar.construct.php" class="index">IntlCalendar::__construct</a> - Private constructor for disallowing instantiation</li>
<li><a href="intlchar.charage.php" class="index">IntlChar::charAge</a> - Get the &quot;age&quot; of the code point</li>
<li><a href="intlchar.chardigitvalue.php" class="index">IntlChar::charDigitValue</a> - Get the decimal digit value of a decimal digit character</li>
<li><a href="intlchar.chardirection.php" class="index">IntlChar::charDirection</a> - Get bidirectional category value for a code point</li>
<li><a href="intlchar.charfromname.php" class="index">IntlChar::charFromName</a> - Find Unicode character by name and return its code point value</li>
<li><a href="intlchar.charmirror.php" class="index">IntlChar::charMirror</a> - Get the &quot;mirror-image&quot; character for a code point</li>
<li><a href="intlchar.charname.php" class="index">IntlChar::charName</a> - Retrieve the name of a Unicode character</li>
<li><a href="intlchar.chartype.php" class="index">IntlChar::charType</a> - Get the general category value for a code point</li>
<li><a href="intlchar.chr.php" class="index">IntlChar::chr</a> - Return Unicode character by code point value</li>
<li><a href="intlchar.digit.php" class="index">IntlChar::digit</a> - Get the decimal digit value of a code point for a given radix</li>
<li><a href="intlchar.enumcharnames.php" class="index">IntlChar::enumCharNames</a> - Enumerate all assigned Unicode characters within a range</li>
<li><a href="intlchar.enumchartypes.php" class="index">IntlChar::enumCharTypes</a> - Enumerate all code points with their Unicode general categories</li>
<li><a href="intlchar.foldcase.php" class="index">IntlChar::foldCase</a> - Perform case folding on a code point</li>
<li><a href="intlchar.fordigit.php" class="index">IntlChar::forDigit</a> - Get character representation for a given digit and radix</li>
<li><a href="intlchar.getbidipairedbracket.php" class="index">IntlChar::getBidiPairedBracket</a> - Get the paired bracket character for a code point</li>
<li><a href="intlchar.getblockcode.php" class="index">IntlChar::getBlockCode</a> - Get the Unicode allocation block containing a code point</li>
<li><a href="intlchar.getcombiningclass.php" class="index">IntlChar::getCombiningClass</a> - Get the combining class of a code point</li>
<li><a href="intlchar.getfc-nfkc-closure.php" class="index">IntlChar::getFC_NFKC_Closure</a> - Get the FC_NFKC_Closure property for a code point</li>
<li><a href="intlchar.getintpropertymaxvalue.php" class="index">IntlChar::getIntPropertyMaxValue</a> - Get the max value for a Unicode property</li>
<li><a href="intlchar.getintpropertyminvalue.php" class="index">IntlChar::getIntPropertyMinValue</a> - Get the min value for a Unicode property</li>
<li><a href="intlchar.getintpropertyvalue.php" class="index">IntlChar::getIntPropertyValue</a> - Get the value for a Unicode property for a code point</li>
<li><a href="intlchar.getnumericvalue.php" class="index">IntlChar::getNumericValue</a> - Get the numeric value for a Unicode code point</li>
<li><a href="intlchar.getpropertyenum.php" class="index">IntlChar::getPropertyEnum</a> - Get the property constant value for a given property name</li>
<li><a href="intlchar.getpropertyname.php" class="index">IntlChar::getPropertyName</a> - Get the Unicode name for a property</li>
<li><a href="intlchar.getpropertyvalueenum.php" class="index">IntlChar::getPropertyValueEnum</a> - Get the property value for a given value name</li>
<li><a href="intlchar.getpropertyvaluename.php" class="index">IntlChar::getPropertyValueName</a> - Get the Unicode name for a property value</li>
<li><a href="intlchar.getunicodeversion.php" class="index">IntlChar::getUnicodeVersion</a> - Get the Unicode version</li>
<li><a href="intlchar.hasbinaryproperty.php" class="index">IntlChar::hasBinaryProperty</a> - Check a binary Unicode property for a code point</li>
<li><a href="intlchar.isalnum.php" class="index">IntlChar::isalnum</a> - Check if code point is an alphanumeric character</li>
<li><a href="intlchar.isalpha.php" class="index">IntlChar::isalpha</a> - Check if code point is a letter character</li>
<li><a href="intlchar.isbase.php" class="index">IntlChar::isbase</a> - Check if code point is a base character</li>
<li><a href="intlchar.isblank.php" class="index">IntlChar::isblank</a> - Check if code point is a &quot;blank&quot; or &quot;horizontal space&quot; character</li>
<li><a href="intlchar.iscntrl.php" class="index">IntlChar::iscntrl</a> - Check if code point is a control character</li>
<li><a href="intlchar.isdefined.php" class="index">IntlChar::isdefined</a> - Check whether the code point is defined</li>
<li><a href="intlchar.isdigit.php" class="index">IntlChar::isdigit</a> - Check if code point is a digit character</li>
<li><a href="intlchar.isgraph.php" class="index">IntlChar::isgraph</a> - Check if code point is a graphic character</li>
<li><a href="intlchar.isidignorable.php" class="index">IntlChar::isIDIgnorable</a> - Check if code point is an ignorable character</li>
<li><a href="intlchar.isidpart.php" class="index">IntlChar::isIDPart</a> - Check if code point is permissible in an identifier</li>
<li><a href="intlchar.isidstart.php" class="index">IntlChar::isIDStart</a> - Check if code point is permissible as the first character in an identifier</li>
<li><a href="intlchar.isisocontrol.php" class="index">IntlChar::isISOControl</a> - Check if code point is an ISO control code</li>
<li><a href="intlchar.isjavaidpart.php" class="index">IntlChar::isJavaIDPart</a> - Check if code point is permissible in a Java identifier</li>
<li><a href="intlchar.isjavaidstart.php" class="index">IntlChar::isJavaIDStart</a> - Check if code point is permissible as the first character in a Java identifier</li>
<li><a href="intlchar.isjavaspacechar.php" class="index">IntlChar::isJavaSpaceChar</a> - Check if code point is a space character according to Java</li>
<li><a href="intlchar.islower.php" class="index">IntlChar::islower</a> - Check if code point is a lowercase letter</li>
<li><a href="intlchar.ismirrored.php" class="index">IntlChar::isMirrored</a> - Check if code point has the Bidi_Mirrored property</li>
<li><a href="intlchar.isprint.php" class="index">IntlChar::isprint</a> - Check if code point is a printable character</li>
<li><a href="intlchar.ispunct.php" class="index">IntlChar::ispunct</a> - Check if code point is punctuation character</li>
<li><a href="intlchar.isspace.php" class="index">IntlChar::isspace</a> - Check if code point is a space character</li>
<li><a href="intlchar.istitle.php" class="index">IntlChar::istitle</a> - Check if code point is a titlecase letter</li>
<li><a href="intlchar.isualphabetic.php" class="index">IntlChar::isUAlphabetic</a> - Check if code point has the Alphabetic Unicode property</li>
<li><a href="intlchar.isulowercase.php" class="index">IntlChar::isULowercase</a> - Check if code point has the Lowercase Unicode property</li>
<li><a href="intlchar.isupper.php" class="index">IntlChar::isupper</a> - Check if code point has the general category &quot;Lu&quot; (uppercase letter)</li>
<li><a href="intlchar.isuuppercase.php" class="index">IntlChar::isUUppercase</a> - Check if code point has the Uppercase Unicode property</li>
<li><a href="intlchar.isuwhitespace.php" class="index">IntlChar::isUWhiteSpace</a> - Check if code point has the White_Space Unicode property</li>
<li><a href="intlchar.iswhitespace.php" class="index">IntlChar::isWhitespace</a> - Check if code point is a whitespace character according to ICU</li>
<li><a href="intlchar.isxdigit.php" class="index">IntlChar::isxdigit</a> - Check if code point is a hexadecimal digit</li>
<li><a href="intlchar.ord.php" class="index">IntlChar::ord</a> - Return Unicode code point value of character</li>
<li><a href="intlchar.tolower.php" class="index">IntlChar::tolower</a> - Make Unicode character lowercase</li>
<li><a href="intlchar.totitle.php" class="index">IntlChar::totitle</a> - Make Unicode character titlecase</li>
<li><a href="intlchar.toupper.php" class="index">IntlChar::toupper</a> - Make Unicode character uppercase</li>
<li><a href="intlcodepointbreakiterator.getlastcodepoint.php" class="index">IntlCodePointBreakIterator::getLastCodePoint</a> - Get last code point passed over after advancing or receding the iterator</li>
<li><a href="intldateformatter.create.php" class="index">IntlDateFormatter::create</a> - Create a date formatter</li>
<li><a href="intldateformatter.format.php" class="index">IntlDateFormatter::format</a> - Format the date/time value as a string</li>
<li><a href="intldateformatter.formatobject.php" class="index">IntlDateFormatter::formatObject</a> - Formats an object</li>
<li><a href="intldateformatter.getcalendar.php" class="index">IntlDateFormatter::getCalendar</a> - Get the calendar type used for the IntlDateFormatter</li>
<li><a href="intldateformatter.getcalendarobject.php" class="index">IntlDateFormatter::getCalendarObject</a> - Get copy of formatterʼs calendar object</li>
<li><a href="intldateformatter.getdatetype.php" class="index">IntlDateFormatter::getDateType</a> - Get the datetype used for the IntlDateFormatter</li>
<li><a href="intldateformatter.geterrorcode.php" class="index">IntlDateFormatter::getErrorCode</a> - Get the error code from last operation</li>
<li><a href="intldateformatter.geterrormessage.php" class="index">IntlDateFormatter::getErrorMessage</a> - Get the error text from the last operation</li>
<li><a href="intldateformatter.getlocale.php" class="index">IntlDateFormatter::getLocale</a> - Get the locale used by formatter</li>
<li><a href="intldateformatter.getpattern.php" class="index">IntlDateFormatter::getPattern</a> - Get the pattern used for the IntlDateFormatter</li>
<li><a href="intldateformatter.gettimetype.php" class="index">IntlDateFormatter::getTimeType</a> - Get the timetype used for the IntlDateFormatter</li>
<li><a href="intldateformatter.gettimezone.php" class="index">IntlDateFormatter::getTimeZone</a> - Get formatterʼs timezone</li>
<li><a href="intldateformatter.gettimezoneid.php" class="index">IntlDateFormatter::getTimeZoneId</a> - Get the timezone-id used for the IntlDateFormatter</li>
<li><a href="intldateformatter.islenient.php" class="index">IntlDateFormatter::isLenient</a> - Get the lenient used for the IntlDateFormatter</li>
<li><a href="intldateformatter.localtime.php" class="index">IntlDateFormatter::localtime</a> - Parse string to a field-based time value</li>
<li><a href="intldateformatter.parse.php" class="index">IntlDateFormatter::parse</a> - Parse string to a timestamp value</li>
<li><a href="intldateformatter.setcalendar.php" class="index">IntlDateFormatter::setCalendar</a> - Sets the calendar type used by the formatter</li>
<li><a href="intldateformatter.setlenient.php" class="index">IntlDateFormatter::setLenient</a> - Set the leniency of the parser</li>
<li><a href="intldateformatter.setpattern.php" class="index">IntlDateFormatter::setPattern</a> - Set the pattern used for the IntlDateFormatter</li>
<li><a href="intldateformatter.settimezone.php" class="index">IntlDateFormatter::setTimeZone</a> - Sets formatterʼs timezone</li>
<li><a href="intldatepatterngenerator.create.php" class="index">IntlDatePatternGenerator::create</a> - Creates a new IntlDatePatternGenerator instance</li>
<li><a href="intldatepatterngenerator.getbestpattern.php" class="index">IntlDatePatternGenerator::getBestPattern</a> - Determines the most suitable date/time format</li>
<li><a href="intlgregoriancalendar.createfromdate.php" class="index">IntlGregorianCalendar::createFromDate</a> - Create a new IntlGregorianCalendar instance from date</li>
<li><a href="intlgregoriancalendar.createfromdatetime.php" class="index">IntlGregorianCalendar::createFromDateTime</a> - Create a new IntlGregorianCalendar instance from date and time</li>
<li><a href="intlgregoriancalendar.getgregorianchange.php" class="index">IntlGregorianCalendar::getGregorianChange</a> - Get the Gregorian Calendar change date</li>
<li><a href="intlgregoriancalendar.isleapyear.php" class="index">IntlGregorianCalendar::isLeapYear</a> - Determine if the given year is a leap year</li>
<li><a href="intlgregoriancalendar.setgregorianchange.php" class="index">IntlGregorianCalendar::setGregorianChange</a> - Set the Gregorian Calendar the change date</li>
<li><a href="intlgregoriancalendar.construct.php" class="index">IntlGregorianCalendar::__construct</a> - Create the Gregorian Calendar class</li>
<li><a href="intliterator.current.php" class="index">IntlIterator::current</a> - Get the current element</li>
<li><a href="intliterator.key.php" class="index">IntlIterator::key</a> - Get the current key</li>
<li><a href="intliterator.next.php" class="index">IntlIterator::next</a> - Move forward to the next element</li>
<li><a href="intliterator.rewind.php" class="index">IntlIterator::rewind</a> - Rewind the iterator to the first element</li>
<li><a href="intliterator.valid.php" class="index">IntlIterator::valid</a> - Check if current position is valid</li>
<li><a href="intlpartsiterator.getbreakiterator.php" class="index">IntlPartsIterator::getBreakIterator</a> - Get IntlBreakIterator backing this parts iterator</li>
<li><a href="intlrulebasedbreakiterator.getbinaryrules.php" class="index">IntlRuleBasedBreakIterator::getBinaryRules</a> - Get the binary form of compiled rules</li>
<li><a href="intlrulebasedbreakiterator.getrules.php" class="index">IntlRuleBasedBreakIterator::getRules</a> - Get the rule set used to create this object</li>
<li><a href="intlrulebasedbreakiterator.getrulestatus.php" class="index">IntlRuleBasedBreakIterator::getRuleStatus</a> - Get the largest status value from the break rules that determined the current break position</li>
<li><a href="intlrulebasedbreakiterator.getrulestatusvec.php" class="index">IntlRuleBasedBreakIterator::getRuleStatusVec</a> - Get the status values from the break rules that determined the current break position</li>
<li><a href="intlrulebasedbreakiterator.construct.php" class="index">IntlRuleBasedBreakIterator::__construct</a> - Create iterator from ruleset</li>
<li><a href="intltimezone.countequivalentids.php" class="index">IntlTimeZone::countEquivalentIDs</a> - Get the number of IDs in the equivalency group that includes the given ID</li>
<li><a href="intltimezone.createdefault.php" class="index">IntlTimeZone::createDefault</a> - Create a new copy of the default timezone for this host</li>
<li><a href="intltimezone.createenumeration.php" class="index">IntlTimeZone::createEnumeration</a> - Get an enumeration over time zone IDs associated with the
  given country or offset</li>
<li><a href="intltimezone.createtimezone.php" class="index">IntlTimeZone::createTimeZone</a> - Create a timezone object for the given ID</li>
<li><a href="intltimezone.createtimezoneidenumeration.php" class="index">IntlTimeZone::createTimeZoneIDEnumeration</a> - Get an enumeration over system time zone IDs with the given filter conditions</li>
<li><a href="intltimezone.fromdatetimezone.php" class="index">IntlTimeZone::fromDateTimeZone</a> - Create a timezone object from DateTimeZone</li>
<li><a href="intltimezone.getcanonicalid.php" class="index">IntlTimeZone::getCanonicalID</a> - Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID</li>
<li><a href="intltimezone.getdisplayname.php" class="index">IntlTimeZone::getDisplayName</a> - Get a name of this time zone suitable for presentation to the user</li>
<li><a href="intltimezone.getdstsavings.php" class="index">IntlTimeZone::getDSTSavings</a> - Get the amount of time to be added to local standard time to get local wall clock time</li>
<li><a href="intltimezone.getequivalentid.php" class="index">IntlTimeZone::getEquivalentID</a> - Get an ID in the equivalency group that includes the given ID</li>
<li><a href="intltimezone.geterrorcode.php" class="index">IntlTimeZone::getErrorCode</a> - Get last error code on the object</li>
<li><a href="intltimezone.geterrormessage.php" class="index">IntlTimeZone::getErrorMessage</a> - Get last error message on the object</li>
<li><a href="intltimezone.getgmt.php" class="index">IntlTimeZone::getGMT</a> - Create GMT (UTC) timezone</li>
<li><a href="intltimezone.getid.php" class="index">IntlTimeZone::getID</a> - Get timezone ID</li>
<li><a href="intltimezone.getidforwindowsid.php" class="index">IntlTimeZone::getIDForWindowsID</a> - Translate a Windows timezone into a system timezone</li>
<li><a href="intltimezone.getoffset.php" class="index">IntlTimeZone::getOffset</a> - Get the time zone raw and GMT offset for the given moment in time</li>
<li><a href="intltimezone.getrawoffset.php" class="index">IntlTimeZone::getRawOffset</a> - Get the raw GMT offset (before taking daylight savings time into account</li>
<li><a href="intltimezone.getregion.php" class="index">IntlTimeZone::getRegion</a> - Get the region code associated with the given system time zone ID</li>
<li><a href="intltimezone.gettzdataversion.php" class="index">IntlTimeZone::getTZDataVersion</a> - Get the timezone data version currently used by ICU</li>
<li><a href="intltimezone.getunknown.php" class="index">IntlTimeZone::getUnknown</a> - Get the &quot;unknown&quot; time zone</li>
<li><a href="intltimezone.getwindowsid.php" class="index">IntlTimeZone::getWindowsID</a> - Translate a system timezone into a Windows timezone</li>
<li><a href="intltimezone.hassamerules.php" class="index">IntlTimeZone::hasSameRules</a> - Check if this zone has the same rules and offset as another zone</li>
<li><a href="intltimezone.todatetimezone.php" class="index">IntlTimeZone::toDateTimeZone</a> - Convert to DateTimeZone object</li>
<li><a href="intltimezone.usedaylighttime.php" class="index">IntlTimeZone::useDaylightTime</a> - Check if this time zone uses daylight savings time</li>
<li><a href="intltimezone.construct.php" class="index">IntlTimeZone::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="function.intl-error-name.php" class="index">intl_error_name</a> - Get symbolic name for a given error code</li>
<li><a href="function.intl-get-error-code.php" class="index">intl_get_error_code</a> - Get the last error code</li>
<li><a href="function.intl-get-error-message.php" class="index">intl_get_error_message</a> - Get description of the last error</li>
<li><a href="function.intl-is-failure.php" class="index">intl_is_failure</a> - Check whether the given error code indicates failure</li>
<li><a href="function.intval.php" class="index">intval</a> - Estrae il valore intero da una variabile</li>
<li><a href="function.in-array.php" class="index">in_array</a> - Controlla se un valore &egrave; presente in un array</li>
<li><a href="function.ip2long.php" class="index">ip2long</a> - Converts a string containing an (IPv4) Internet Protocol dotted address
      into a proper address.
      Converte una stringa contenente un indirizzo di rete del Protocollo Internet (IPv4)
      in un indirizzo espresso come tipo di dato int.</li>
<li><a href="function.iptcembed.php" class="index">iptcembed</a> - Embeds binary IPTC data into a JPEG image</li>
<li><a href="function.iptcparse.php" class="index">iptcparse</a> - Parse a binary IPTC block into single tags</li>
<li><a href="function.isset.php" class="index">isset</a> - Verifica se una variabile &egrave; definita e non &egrave; null</li>
<li><a href="function.is-a.php" class="index">is_a</a> - Verifica se l'oggetto &egrave; di questa classe o ha questa classe come una dei suoi genitori</li>
<li><a href="function.is-array.php" class="index">is_array</a> - Verifica se una variabile &egrave; un array</li>
<li><a href="function.is-bool.php" class="index">is_bool</a> - Verifica se una variabile &egrave; di tipo boolean</li>
<li><a href="function.is-callable.php" class="index">is_callable</a> - Verifica se il contenuto di una variabile pu&ograve; essere eseguito come una funzione</li>
<li><a href="function.is-countable.php" class="index">is_countable</a> - Verify that the contents of a variable is a countable value</li>
<li><a href="function.is-dir.php" class="index">is_dir</a> - Dice se la stringa corrisponde ad una directory</li>
<li><a href="function.is-double.php" class="index">is_double</a> - Alias di is_float</li>
<li><a href="function.is-executable.php" class="index">is_executable</a> - Dice se il file indicato &egrave; eseguibile</li>
<li><a href="function.is-file.php" class="index">is_file</a> - Dice se il file &egrave; un file regolare</li>
<li><a href="function.is-finite.php" class="index">is_finite</a> - Verifica se un numero dato &egrave; un numero finito</li>
<li><a href="function.is-float.php" class="index">is_float</a> - Verifica se una variabile &egrave; di tipo float (decimale a virgola mobile)</li>
<li><a href="function.is-infinite.php" class="index">is_infinite</a> - Verifica se un dato valore &egrave; infinito</li>
<li><a href="function.is-int.php" class="index">is_int</a> - Verifica se una variabile &egrave; di tipo integer</li>
<li><a href="function.is-integer.php" class="index">is_integer</a> - Alias di is_int</li>
<li><a href="function.is-iterable.php" class="index">is_iterable</a> - Verify that the contents of a variable is an iterable value</li>
<li><a href="function.is-link.php" class="index">is_link</a> - Dice se il file &egrave; un link simbolico</li>
<li><a href="function.is-long.php" class="index">is_long</a> - Alias di is_int</li>
<li><a href="function.is-nan.php" class="index">is_nan</a> - Verifica se un dato valore non sia un numero</li>
<li><a href="function.is-null.php" class="index">is_null</a> - Verifica se la variabile &egrave; di tipo null</li>
<li><a href="function.is-numeric.php" class="index">is_numeric</a> - Verifica se una variabile &egrave; un numero o una stringa numerica</li>
<li><a href="function.is-object.php" class="index">is_object</a> - Verifica se una variabile &egrave; un object</li>
<li><a href="function.is-readable.php" class="index">is_readable</a> - Dice se un file &egrave; leggibile</li>
<li><a href="function.is-real.php" class="index">is_real</a> - Alias di is_float</li>
<li><a href="function.is-resource.php" class="index">is_resource</a> - Verifica se una variabile &egrave; una risorsa</li>
<li><a href="function.is-scalar.php" class="index">is_scalar</a> - Verifica se la variabile &egrave; di tipo scalare</li>
<li><a href="function.is-soap-fault.php" class="index">is_soap_fault</a> - Checks if a SOAP call has failed</li>
<li><a href="function.is-string.php" class="index">is_string</a> - Verifica se il tipo di una variabile sia stringa</li>
<li><a href="function.is-subclass-of.php" class="index">is_subclass_of</a> - Verifica se l'oggetto ha questa classe come una dei suoi genitori o la implementa</li>
<li><a href="function.is-tainted.php" class="index">is_tainted</a> - Controlla se una stringa &egrave; contaminata</li>
<li><a href="function.is-uploaded-file.php" class="index">is_uploaded_file</a> - Dice se un file f&ugrave; caricato via HTTP POST.</li>
<li><a href="function.is-writable.php" class="index">is_writable</a> - Dice se un file &egrave; scrivibile</li>
<li><a href="function.is-writeable.php" class="index">is_writeable</a> - Alias di is_writable</li>
<li><a href="iterator.current.php" class="index">Iterator::current</a> - Return the current element</li>
<li><a href="iterator.key.php" class="index">Iterator::key</a> - Return the key of the current element</li>
<li><a href="iterator.next.php" class="index">Iterator::next</a> - Move forward to next element</li>
<li><a href="iterator.rewind.php" class="index">Iterator::rewind</a> - Rewind the Iterator to the first element</li>
<li><a href="iterator.valid.php" class="index">Iterator::valid</a> - Checks if current position is valid</li>
<li><a href="iteratoraggregate.getiterator.php" class="index">IteratorAggregate::getIterator</a> - Retrieve an external iterator or traversable</li>
<li><a href="iteratoriterator.current.php" class="index">IteratorIterator::current</a> - Get the current value</li>
<li><a href="iteratoriterator.getinneriterator.php" class="index">IteratorIterator::getInnerIterator</a> - Get the inner iterator</li>
<li><a href="iteratoriterator.key.php" class="index">IteratorIterator::key</a> - Get the key of the current element</li>
<li><a href="iteratoriterator.next.php" class="index">IteratorIterator::next</a> - Forward to the next element</li>
<li><a href="iteratoriterator.rewind.php" class="index">IteratorIterator::rewind</a> - Rewind to the first element</li>
<li><a href="iteratoriterator.valid.php" class="index">IteratorIterator::valid</a> - Checks if the current element is valid</li>
<li><a href="iteratoriterator.construct.php" class="index">IteratorIterator::__construct</a> - Create an iterator from anything that is traversable</li>
<li><a href="function.iterator-apply.php" class="index">iterator_apply</a> - Call a function for every element in an iterator</li>
<li><a href="function.iterator-count.php" class="index">iterator_count</a> - Count the elements in an iterator</li>
<li><a href="function.iterator-to-array.php" class="index">iterator_to_array</a> - Copy the iterator into an array</li>
</ul></li>
<li class='gen-index index-for-j'>j<ul id='refentry-index-for-j'>
<li><a href="function.jddayofweek.php" class="index">JDDayOfWeek</a> - Restituisce il giorno della settimana</li>
<li><a href="function.jdmonthname.php" class="index">JDMonthName</a> - Restituisce il nome di un mese</li>
<li><a href="function.jdtofrench.php" class="index">JDToFrench</a> - Converte un Giorno Giuliano in una data del Calendario Repubblicano Francese</li>
<li><a href="function.jdtogregorian.php" class="index">JDToGregorian</a> - Converte il Giorno Giuliano in data Gregoriana</li>
<li><a href="function.jdtojewish.php" class="index">jdtojewish</a> - Converte un Giorno Giuliano nel Calendario Giudeo</li>
<li><a href="function.jdtojulian.php" class="index">JDToJulian</a> - Converte un Giorno Giuliano in una data Giuliana</li>
<li><a href="function.jdtounix.php" class="index">jdtounix</a> - Converte un Giorno Giuliano in un timestamp Unix</li>
<li><a href="function.jewishtojd.php" class="index">JewishToJD</a> - Converte una data del Calendario Giudeo in Giorno Giuliano</li>
<li><a href="function.join.php" class="index">join</a> - Alias di di implode</li>
<li><a href="function.jpeg2wbmp.php" class="index">jpeg2wbmp</a> - Convert JPEG image file to WBMP image file</li>
<li><a href="jsonserializable.jsonserialize.php" class="index">JsonSerializable::jsonSerialize</a> - Specify data which should be serialized to JSON</li>
<li><a href="function.json-decode.php" class="index">json_decode</a> - Decodes a JSON string</li>
<li><a href="function.json-encode.php" class="index">json_encode</a> - Returns the JSON representation of a value</li>
<li><a href="function.json-last-error.php" class="index">json_last_error</a> - Returns the last error occurred</li>
<li><a href="function.json-last-error-msg.php" class="index">json_last_error_msg</a> - Returns the error string of the last json_validate(), json_encode() or json_decode() call</li>
<li><a href="function.json-validate.php" class="index">json_validate</a> - Checks if a string contains valid JSON</li>
<li><a href="function.juliantojd.php" class="index">JulianToJD</a> - Converte una data Giuliana in un Giorno Giuliano</li>
</ul></li>
<li class='gen-index index-for-k'>k<ul id='refentry-index-for-k'>
<li><a href="function.key.php" class="index">key</a> - Estrae la chiave corrente da un array associativo</li>
<li><a href="function.key-exists.php" class="index">key_exists</a> - Alias di array_key_exists</li>
<li><a href="function.krsort.php" class="index">krsort</a> - Ordina rispetto alle chiavi di un array in ordine inverso</li>
<li><a href="function.ksort.php" class="index">ksort</a> - Ordina rispetto alle chiavi di un array</li>
</ul></li>
<li class='gen-index index-for-l'>l<ul id='refentry-index-for-l'>
<li><a href="function.lcfirst.php" class="index">lcfirst</a> - Make a string's first character lowercase</li>
<li><a href="function.lcg-value.php" class="index">lcg_value</a> - Combined linear congruential generator</li>
<li><a href="function.lchgrp.php" class="index">lchgrp</a> - Changes group ownership of symlink</li>
<li><a href="function.lchown.php" class="index">lchown</a> - Changes user ownership of symlink</li>
<li><a href="function.ldap-8859-to-t61.php" class="index">ldap_8859_to_t61</a> - Translate 8859 characters to t61 characters</li>
<li><a href="function.ldap-add.php" class="index">ldap_add</a> - Add entries to LDAP directory</li>
<li><a href="function.ldap-add-ext.php" class="index">ldap_add_ext</a> - Add entries to LDAP directory</li>
<li><a href="function.ldap-bind.php" class="index">ldap_bind</a> - Bind to LDAP directory</li>
<li><a href="function.ldap-bind-ext.php" class="index">ldap_bind_ext</a> - Bind to LDAP directory</li>
<li><a href="function.ldap-close.php" class="index">ldap_close</a> - Alias di ldap_unbind</li>
<li><a href="function.ldap-compare.php" class="index">ldap_compare</a> - Compare value of attribute found in entry specified with DN</li>
<li><a href="function.ldap-connect.php" class="index">ldap_connect</a> - Connect to an LDAP server</li>
<li><a href="function.ldap-connect-wallet.php" class="index">ldap_connect_wallet</a> - Connect to an LDAP server</li>
<li><a href="function.ldap-control-paged-result.php" class="index">ldap_control_paged_result</a> - Send LDAP pagination control</li>
<li><a href="function.ldap-control-paged-result-response.php" class="index">ldap_control_paged_result_response</a> - Retrieve the LDAP pagination cookie</li>
<li><a href="function.ldap-count-entries.php" class="index">ldap_count_entries</a> - Count the number of entries in a search</li>
<li><a href="function.ldap-count-references.php" class="index">ldap_count_references</a> - Counts the number of references in a search result</li>
<li><a href="function.ldap-delete.php" class="index">ldap_delete</a> - Delete an entry from a directory</li>
<li><a href="function.ldap-delete-ext.php" class="index">ldap_delete_ext</a> - Delete an entry from a directory</li>
<li><a href="function.ldap-dn2ufn.php" class="index">ldap_dn2ufn</a> - Convert DN to User Friendly Naming format</li>
<li><a href="function.ldap-err2str.php" class="index">ldap_err2str</a> - Convert LDAP error number into string error message</li>
<li><a href="function.ldap-errno.php" class="index">ldap_errno</a> - Return the LDAP error number of the last LDAP command</li>
<li><a href="function.ldap-error.php" class="index">ldap_error</a> - Return the LDAP error message of the last LDAP command</li>
<li><a href="function.ldap-escape.php" class="index">ldap_escape</a> - Escape a string for use in an LDAP filter or DN</li>
<li><a href="function.ldap-exop.php" class="index">ldap_exop</a> - Performs an extended operation</li>
<li><a href="function.ldap-exop-passwd.php" class="index">ldap_exop_passwd</a> - PASSWD extended operation helper</li>
<li><a href="function.ldap-exop-refresh.php" class="index">ldap_exop_refresh</a> - Refresh extended operation helper</li>
<li><a href="function.ldap-exop-sync.php" class="index">ldap_exop_sync</a> - Performs an extended operation</li>
<li><a href="function.ldap-exop-whoami.php" class="index">ldap_exop_whoami</a> - WHOAMI extended operation helper</li>
<li><a href="function.ldap-explode-dn.php" class="index">ldap_explode_dn</a> - Splits DN into its component parts</li>
<li><a href="function.ldap-first-attribute.php" class="index">ldap_first_attribute</a> - Return first attribute</li>
<li><a href="function.ldap-first-entry.php" class="index">ldap_first_entry</a> - Return first result id</li>
<li><a href="function.ldap-first-reference.php" class="index">ldap_first_reference</a> - Return first reference</li>
<li><a href="function.ldap-free-result.php" class="index">ldap_free_result</a> - Free result memory</li>
<li><a href="function.ldap-get-attributes.php" class="index">ldap_get_attributes</a> - Get attributes from a search result entry</li>
<li><a href="function.ldap-get-dn.php" class="index">ldap_get_dn</a> - Get the DN of a result entry</li>
<li><a href="function.ldap-get-entries.php" class="index">ldap_get_entries</a> - Get all result entries</li>
<li><a href="function.ldap-get-option.php" class="index">ldap_get_option</a> - Get the current value for given option</li>
<li><a href="function.ldap-get-values.php" class="index">ldap_get_values</a> - Get all values from a result entry</li>
<li><a href="function.ldap-get-values-len.php" class="index">ldap_get_values_len</a> - Get all binary values from a result entry</li>
<li><a href="function.ldap-list.php" class="index">ldap_list</a> - Single-level search</li>
<li><a href="function.ldap-modify.php" class="index">ldap_modify</a> - Alias di ldap_mod_replace</li>
<li><a href="function.ldap-modify-batch.php" class="index">ldap_modify_batch</a> - Batch and execute modifications on an LDAP entry</li>
<li><a href="function.ldap-mod-add.php" class="index">ldap_mod_add</a> - Add attribute values to current attributes</li>
<li><a href="function.ldap-mod_add-ext.php" class="index">ldap_mod_add_ext</a> - Add attribute values to current attributes</li>
<li><a href="function.ldap-mod-del.php" class="index">ldap_mod_del</a> - Delete attribute values from current attributes</li>
<li><a href="function.ldap-mod_del-ext.php" class="index">ldap_mod_del_ext</a> - Delete attribute values from current attributes</li>
<li><a href="function.ldap-mod-replace.php" class="index">ldap_mod_replace</a> - Replace attribute values with new ones</li>
<li><a href="function.ldap-mod_replace-ext.php" class="index">ldap_mod_replace_ext</a> - Replace attribute values with new ones</li>
<li><a href="function.ldap-next-attribute.php" class="index">ldap_next_attribute</a> - Get the next attribute in result</li>
<li><a href="function.ldap-next-entry.php" class="index">ldap_next_entry</a> - Get next result entry</li>
<li><a href="function.ldap-next-reference.php" class="index">ldap_next_reference</a> - Get next reference</li>
<li><a href="function.ldap-parse-exop.php" class="index">ldap_parse_exop</a> - Parse result object from an LDAP extended operation</li>
<li><a href="function.ldap-parse-reference.php" class="index">ldap_parse_reference</a> - Extract information from reference entry</li>
<li><a href="function.ldap-parse-result.php" class="index">ldap_parse_result</a> - Extract information from result</li>
<li><a href="function.ldap-read.php" class="index">ldap_read</a> - Read an entry</li>
<li><a href="function.ldap-rename.php" class="index">ldap_rename</a> - Modify the name of an entry</li>
<li><a href="function.ldap-rename-ext.php" class="index">ldap_rename_ext</a> - Modify the name of an entry</li>
<li><a href="function.ldap-sasl-bind.php" class="index">ldap_sasl_bind</a> - Bind to LDAP directory using SASL</li>
<li><a href="function.ldap-search.php" class="index">ldap_search</a> - Search LDAP tree</li>
<li><a href="function.ldap-set-option.php" class="index">ldap_set_option</a> - Set the value of the given option</li>
<li><a href="function.ldap-set-rebind-proc.php" class="index">ldap_set_rebind_proc</a> - Set a callback function to do re-binds on referral chasing</li>
<li><a href="function.ldap-sort.php" class="index">ldap_sort</a> - Sort LDAP result entries on the client side</li>
<li><a href="function.ldap-start-tls.php" class="index">ldap_start_tls</a> - Start TLS</li>
<li><a href="function.ldap-t61-to-8859.php" class="index">ldap_t61_to_8859</a> - Translate t61 characters to 8859 characters</li>
<li><a href="function.ldap-unbind.php" class="index">ldap_unbind</a> - Unbind from LDAP directory</li>
<li><a href="function.levenshtein.php" class="index">levenshtein</a> - Calcola la distanza Levenshtein tra due stringhe</li>
<li><a href="function.libxml-clear-errors.php" class="index">libxml_clear_errors</a> - Svuota il buffer di errori libxml</li>
<li><a href="function.libxml-disable-entity-loader.php" class="index">libxml_disable_entity_loader</a> - Disable the ability to load external entities</li>
<li><a href="function.libxml-get-errors.php" class="index">libxml_get_errors</a> - Retrieve array of errors</li>
<li><a href="function.libxml-get-external-entity-loader.php" class="index">libxml_get_external_entity_loader</a> - Get the current external entity loader</li>
<li><a href="function.libxml-get-last-error.php" class="index">libxml_get_last_error</a> - Retrieve last error from libxml</li>
<li><a href="function.libxml-set-external-entity-loader.php" class="index">libxml_set_external_entity_loader</a> - Changes the default external entity loader</li>
<li><a href="function.libxml-set-streams-context.php" class="index">libxml_set_streams_context</a> - Set the streams context for the next libxml document load or write</li>
<li><a href="function.libxml-use-internal-errors.php" class="index">libxml_use_internal_errors</a> - Disable libxml errors and allow user to fetch error information as needed</li>
<li><a href="limititerator.current.php" class="index">LimitIterator::current</a> - Get current element</li>
<li><a href="limititerator.getposition.php" class="index">LimitIterator::getPosition</a> - Return the current position</li>
<li><a href="limititerator.key.php" class="index">LimitIterator::key</a> - Get current key</li>
<li><a href="limititerator.next.php" class="index">LimitIterator::next</a> - Move the iterator forward</li>
<li><a href="limititerator.rewind.php" class="index">LimitIterator::rewind</a> - Rewind the iterator to the specified starting offset</li>
<li><a href="limititerator.seek.php" class="index">LimitIterator::seek</a> - Seek to the given position</li>
<li><a href="limititerator.valid.php" class="index">LimitIterator::valid</a> - Check whether the current element is valid</li>
<li><a href="limititerator.construct.php" class="index">LimitIterator::__construct</a> - Construct a LimitIterator</li>
<li><a href="function.link.php" class="index">link</a> - Crea un hard link</li>
<li><a href="function.linkinfo.php" class="index">linkinfo</a> - Restituisce informazioni su un collegamento</li>
<li><a href="function.list.php" class="index">list</a> - Assegna valori a delle variabili come se fossero un array</li>
<li><a href="locale.acceptfromhttp.php" class="index">Locale::acceptFromHttp</a> - Tries to find out best available locale based on HTTP &quot;Accept-Language&quot; header</li>
<li><a href="locale.canonicalize.php" class="index">Locale::canonicalize</a> - Canonicalize the locale string</li>
<li><a href="locale.composelocale.php" class="index">Locale::composeLocale</a> - Returns a correctly ordered and delimited locale ID</li>
<li><a href="locale.filtermatches.php" class="index">Locale::filterMatches</a> - Checks if a language tag filter matches with locale</li>
<li><a href="locale.getallvariants.php" class="index">Locale::getAllVariants</a> - Gets the variants for the input locale</li>
<li><a href="locale.getdefault.php" class="index">Locale::getDefault</a> - Gets the default locale value from the INTL global 'default_locale'</li>
<li><a href="locale.getdisplaylanguage.php" class="index">Locale::getDisplayLanguage</a> - Returns an appropriately localized display name for language of the inputlocale</li>
<li><a href="locale.getdisplayname.php" class="index">Locale::getDisplayName</a> - Returns an appropriately localized display name for the input locale</li>
<li><a href="locale.getdisplayregion.php" class="index">Locale::getDisplayRegion</a> - Returns an appropriately localized display name for region of the input locale</li>
<li><a href="locale.getdisplayscript.php" class="index">Locale::getDisplayScript</a> - Returns an appropriately localized display name for script of the input locale</li>
<li><a href="locale.getdisplayvariant.php" class="index">Locale::getDisplayVariant</a> - Returns an appropriately localized display name for variants of the input locale</li>
<li><a href="locale.getkeywords.php" class="index">Locale::getKeywords</a> - Gets the keywords for the input locale</li>
<li><a href="locale.getprimarylanguage.php" class="index">Locale::getPrimaryLanguage</a> - Gets the primary language for the input locale</li>
<li><a href="locale.getregion.php" class="index">Locale::getRegion</a> - Gets the region for the input locale</li>
<li><a href="locale.getscript.php" class="index">Locale::getScript</a> - Gets the script for the input locale</li>
<li><a href="locale.isrighttoleft.php" class="index">Locale::isRightToLeft</a> - Check whether a locale uses a right-to-left writing system</li>
<li><a href="locale.lookup.php" class="index">Locale::lookup</a> - Searches the language tag list for the best match to the language</li>
<li><a href="locale.parselocale.php" class="index">Locale::parseLocale</a> - Returns a key-value array of locale ID subtag elements</li>
<li><a href="locale.setdefault.php" class="index">Locale::setDefault</a> - Sets the default runtime locale</li>
<li><a href="function.localeconv.php" class="index">localeconv</a> - Ottiene informazioni sul formato numerico</li>
<li><a href="function.localtime.php" class="index">localtime</a> - Riceve l'orario locale</li>
<li><a href="function.log.php" class="index">log</a> - Logaritmo naturale</li>
<li><a href="function.log1p.php" class="index">log1p</a> - Restituisce log(1 + numero), computato in maniera tale da essere accurato anche se 
     il valore del numero &egrave; vicino a zero</li>
<li><a href="function.log10.php" class="index">log10</a> - Logaritmo base-10</li>
<li><a href="function.long2ip.php" class="index">long2ip</a> - Converte un indirizzo di rete del Protocollo Internet (IPv4) in una stringa contenente
      un indirizzo espresso secondo la notazione standard di Internet.</li>
<li><a href="function.lstat.php" class="index">lstat</a> - Da informazioni su un file o un link simbolico</li>
<li><a href="function.ltrim.php" class="index">ltrim</a> - Rimuove gli spazi (o altri caratteri) dall'inizio di una stringa</li>
<li><a href="lua.assign.php" class="index">Lua::assign</a> - Assign a PHP variable to Lua</li>
<li><a href="lua.call.php" class="index">Lua::call</a> - Call Lua functions</li>
<li><a href="lua.eval.php" class="index">Lua::eval</a> - Evaluate a string as Lua code</li>
<li><a href="lua.getversion.php" class="index">Lua::getVersion</a> - The getversion purpose</li>
<li><a href="lua.include.php" class="index">Lua::include</a> - Parse a Lua script file</li>
<li><a href="lua.registercallback.php" class="index">Lua::registerCallback</a> - Register a PHP function to Lua</li>
<li><a href="lua.construct.php" class="index">Lua::__construct</a> - Lua constructor</li>
<li><a href="luaclosure.invoke.php" class="index">LuaClosure::__invoke</a> - Invoke luaclosure</li>
<li><a href="luasandbox.callfunction.php" class="index">LuaSandbox::callFunction</a> - Call a function in a Lua global variable</li>
<li><a href="luasandbox.disableprofiler.php" class="index">LuaSandbox::disableProfiler</a> - Disable the profiler</li>
<li><a href="luasandbox.enableprofiler.php" class="index">LuaSandbox::enableProfiler</a> - Enable the profiler.</li>
<li><a href="luasandbox.getcpuusage.php" class="index">LuaSandbox::getCPUUsage</a> - Fetch the current CPU time usage of the Lua environment</li>
<li><a href="luasandbox.getmemoryusage.php" class="index">LuaSandbox::getMemoryUsage</a> - Fetch the current memory usage of the Lua environment</li>
<li><a href="luasandbox.getpeakmemoryusage.php" class="index">LuaSandbox::getPeakMemoryUsage</a> - Fetch the peak memory usage of the Lua environment</li>
<li><a href="luasandbox.getprofilerfunctionreport.php" class="index">LuaSandbox::getProfilerFunctionReport</a> - Fetch profiler data</li>
<li><a href="luasandbox.getversioninfo.php" class="index">LuaSandbox::getVersionInfo</a> - Return the versions of LuaSandbox and Lua</li>
<li><a href="luasandbox.loadbinary.php" class="index">LuaSandbox::loadBinary</a> - Load a precompiled binary chunk into the Lua environment</li>
<li><a href="luasandbox.loadstring.php" class="index">LuaSandbox::loadString</a> - Load Lua code into the Lua environment</li>
<li><a href="luasandbox.pauseusagetimer.php" class="index">LuaSandbox::pauseUsageTimer</a> - Pause the CPU usage timer</li>
<li><a href="luasandbox.registerlibrary.php" class="index">LuaSandbox::registerLibrary</a> - Register a set of PHP functions as a Lua library</li>
<li><a href="luasandbox.setcpulimit.php" class="index">LuaSandbox::setCPULimit</a> - Set the CPU time limit for the Lua environment</li>
<li><a href="luasandbox.setmemorylimit.php" class="index">LuaSandbox::setMemoryLimit</a> - Set the memory limit for the Lua environment</li>
<li><a href="luasandbox.unpauseusagetimer.php" class="index">LuaSandbox::unpauseUsageTimer</a> - Unpause the timer paused by LuaSandbox::pauseUsageTimer</li>
<li><a href="luasandbox.wrapphpfunction.php" class="index">LuaSandbox::wrapPhpFunction</a> - Wrap a PHP callable in a LuaSandboxFunction</li>
<li><a href="luasandboxfunction.call.php" class="index">LuaSandboxFunction::call</a> - Call a Lua function</li>
<li><a href="luasandboxfunction.dump.php" class="index">LuaSandboxFunction::dump</a> - Dump the function as a binary blob</li>
<li><a href="luasandboxfunction.construct.php" class="index">LuaSandboxFunction::__construct</a> - Unused</li>
<li><a href="function.lzf-compress.php" class="index">lzf_compress</a> - LZF compression</li>
<li><a href="function.lzf-decompress.php" class="index">lzf_decompress</a> - LZF decompression</li>
<li><a href="function.lzf-optimized-for.php" class="index">lzf_optimized_for</a> - Determines what LZF extension was optimized for</li>
</ul></li>
<li class='gen-index index-for-m'>m<ul id='refentry-index-for-m'>
<li><a href="function.mail.php" class="index">mail</a> - Invio mail</li>
<li><a href="function.mailparse-determine-best-xfer-encoding.php" class="index">mailparse_determine_best_xfer_encoding</a> - Gets the best way of encoding</li>
<li><a href="function.mailparse-msg-create.php" class="index">mailparse_msg_create</a> - Create a mime mail resource</li>
<li><a href="function.mailparse-msg-extract-part.php" class="index">mailparse_msg_extract_part</a> - Extracts/decodes a message section</li>
<li><a href="function.mailparse-msg-extract-part-file.php" class="index">mailparse_msg_extract_part_file</a> - Extracts/decodes a message section</li>
<li><a href="function.mailparse-msg-extract-whole-part-file.php" class="index">mailparse_msg_extract_whole_part_file</a> - Extracts a message section including headers without decoding the transfer encoding</li>
<li><a href="function.mailparse-msg-free.php" class="index">mailparse_msg_free</a> - Frees a MIME resource</li>
<li><a href="function.mailparse-msg-get-part.php" class="index">mailparse_msg_get_part</a> - Returns a handle on a given section in a mimemessage</li>
<li><a href="function.mailparse-msg-get-part-data.php" class="index">mailparse_msg_get_part_data</a> - Returns an associative array of info about the message</li>
<li><a href="function.mailparse-msg-get-structure.php" class="index">mailparse_msg_get_structure</a> - Returns an array of mime section names in the supplied message</li>
<li><a href="function.mailparse-msg-parse.php" class="index">mailparse_msg_parse</a> - Incrementally parse data into buffer</li>
<li><a href="function.mailparse-msg-parse-file.php" class="index">mailparse_msg_parse_file</a> - Parses a file</li>
<li><a href="function.mailparse-rfc822-parse-addresses.php" class="index">mailparse_rfc822_parse_addresses</a> - Parse RFC 822 compliant addresses</li>
<li><a href="function.mailparse-stream-encode.php" class="index">mailparse_stream_encode</a> - Streams data from source file pointer, apply encoding and write to destfp</li>
<li><a href="function.mailparse-uudecode-all.php" class="index">mailparse_uudecode_all</a> - Scans the data from fp and extract each embedded uuencoded file</li>
<li><a href="function.max.php" class="index">max</a> - Trova il valore massimo</li>
<li><a href="function.mb-check-encoding.php" class="index">mb_check_encoding</a> - Check if strings are valid for the specified encoding</li>
<li><a href="function.mb-chr.php" class="index">mb_chr</a> - Return character by Unicode code point value</li>
<li><a href="function.mb-convert-case.php" class="index">mb_convert_case</a> - Perform case folding on a string</li>
<li><a href="function.mb-convert-encoding.php" class="index">mb_convert_encoding</a> - Convert a string from one character encoding to another</li>
<li><a href="function.mb-convert-kana.php" class="index">mb_convert_kana</a> - Convert &quot;kana&quot; one from another (&quot;zen-kaku&quot;, &quot;han-kaku&quot; and more)</li>
<li><a href="function.mb-convert-variables.php" class="index">mb_convert_variables</a> - Convert character code in variable(s)</li>
<li><a href="function.mb-decode-mimeheader.php" class="index">mb_decode_mimeheader</a> - Decode string in MIME header field</li>
<li><a href="function.mb-decode-numericentity.php" class="index">mb_decode_numericentity</a> - Decode HTML numeric string reference to character</li>
<li><a href="function.mb-detect-encoding.php" class="index">mb_detect_encoding</a> - Detect character encoding</li>
<li><a href="function.mb-detect-order.php" class="index">mb_detect_order</a> - Set/Get character encoding detection order</li>
<li><a href="function.mb-encode-mimeheader.php" class="index">mb_encode_mimeheader</a> - Encode string for MIME header</li>
<li><a href="function.mb-encode-numericentity.php" class="index">mb_encode_numericentity</a> - Encode character to HTML numeric string reference</li>
<li><a href="function.mb-encoding-aliases.php" class="index">mb_encoding_aliases</a> - Get aliases of a known encoding type</li>
<li><a href="function.mb-ereg.php" class="index">mb_ereg</a> - Regular expression match with multibyte support</li>
<li><a href="function.mb-eregi.php" class="index">mb_eregi</a> - Regular expression match ignoring case with multibyte support</li>
<li><a href="function.mb-eregi-replace.php" class="index">mb_eregi_replace</a> - Replace regular expression with multibyte support ignoring case</li>
<li><a href="function.mb-ereg-match.php" class="index">mb_ereg_match</a> - Regular expression match for multibyte string</li>
<li><a href="function.mb-ereg-replace.php" class="index">mb_ereg_replace</a> - Replace regular expression with multibyte support</li>
<li><a href="function.mb-ereg-replace-callback.php" class="index">mb_ereg_replace_callback</a> - Perform a regular expression search and replace with multibyte support using a callback</li>
<li><a href="function.mb-ereg-search.php" class="index">mb_ereg_search</a> - Multibyte regular expression match for predefined multibyte string</li>
<li><a href="function.mb-ereg-search-getpos.php" class="index">mb_ereg_search_getpos</a> - Returns start point for next regular expression match</li>
<li><a href="function.mb-ereg-search-getregs.php" class="index">mb_ereg_search_getregs</a> - Retrieve the result from the last multibyte regular expression match</li>
<li><a href="function.mb-ereg-search-init.php" class="index">mb_ereg_search_init</a> - Setup string and regular expression for a multibyte regular expression match</li>
<li><a href="function.mb-ereg-search-pos.php" class="index">mb_ereg_search_pos</a> - Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string</li>
<li><a href="function.mb-ereg-search-regs.php" class="index">mb_ereg_search_regs</a> - Returns the matched part of a multibyte regular expression</li>
<li><a href="function.mb-ereg-search-setpos.php" class="index">mb_ereg_search_setpos</a> - Set start point of next regular expression match</li>
<li><a href="function.mb-get-info.php" class="index">mb_get_info</a> - Get internal settings of mbstring</li>
<li><a href="function.mb-http-input.php" class="index">mb_http_input</a> - Detect HTTP input character encoding</li>
<li><a href="function.mb-http-output.php" class="index">mb_http_output</a> - Set/Get HTTP output character encoding</li>
<li><a href="function.mb-internal-encoding.php" class="index">mb_internal_encoding</a> - Set/Get internal character encoding</li>
<li><a href="function.mb-language.php" class="index">mb_language</a> - Set/Get current language</li>
<li><a href="function.mb-lcfirst.php" class="index">mb_lcfirst</a> - Make a string's first character lowercase</li>
<li><a href="function.mb-list-encodings.php" class="index">mb_list_encodings</a> - Returns an array of all supported encodings</li>
<li><a href="function.mb-ltrim.php" class="index">mb_ltrim</a> - Strip whitespace (or other characters) from the beginning of a string</li>
<li><a href="function.mb-ord.php" class="index">mb_ord</a> - Get Unicode code point of character</li>
<li><a href="function.mb-output-handler.php" class="index">mb_output_handler</a> - Callback function converts character encoding in output buffer</li>
<li><a href="function.mb-parse-str.php" class="index">mb_parse_str</a> - Parse GET/POST/COOKIE data and set global variable</li>
<li><a href="function.mb-preferred-mime-name.php" class="index">mb_preferred_mime_name</a> - Get MIME charset string</li>
<li><a href="function.mb-regex-encoding.php" class="index">mb_regex_encoding</a> - Set/Get character encoding for multibyte regex</li>
<li><a href="function.mb-regex-set-options.php" class="index">mb_regex_set_options</a> - Set/Get the default options for mbregex functions</li>
<li><a href="function.mb-rtrim.php" class="index">mb_rtrim</a> - Strip whitespace (or other characters) from the end of a string</li>
<li><a href="function.mb-scrub.php" class="index">mb_scrub</a> - Replace ill-formed byte sequences with the substitute character</li>
<li><a href="function.mb-send-mail.php" class="index">mb_send_mail</a> - Send encoded mail</li>
<li><a href="function.mb-split.php" class="index">mb_split</a> - Split multibyte string using regular expression</li>
<li><a href="function.mb-strcut.php" class="index">mb_strcut</a> - Get part of string</li>
<li><a href="function.mb-strimwidth.php" class="index">mb_strimwidth</a> - Get truncated string with specified width</li>
<li><a href="function.mb-stripos.php" class="index">mb_stripos</a> - Finds position of first occurrence of a string within another, case insensitive</li>
<li><a href="function.mb-stristr.php" class="index">mb_stristr</a> - Finds first occurrence of a string within another, case insensitive</li>
<li><a href="function.mb-strlen.php" class="index">mb_strlen</a> - Get string length</li>
<li><a href="function.mb-strpos.php" class="index">mb_strpos</a> - Find position of first occurrence of string in a string</li>
<li><a href="function.mb-strrchr.php" class="index">mb_strrchr</a> - Finds the last occurrence of a character in a string within another</li>
<li><a href="function.mb-strrichr.php" class="index">mb_strrichr</a> - Finds the last occurrence of a character in a string within another, case insensitive</li>
<li><a href="function.mb-strripos.php" class="index">mb_strripos</a> - Finds position of last occurrence of a string within another, case insensitive</li>
<li><a href="function.mb-strrpos.php" class="index">mb_strrpos</a> - Find position of last occurrence of a string in a string</li>
<li><a href="function.mb-strstr.php" class="index">mb_strstr</a> - Finds first occurrence of a string within another</li>
<li><a href="function.mb-strtolower.php" class="index">mb_strtolower</a> - Make a string lowercase</li>
<li><a href="function.mb-strtoupper.php" class="index">mb_strtoupper</a> - Trasforma una stringa in lettere maiuscole</li>
<li><a href="function.mb-strwidth.php" class="index">mb_strwidth</a> - Return width of string</li>
<li><a href="function.mb-str-pad.php" class="index">mb_str_pad</a> - Pad a multibyte string to a certain length with another multibyte string</li>
<li><a href="function.mb-str-split.php" class="index">mb_str_split</a> - Given a multibyte string, return an array of its characters</li>
<li><a href="function.mb-substitute-character.php" class="index">mb_substitute_character</a> - Set/Get substitution character</li>
<li><a href="function.mb-substr.php" class="index">mb_substr</a> - Get part of string</li>
<li><a href="function.mb-substr-count.php" class="index">mb_substr_count</a> - Count the number of substring occurrences</li>
<li><a href="function.mb-trim.php" class="index">mb_trim</a> - Strip whitespace (or other characters) from the beginning and end of a string</li>
<li><a href="function.mb-ucfirst.php" class="index">mb_ucfirst</a> - Make a string's first character uppercase</li>
<li><a href="function.mcrypt-create-iv.php" class="index">mcrypt_create_iv</a> - Creates an initialization vector (IV) from a random source</li>
<li><a href="function.mcrypt-decrypt.php" class="index">mcrypt_decrypt</a> - Decrypts crypttext with given parameters</li>
<li><a href="function.mcrypt-encrypt.php" class="index">mcrypt_encrypt</a> - Encrypts plaintext with given parameters</li>
<li><a href="function.mcrypt-enc-get-algorithms-name.php" class="index">mcrypt_enc_get_algorithms_name</a> - Returns the name of the opened algorithm</li>
<li><a href="function.mcrypt-enc-get-block-size.php" class="index">mcrypt_enc_get_block_size</a> - Returns the blocksize of the opened algorithm</li>
<li><a href="function.mcrypt-enc-get-iv-size.php" class="index">mcrypt_enc_get_iv_size</a> - Returns the size of the IV of the opened algorithm</li>
<li><a href="function.mcrypt-enc-get-key-size.php" class="index">mcrypt_enc_get_key_size</a> - Returns the maximum supported keysize of the opened mode</li>
<li><a href="function.mcrypt-enc-get-modes-name.php" class="index">mcrypt_enc_get_modes_name</a> - Returns the name of the opened mode</li>
<li><a href="function.mcrypt-enc-get-supported-key-sizes.php" class="index">mcrypt_enc_get_supported_key_sizes</a> - Returns an array with the supported keysizes of the opened algorithm</li>
<li><a href="function.mcrypt-enc-is-block-algorithm.php" class="index">mcrypt_enc_is_block_algorithm</a> - Checks whether the algorithm of the opened mode is a block algorithm</li>
<li><a href="function.mcrypt-enc-is-block-algorithm-mode.php" class="index">mcrypt_enc_is_block_algorithm_mode</a> - Checks whether the encryption of the opened mode works on blocks</li>
<li><a href="function.mcrypt-enc-is-block-mode.php" class="index">mcrypt_enc_is_block_mode</a> - Checks whether the opened mode outputs blocks</li>
<li><a href="function.mcrypt-enc-self-test.php" class="index">mcrypt_enc_self_test</a> - Runs a self test on the opened module</li>
<li><a href="function.mcrypt-generic.php" class="index">mcrypt_generic</a> - This function encrypts data</li>
<li><a href="function.mcrypt-generic-deinit.php" class="index">mcrypt_generic_deinit</a> - This function deinitializes an encryption module</li>
<li><a href="function.mcrypt-generic-init.php" class="index">mcrypt_generic_init</a> - This function initializes all buffers needed for encryption</li>
<li><a href="function.mcrypt-get-block-size.php" class="index">mcrypt_get_block_size</a> - Gets the block size of the specified cipher</li>
<li><a href="function.mcrypt-get-cipher-name.php" class="index">mcrypt_get_cipher_name</a> - Gets the name of the specified cipher</li>
<li><a href="function.mcrypt-get-iv-size.php" class="index">mcrypt_get_iv_size</a> - Returns the size of the IV belonging to a specific cipher/mode combination</li>
<li><a href="function.mcrypt-get-key-size.php" class="index">mcrypt_get_key_size</a> - Gets the key size of the specified cipher</li>
<li><a href="function.mcrypt-list-algorithms.php" class="index">mcrypt_list_algorithms</a> - Gets an array of all supported ciphers</li>
<li><a href="function.mcrypt-list-modes.php" class="index">mcrypt_list_modes</a> - Gets an array of all supported modes</li>
<li><a href="function.mcrypt-module-close.php" class="index">mcrypt_module_close</a> - Closes the mcrypt module</li>
<li><a href="function.mcrypt-module-get-algo-block-size.php" class="index">mcrypt_module_get_algo_block_size</a> - Returns the blocksize of the specified algorithm</li>
<li><a href="function.mcrypt-module-get-algo-key-size.php" class="index">mcrypt_module_get_algo_key_size</a> - Returns the maximum supported keysize of the opened mode</li>
<li><a href="function.mcrypt-module-get-supported-key-sizes.php" class="index">mcrypt_module_get_supported_key_sizes</a> - Returns an array with the supported keysizes of the opened algorithm</li>
<li><a href="function.mcrypt-module-is-block-algorithm.php" class="index">mcrypt_module_is_block_algorithm</a> - This function checks whether the specified algorithm is a block algorithm</li>
<li><a href="function.mcrypt-module-is-block-algorithm-mode.php" class="index">mcrypt_module_is_block_algorithm_mode</a> - Returns if the specified module is a block algorithm or not</li>
<li><a href="function.mcrypt-module-is-block-mode.php" class="index">mcrypt_module_is_block_mode</a> - Returns if the specified mode outputs blocks or not</li>
<li><a href="function.mcrypt-module-open.php" class="index">mcrypt_module_open</a> - Opens the module of the algorithm and the mode to be used</li>
<li><a href="function.mcrypt-module-self-test.php" class="index">mcrypt_module_self_test</a> - This function runs a self test on the specified module</li>
<li><a href="function.md5.php" class="index">md5</a> - Calcola il valore md5 di una stringa</li>
<li><a href="function.md5-file.php" class="index">md5_file</a> - Calcola l'hash md5 del file dato</li>
<li><a href="function.mdecrypt-generic.php" class="index">mdecrypt_generic</a> - Decrypts data</li>
<li><a href="memcache.add.php" class="index">Memcache::add</a> - Add an item to the server</li>
<li><a href="memcache.addserver.php" class="index">Memcache::addServer</a> - Add a memcached server to connection pool</li>
<li><a href="memcache.close.php" class="index">Memcache::close</a> - Close memcached server connection</li>
<li><a href="memcache.connect.php" class="index">Memcache::connect</a> - Open memcached server connection</li>
<li><a href="memcache.decrement.php" class="index">Memcache::decrement</a> - Decrement item's value</li>
<li><a href="memcache.delete.php" class="index">Memcache::delete</a> - Delete item from the server</li>
<li><a href="memcache.flush.php" class="index">Memcache::flush</a> - Flush all existing items at the server</li>
<li><a href="memcache.get.php" class="index">Memcache::get</a> - Retrieve item from the server</li>
<li><a href="memcache.getextendedstats.php" class="index">Memcache::getExtendedStats</a> - Get statistics from all servers in pool</li>
<li><a href="memcache.getserverstatus.php" class="index">Memcache::getServerStatus</a> - Returns server status</li>
<li><a href="memcache.getstats.php" class="index">Memcache::getStats</a> - Get statistics of the server</li>
<li><a href="memcache.getversion.php" class="index">Memcache::getVersion</a> - Return version of the server</li>
<li><a href="memcache.increment.php" class="index">Memcache::increment</a> - Increment item's value</li>
<li><a href="memcache.pconnect.php" class="index">Memcache::pconnect</a> - Open memcached server persistent connection</li>
<li><a href="memcache.replace.php" class="index">Memcache::replace</a> - Replace value of the existing item</li>
<li><a href="memcache.set.php" class="index">Memcache::set</a> - Store data at the server</li>
<li><a href="memcache.setcompressthreshold.php" class="index">Memcache::setCompressThreshold</a> - Enable automatic compression of large values</li>
<li><a href="memcache.setserverparams.php" class="index">Memcache::setServerParams</a> - Changes server parameters and status at runtime</li>
<li><a href="memcached.add.php" class="index">Memcached::add</a> - Add an item under a new key</li>
<li><a href="memcached.addbykey.php" class="index">Memcached::addByKey</a> - Add an item under a new key on a specific server</li>
<li><a href="memcached.addserver.php" class="index">Memcached::addServer</a> - Add a server to the server pool</li>
<li><a href="memcached.addservers.php" class="index">Memcached::addServers</a> - Add multiple servers to the server pool</li>
<li><a href="memcached.append.php" class="index">Memcached::append</a> - Append data to an existing item</li>
<li><a href="memcached.appendbykey.php" class="index">Memcached::appendByKey</a> - Append data to an existing item on a specific server</li>
<li><a href="memcached.cas.php" class="index">Memcached::cas</a> - Compare and swap an item</li>
<li><a href="memcached.casbykey.php" class="index">Memcached::casByKey</a> - Compare and swap an item on a specific server</li>
<li><a href="memcached.decrement.php" class="index">Memcached::decrement</a> - Decrement numeric item's value</li>
<li><a href="memcached.decrementbykey.php" class="index">Memcached::decrementByKey</a> - Decrement numeric item's value, stored on a specific server</li>
<li><a href="memcached.delete.php" class="index">Memcached::delete</a> - Delete an item</li>
<li><a href="memcached.deletebykey.php" class="index">Memcached::deleteByKey</a> - Delete an item from a specific server</li>
<li><a href="memcached.deletemulti.php" class="index">Memcached::deleteMulti</a> - Delete multiple items</li>
<li><a href="memcached.deletemultibykey.php" class="index">Memcached::deleteMultiByKey</a> - Delete multiple items from a specific server</li>
<li><a href="memcached.fetch.php" class="index">Memcached::fetch</a> - Fetch the next result</li>
<li><a href="memcached.fetchall.php" class="index">Memcached::fetchAll</a> - Fetch all the remaining results</li>
<li><a href="memcached.flush.php" class="index">Memcached::flush</a> - Invalidate all items in the cache</li>
<li><a href="memcached.get.php" class="index">Memcached::get</a> - Retrieve an item</li>
<li><a href="memcached.getallkeys.php" class="index">Memcached::getAllKeys</a> - Gets the keys stored on all the servers</li>
<li><a href="memcached.getbykey.php" class="index">Memcached::getByKey</a> - Retrieve an item from a specific server</li>
<li><a href="memcached.getdelayed.php" class="index">Memcached::getDelayed</a> - Request multiple items</li>
<li><a href="memcached.getdelayedbykey.php" class="index">Memcached::getDelayedByKey</a> - Request multiple items from a specific server</li>
<li><a href="memcached.getmulti.php" class="index">Memcached::getMulti</a> - Retrieve multiple items</li>
<li><a href="memcached.getmultibykey.php" class="index">Memcached::getMultiByKey</a> - Retrieve multiple items from a specific server</li>
<li><a href="memcached.getoption.php" class="index">Memcached::getOption</a> - Retrieve a Memcached option value</li>
<li><a href="memcached.getresultcode.php" class="index">Memcached::getResultCode</a> - Return the result code of the last operation</li>
<li><a href="memcached.getresultmessage.php" class="index">Memcached::getResultMessage</a> - Return the message describing the result of the last operation</li>
<li><a href="memcached.getserverbykey.php" class="index">Memcached::getServerByKey</a> - Map a key to a server</li>
<li><a href="memcached.getserverlist.php" class="index">Memcached::getServerList</a> - Get the list of the servers in the pool</li>
<li><a href="memcached.getstats.php" class="index">Memcached::getStats</a> - Get server pool statistics</li>
<li><a href="memcached.getversion.php" class="index">Memcached::getVersion</a> - Get server pool version info</li>
<li><a href="memcached.increment.php" class="index">Memcached::increment</a> - Increment numeric item's value</li>
<li><a href="memcached.incrementbykey.php" class="index">Memcached::incrementByKey</a> - Increment numeric item's value, stored on a specific server</li>
<li><a href="memcached.ispersistent.php" class="index">Memcached::isPersistent</a> - Check if a persitent connection to memcache is being used</li>
<li><a href="memcached.ispristine.php" class="index">Memcached::isPristine</a> - Check if the instance was recently created</li>
<li><a href="memcached.prepend.php" class="index">Memcached::prepend</a> - Prepend data to an existing item</li>
<li><a href="memcached.prependbykey.php" class="index">Memcached::prependByKey</a> - Prepend data to an existing item on a specific server</li>
<li><a href="memcached.quit.php" class="index">Memcached::quit</a> - Close any open connections</li>
<li><a href="memcached.replace.php" class="index">Memcached::replace</a> - Replace the item under an existing key</li>
<li><a href="memcached.replacebykey.php" class="index">Memcached::replaceByKey</a> - Replace the item under an existing key on a specific server</li>
<li><a href="memcached.resetserverlist.php" class="index">Memcached::resetServerList</a> - Clears all servers from the server list</li>
<li><a href="memcached.set.php" class="index">Memcached::set</a> - Store an item</li>
<li><a href="memcached.setbykey.php" class="index">Memcached::setByKey</a> - Store an item on a specific server</li>
<li><a href="memcached.setencodingkey.php" class="index">Memcached::setEncodingKey</a> - Set AES encryption key for data in Memcached</li>
<li><a href="memcached.setmulti.php" class="index">Memcached::setMulti</a> - Store multiple items</li>
<li><a href="memcached.setmultibykey.php" class="index">Memcached::setMultiByKey</a> - Store multiple items on a specific server</li>
<li><a href="memcached.setoption.php" class="index">Memcached::setOption</a> - Set a Memcached option</li>
<li><a href="memcached.setoptions.php" class="index">Memcached::setOptions</a> - Set Memcached options</li>
<li><a href="memcached.setsaslauthdata.php" class="index">Memcached::setSaslAuthData</a> - Set the credentials to use for authentication</li>
<li><a href="memcached.touch.php" class="index">Memcached::touch</a> - Set a new expiration on an item</li>
<li><a href="memcached.touchbykey.php" class="index">Memcached::touchByKey</a> - Set a new expiration on an item on a specific server</li>
<li><a href="memcached.construct.php" class="index">Memcached::__construct</a> - Create a Memcached instance</li>
<li><a href="function.memcache-debug.php" class="index">memcache_debug</a> - Turn debug output on/off</li>
<li><a href="function.memory-get-peak-usage.php" class="index">memory_get_peak_usage</a> - Returns the peak of memory allocated by PHP</li>
<li><a href="function.memory-get-usage.php" class="index">memory_get_usage</a> - Restituisce la quantit&agrave; di memoria allocata dal PHP</li>
<li><a href="function.memory-reset-peak-usage.php" class="index">memory_reset_peak_usage</a> - Reset the peak memory usage</li>
<li><a href="messageformatter.create.php" class="index">MessageFormatter::create</a> - Constructs a new Message Formatter</li>
<li><a href="messageformatter.format.php" class="index">MessageFormatter::format</a> - Format the message</li>
<li><a href="messageformatter.formatmessage.php" class="index">MessageFormatter::formatMessage</a> - Quick format message</li>
<li><a href="messageformatter.geterrorcode.php" class="index">MessageFormatter::getErrorCode</a> - Get the error code from last operation</li>
<li><a href="messageformatter.geterrormessage.php" class="index">MessageFormatter::getErrorMessage</a> - Get the error text from the last operation</li>
<li><a href="messageformatter.getlocale.php" class="index">MessageFormatter::getLocale</a> - Get the locale for which the formatter was created</li>
<li><a href="messageformatter.getpattern.php" class="index">MessageFormatter::getPattern</a> - Get the pattern used by the formatter</li>
<li><a href="messageformatter.parse.php" class="index">MessageFormatter::parse</a> - Parse input string according to pattern</li>
<li><a href="messageformatter.parsemessage.php" class="index">MessageFormatter::parseMessage</a> - Quick parse input string</li>
<li><a href="messageformatter.setpattern.php" class="index">MessageFormatter::setPattern</a> - Set the pattern used by the formatter</li>
<li><a href="function.metaphone.php" class="index">metaphone</a> - Calcola la chiave metaphone di una stringa</li>
<li><a href="function.method-exists.php" class="index">method_exists</a> - Verifica se il metodo della classe esiste</li>
<li><a href="function.mhash.php" class="index">mhash</a> - Computes hash</li>
<li><a href="function.mhash-count.php" class="index">mhash_count</a> - Gets the highest available hash ID</li>
<li><a href="function.mhash-get-block-size.php" class="index">mhash_get_block_size</a> - Gets the block size of the specified hash</li>
<li><a href="function.mhash-get-hash-name.php" class="index">mhash_get_hash_name</a> - Gets the name of the specified hash</li>
<li><a href="function.mhash-keygen-s2k.php" class="index">mhash_keygen_s2k</a> - Generates a key</li>
<li><a href="function.microtime.php" class="index">microtime</a> - Restituisce l'attuale UNIX timestamp con i microsecondi</li>
<li><a href="function.mime-content-type.php" class="index">mime_content_type</a> - Detect MIME Content-type for a file</li>
<li><a href="function.min.php" class="index">min</a> - Trova il valore minimo</li>
<li><a href="function.mkdir.php" class="index">mkdir</a> - Crea una directory</li>
<li><a href="function.mktime.php" class="index">mktime</a> - Restituisce il timestamp Unix per una data</li>
<li><a href="function.money-format.php" class="index">money_format</a> - Formattazione di un numero come stringa monetaria</li>
<li><a href="mongodb-bson-binary.fromvector.php" class="index">MongoDB\BSON\Binary::fromVector</a> - Creates a new binary with subtype MongoDB\BSON\Binary::SUBTYPE_VECTOR from the given array and vector type</li>
<li><a href="mongodb-bson-binary.getdata.php" class="index">MongoDB\BSON\Binary::getData</a> - Returns the Binary's data</li>
<li><a href="mongodb-bson-binary.gettype.php" class="index">MongoDB\BSON\Binary::getType</a> - Returns the Binary's type</li>
<li><a href="mongodb-bson-binary.getvectortype.php" class="index">MongoDB\BSON\Binary::getVectorType</a> - Returns the data type for a Binary with the vector subtype</li>
<li><a href="mongodb-bson-binary.jsonserialize.php" class="index">MongoDB\BSON\Binary::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-binary.toarray.php" class="index">MongoDB\BSON\Binary::toArray</a> - Returns the vector as an array for a Binary with subtype MongoDB\BSON\Binary::SUBTYPE_VECTOR</li>
<li><a href="mongodb-bson-binary.construct.php" class="index">MongoDB\BSON\Binary::__construct</a> - Construct a new Binary</li>
<li><a href="mongodb-bson-binary.tostring.php" class="index">MongoDB\BSON\Binary::__toString</a> - Returns the Binary's data</li>
<li><a href="mongodb-bson-binaryinterface.getdata.php" class="index">MongoDB\BSON\BinaryInterface::getData</a> - Returns the BinaryInterface's data</li>
<li><a href="mongodb-bson-binaryinterface.gettype.php" class="index">MongoDB\BSON\BinaryInterface::getType</a> - Returns the BinaryInterface's type</li>
<li><a href="mongodb-bson-binaryinterface.tostring.php" class="index">MongoDB\BSON\BinaryInterface::__toString</a> - Returns the BinaryInterface's data</li>
<li><a href="mongodb-bson-dbpointer.jsonserialize.php" class="index">MongoDB\BSON\DBPointer::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-dbpointer.construct.php" class="index">MongoDB\BSON\DBPointer::__construct</a> - Construct a new DBPointer (unused)</li>
<li><a href="mongodb-bson-dbpointer.tostring.php" class="index">MongoDB\BSON\DBPointer::__toString</a> - Returns an empty string</li>
<li><a href="mongodb-bson-decimal128.jsonserialize.php" class="index">MongoDB\BSON\Decimal128::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-decimal128.construct.php" class="index">MongoDB\BSON\Decimal128::__construct</a> - Construct a new Decimal128</li>
<li><a href="mongodb-bson-decimal128.tostring.php" class="index">MongoDB\BSON\Decimal128::__toString</a> - Returns the string representation of this Decimal128</li>
<li><a href="mongodb-bson-decimal128interface.tostring.php" class="index">MongoDB\BSON\Decimal128Interface::__toString</a> - Returns the string representation of this Decimal128Interface</li>
<li><a href="mongodb-bson-document.frombson.php" class="index">MongoDB\BSON\Document::fromBSON</a> - Construct a new document instance from a BSON string</li>
<li><a href="mongodb-bson-document.fromjson.php" class="index">MongoDB\BSON\Document::fromJSON</a> - Construct a new document instance from a JSON string</li>
<li><a href="mongodb-bson-document.fromphp.php" class="index">MongoDB\BSON\Document::fromPHP</a> - Construct a new document instance from PHP data</li>
<li><a href="mongodb-bson-document.get.php" class="index">MongoDB\BSON\Document::get</a> - Returns the value of a key in the document</li>
<li><a href="mongodb-bson-document.getiterator.php" class="index">MongoDB\BSON\Document::getIterator</a> - Returns an iterator for the BSON document</li>
<li><a href="mongodb-bson-document.has.php" class="index">MongoDB\BSON\Document::has</a> - Returns whether a key is present in the document</li>
<li><a href="mongodb-bson-document.offsetexists.php" class="index">MongoDB\BSON\Document::offsetExists</a> - Returns whether a key is present in the document</li>
<li><a href="mongodb-bson-document.offsetget.php" class="index">MongoDB\BSON\Document::offsetGet</a> - Returns the value of a key in the document</li>
<li><a href="mongodb-bson-document.offsetset.php" class="index">MongoDB\BSON\Document::offsetSet</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-document.offsetunset.php" class="index">MongoDB\BSON\Document::offsetUnset</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-document.tocanonicalextendedjson.php" class="index">MongoDB\BSON\Document::toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of the BSON document</li>
<li><a href="mongodb-bson-document.tophp.php" class="index">MongoDB\BSON\Document::toPHP</a> - Returns the PHP representation of the BSON document</li>
<li><a href="mongodb-bson-document.torelaxedextendedjson.php" class="index">MongoDB\BSON\Document::toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of the BSON document</li>
<li><a href="mongodb-bson-document.construct.php" class="index">MongoDB\BSON\Document::__construct</a> - Construct a new BSON document (unused)</li>
<li><a href="mongodb-bson-document.tostring.php" class="index">MongoDB\BSON\Document::__toString</a> - Returns the string representation of this BSON Document</li>
<li><a href="function.mongodb.bson-fromjson.php" class="index">MongoDB\BSON\fromJSON</a> - Returns the BSON representation of a JSON value</li>
<li><a href="function.mongodb.bson-fromphp.php" class="index">MongoDB\BSON\fromPHP</a> - Returns the BSON representation of a PHP value</li>
<li><a href="mongodb-bson-int64.jsonserialize.php" class="index">MongoDB\BSON\Int64::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-int64.construct.php" class="index">MongoDB\BSON\Int64::__construct</a> - Construct a new Int64</li>
<li><a href="mongodb-bson-int64.tostring.php" class="index">MongoDB\BSON\Int64::__toString</a> - Returns the string representation of this Int64</li>
<li><a href="mongodb-bson-iterator.current.php" class="index">MongoDB\BSON\Iterator::current</a> - Returns the current element</li>
<li><a href="mongodb-bson-iterator.key.php" class="index">MongoDB\BSON\Iterator::key</a> - Returns the key of the current element</li>
<li><a href="mongodb-bson-iterator.next.php" class="index">MongoDB\BSON\Iterator::next</a> - Advances the iterator to next element</li>
<li><a href="mongodb-bson-iterator.rewind.php" class="index">MongoDB\BSON\Iterator::rewind</a> - Rewinds the Iterator to the first element</li>
<li><a href="mongodb-bson-iterator.valid.php" class="index">MongoDB\BSON\Iterator::valid</a> - Checks if current position is valid</li>
<li><a href="mongodb-bson-iterator.construct.php" class="index">MongoDB\BSON\Iterator::__construct</a> - Construct a new BSON iterator (unused)</li>
<li><a href="mongodb-bson-javascript.getcode.php" class="index">MongoDB\BSON\Javascript::getCode</a> - Returns the Javascript's code</li>
<li><a href="mongodb-bson-javascript.getscope.php" class="index">MongoDB\BSON\Javascript::getScope</a> - Returns the Javascript's scope document</li>
<li><a href="mongodb-bson-javascript.jsonserialize.php" class="index">MongoDB\BSON\Javascript::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-javascript.construct.php" class="index">MongoDB\BSON\Javascript::__construct</a> - Construct a new Javascript</li>
<li><a href="mongodb-bson-javascript.tostring.php" class="index">MongoDB\BSON\Javascript::__toString</a> - Returns the Javascript's code</li>
<li><a href="mongodb-bson-javascriptinterface.getcode.php" class="index">MongoDB\BSON\JavascriptInterface::getCode</a> - Returns the JavascriptInterface's code</li>
<li><a href="mongodb-bson-javascriptinterface.getscope.php" class="index">MongoDB\BSON\JavascriptInterface::getScope</a> - Returns the JavascriptInterface's scope document</li>
<li><a href="mongodb-bson-javascriptinterface.tostring.php" class="index">MongoDB\BSON\JavascriptInterface::__toString</a> - Returns the JavascriptInterface's code</li>
<li><a href="mongodb-bson-maxkey.jsonserialize.php" class="index">MongoDB\BSON\MaxKey::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-maxkey.construct.php" class="index">MongoDB\BSON\MaxKey::__construct</a> - Construct a new MaxKey</li>
<li><a href="mongodb-bson-minkey.jsonserialize.php" class="index">MongoDB\BSON\MinKey::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-minkey.construct.php" class="index">MongoDB\BSON\MinKey::__construct</a> - Construct a new MinKey</li>
<li><a href="mongodb-bson-objectid.gettimestamp.php" class="index">MongoDB\BSON\ObjectId::getTimestamp</a> - Returns the timestamp component of this ObjectId</li>
<li><a href="mongodb-bson-objectid.jsonserialize.php" class="index">MongoDB\BSON\ObjectId::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-objectid.construct.php" class="index">MongoDB\BSON\ObjectId::__construct</a> - Construct a new ObjectId</li>
<li><a href="mongodb-bson-objectid.tostring.php" class="index">MongoDB\BSON\ObjectId::__toString</a> - Returns the hexidecimal representation of this ObjectId</li>
<li><a href="mongodb-bson-objectidinterface.gettimestamp.php" class="index">MongoDB\BSON\ObjectIdInterface::getTimestamp</a> - Returns the timestamp component of this ObjectIdInterface</li>
<li><a href="mongodb-bson-objectidinterface.tostring.php" class="index">MongoDB\BSON\ObjectIdInterface::__toString</a> - Returns the hexidecimal representation of this ObjectIdInterface</li>
<li><a href="mongodb-bson-packedarray.fromjson.php" class="index">MongoDB\BSON\PackedArray::fromJSON</a> - Construct a new BSON array instance from a JSON string</li>
<li><a href="mongodb-bson-packedarray.fromphp.php" class="index">MongoDB\BSON\PackedArray::fromPHP</a> - Construct a new BSON array instance from PHP data</li>
<li><a href="mongodb-bson-packedarray.get.php" class="index">MongoDB\BSON\PackedArray::get</a> - Returns the value of an index in the array</li>
<li><a href="mongodb-bson-packedarray.getiterator.php" class="index">MongoDB\BSON\PackedArray::getIterator</a> - Returns an iterator for the BSON array</li>
<li><a href="mongodb-bson-packedarray.has.php" class="index">MongoDB\BSON\PackedArray::has</a> - Returns whether a index is present in the array</li>
<li><a href="mongodb-bson-packedarray.offsetexists.php" class="index">MongoDB\BSON\PackedArray::offsetExists</a> - Returns whether a index is present in the array</li>
<li><a href="mongodb-bson-packedarray.offsetget.php" class="index">MongoDB\BSON\PackedArray::offsetGet</a> - Returns the value of an index in the array</li>
<li><a href="mongodb-bson-packedarray.offsetset.php" class="index">MongoDB\BSON\PackedArray::offsetSet</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-packedarray.offsetunset.php" class="index">MongoDB\BSON\PackedArray::offsetUnset</a> - Implementation of ArrayAccess</li>
<li><a href="mongodb-bson-packedarray.tocanonicalextendedjson.php" class="index">MongoDB\BSON\PackedArray::toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.tophp.php" class="index">MongoDB\BSON\PackedArray::toPHP</a> - Returns the PHP representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.torelaxedextendedjson.php" class="index">MongoDB\BSON\PackedArray::toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of the BSON array</li>
<li><a href="mongodb-bson-packedarray.construct.php" class="index">MongoDB\BSON\PackedArray::__construct</a> - Construct a new BSON array (unused)</li>
<li><a href="mongodb-bson-packedarray.tostring.php" class="index">MongoDB\BSON\PackedArray::__toString</a> - Returns the string representation of this BSON array</li>
<li><a href="mongodb-bson-persistable.bsonserialize.php" class="index">MongoDB\BSON\Persistable::bsonSerialize</a> - Provides an array or document to serialize as BSON</li>
<li><a href="mongodb-bson-regex.getflags.php" class="index">MongoDB\BSON\Regex::getFlags</a> - Returns the Regex's flags</li>
<li><a href="mongodb-bson-regex.getpattern.php" class="index">MongoDB\BSON\Regex::getPattern</a> - Returns the Regex's pattern</li>
<li><a href="mongodb-bson-regex.jsonserialize.php" class="index">MongoDB\BSON\Regex::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-regex.construct.php" class="index">MongoDB\BSON\Regex::__construct</a> - Construct a new Regex</li>
<li><a href="mongodb-bson-regex.tostring.php" class="index">MongoDB\BSON\Regex::__toString</a> - Returns the string representation of this Regex</li>
<li><a href="mongodb-bson-regexinterface.getflags.php" class="index">MongoDB\BSON\RegexInterface::getFlags</a> - Returns the RegexInterface's flags</li>
<li><a href="mongodb-bson-regexinterface.getpattern.php" class="index">MongoDB\BSON\RegexInterface::getPattern</a> - Returns the RegexInterface's pattern</li>
<li><a href="mongodb-bson-regexinterface.tostring.php" class="index">MongoDB\BSON\RegexInterface::__toString</a> - Returns the string representation of this RegexInterface</li>
<li><a href="mongodb-bson-serializable.bsonserialize.php" class="index">MongoDB\BSON\Serializable::bsonSerialize</a> - Provides an array or document to serialize as BSON</li>
<li><a href="mongodb-bson-symbol.jsonserialize.php" class="index">MongoDB\BSON\Symbol::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-symbol.construct.php" class="index">MongoDB\BSON\Symbol::__construct</a> - Construct a new Symbol (unused)</li>
<li><a href="mongodb-bson-symbol.tostring.php" class="index">MongoDB\BSON\Symbol::__toString</a> - Returns the Symbol as a string</li>
<li><a href="mongodb-bson-timestamp.getincrement.php" class="index">MongoDB\BSON\Timestamp::getIncrement</a> - Returns the increment component of this Timestamp</li>
<li><a href="mongodb-bson-timestamp.gettimestamp.php" class="index">MongoDB\BSON\Timestamp::getTimestamp</a> - Returns the timestamp component of this Timestamp</li>
<li><a href="mongodb-bson-timestamp.jsonserialize.php" class="index">MongoDB\BSON\Timestamp::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-timestamp.construct.php" class="index">MongoDB\BSON\Timestamp::__construct</a> - Construct a new Timestamp</li>
<li><a href="mongodb-bson-timestamp.tostring.php" class="index">MongoDB\BSON\Timestamp::__toString</a> - Returns the string representation of this Timestamp</li>
<li><a href="mongodb-bson-timestampinterface.getincrement.php" class="index">MongoDB\BSON\TimestampInterface::getIncrement</a> - Returns the increment component of this TimestampInterface</li>
<li><a href="mongodb-bson-timestampinterface.gettimestamp.php" class="index">MongoDB\BSON\TimestampInterface::getTimestamp</a> - Returns the timestamp component of this TimestampInterface</li>
<li><a href="mongodb-bson-timestampinterface.tostring.php" class="index">MongoDB\BSON\TimestampInterface::__toString</a> - Returns the string representation of this TimestampInterface</li>
<li><a href="function.mongodb.bson-tocanonicalextendedjson.php" class="index">MongoDB\BSON\toCanonicalExtendedJSON</a> - Returns the Canonical Extended JSON representation of a BSON value</li>
<li><a href="function.mongodb.bson-tojson.php" class="index">MongoDB\BSON\toJSON</a> - Returns the Legacy Extended JSON representation of a BSON value</li>
<li><a href="function.mongodb.bson-tophp.php" class="index">MongoDB\BSON\toPHP</a> - Returns the PHP representation of a BSON value</li>
<li><a href="function.mongodb.bson-torelaxedextendedjson.php" class="index">MongoDB\BSON\toRelaxedExtendedJSON</a> - Returns the Relaxed Extended JSON representation of a BSON value</li>
<li><a href="mongodb-bson-undefined.jsonserialize.php" class="index">MongoDB\BSON\Undefined::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-undefined.construct.php" class="index">MongoDB\BSON\Undefined::__construct</a> - Construct a new Undefined (unused)</li>
<li><a href="mongodb-bson-undefined.tostring.php" class="index">MongoDB\BSON\Undefined::__toString</a> - Returns an empty string</li>
<li><a href="mongodb-bson-unserializable.bsonunserialize.php" class="index">MongoDB\BSON\Unserializable::bsonUnserialize</a> - Constructs the object from a BSON array or document</li>
<li><a href="mongodb-bson-utcdatetime.jsonserialize.php" class="index">MongoDB\BSON\UTCDateTime::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="mongodb-bson-utcdatetime.todatetime.php" class="index">MongoDB\BSON\UTCDateTime::toDateTime</a> - Returns the DateTime representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.todatetimeimmutable.php" class="index">MongoDB\BSON\UTCDateTime::toDateTimeImmutable</a> - Returns the DateTimeImmutable representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.construct.php" class="index">MongoDB\BSON\UTCDateTime::__construct</a> - Construct a new UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetime.tostring.php" class="index">MongoDB\BSON\UTCDateTime::__toString</a> - Returns the string representation of this UTCDateTime</li>
<li><a href="mongodb-bson-utcdatetimeinterface.todatetime.php" class="index">MongoDB\BSON\UTCDateTimeInterface::toDateTime</a> - Returns the DateTime representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-bson-utcdatetimeinterface.todatetimeimmutable.php" class="index">MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable</a> - Returns the DateTimeImmutable representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-bson-utcdatetimeinterface.tostring.php" class="index">MongoDB\BSON\UTCDateTimeInterface::__toString</a> - Returns the string representation of this UTCDateTimeInterface</li>
<li><a href="mongodb-driver-bulkwrite.count.php" class="index">MongoDB\Driver\BulkWrite::count</a> - Count number of write operations in the bulk</li>
<li><a href="mongodb-driver-bulkwrite.delete.php" class="index">MongoDB\Driver\BulkWrite::delete</a> - Add a delete operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.insert.php" class="index">MongoDB\Driver\BulkWrite::insert</a> - Add an insert operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.update.php" class="index">MongoDB\Driver\BulkWrite::update</a> - Add an update operation to the bulk</li>
<li><a href="mongodb-driver-bulkwrite.construct.php" class="index">MongoDB\Driver\BulkWrite::__construct</a> - Create a new BulkWrite</li>
<li><a href="mongodb-driver-bulkwritecommand.count.php" class="index">MongoDB\Driver\BulkWriteCommand::count</a> - Count number of write operations in the BulkWriteCommand</li>
<li><a href="mongodb-driver-bulkwritecommand.deletemany.php" class="index">MongoDB\Driver\BulkWriteCommand::deleteMany</a> - Add a deleteMany operation</li>
<li><a href="mongodb-driver-bulkwritecommand.deleteone.php" class="index">MongoDB\Driver\BulkWriteCommand::deleteOne</a> - Add a deleteOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.insertone.php" class="index">MongoDB\Driver\BulkWriteCommand::insertOne</a> - Add an insertOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.replaceone.php" class="index">MongoDB\Driver\BulkWriteCommand::replaceOne</a> - Add a replaceOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.updatemany.php" class="index">MongoDB\Driver\BulkWriteCommand::updateMany</a> - Add an updateMany operation</li>
<li><a href="mongodb-driver-bulkwritecommand.updateone.php" class="index">MongoDB\Driver\BulkWriteCommand::updateOne</a> - Add an updateOne operation</li>
<li><a href="mongodb-driver-bulkwritecommand.construct.php" class="index">MongoDB\Driver\BulkWriteCommand::__construct</a> - Create a new BulkWriteCommand</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getdeletedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getDeletedCount</a> - Returns the number of documents deleted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getdeleteresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getDeleteResults</a> - Returns verbose results for successful deletes</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getinsertedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getInsertedCount</a> - Returns the number of documents inserted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getinsertresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getInsertResults</a> - Returns verbose results for successful inserts</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getmatchedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getMatchedCount</a> - Returns the number of documents selected for update</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getmodifiedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getModifiedCount</a> - Returns the number of existing documents updated</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getupdateresults.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getUpdateResults</a> - Returns verbose results for successful updates</li>
<li><a href="mongodb-driver-bulkwritecommandresult.getupsertedcount.php" class="index">MongoDB\Driver\BulkWriteCommandResult::getUpsertedCount</a> - Returns the number of documents upserted</li>
<li><a href="mongodb-driver-bulkwritecommandresult.isacknowledged.php" class="index">MongoDB\Driver\BulkWriteCommandResult::isAcknowledged</a> - Returns whether the write was acknowledged</li>
<li><a href="mongodb-driver-clientencryption.addkeyaltname.php" class="index">MongoDB\Driver\ClientEncryption::addKeyAltName</a> - Adds an alternate name to a key document</li>
<li><a href="mongodb-driver-clientencryption.createdatakey.php" class="index">MongoDB\Driver\ClientEncryption::createDataKey</a> - Creates a key document</li>
<li><a href="mongodb-driver-clientencryption.decrypt.php" class="index">MongoDB\Driver\ClientEncryption::decrypt</a> - Decrypt a value</li>
<li><a href="mongodb-driver-clientencryption.deletekey.php" class="index">MongoDB\Driver\ClientEncryption::deleteKey</a> - Deletes a key document</li>
<li><a href="mongodb-driver-clientencryption.encrypt.php" class="index">MongoDB\Driver\ClientEncryption::encrypt</a> - Encrypt a value</li>
<li><a href="mongodb-driver-clientencryption.encryptexpression.php" class="index">MongoDB\Driver\ClientEncryption::encryptExpression</a> - Encrypts a match or aggregate expression</li>
<li><a href="mongodb-driver-clientencryption.getkey.php" class="index">MongoDB\Driver\ClientEncryption::getKey</a> - Gets a key document</li>
<li><a href="mongodb-driver-clientencryption.getkeybyaltname.php" class="index">MongoDB\Driver\ClientEncryption::getKeyByAltName</a> - Gets a key document by an alternate name</li>
<li><a href="mongodb-driver-clientencryption.getkeys.php" class="index">MongoDB\Driver\ClientEncryption::getKeys</a> - Gets all key documents</li>
<li><a href="mongodb-driver-clientencryption.removekeyaltname.php" class="index">MongoDB\Driver\ClientEncryption::removeKeyAltName</a> - Removes an alternate name from a key document</li>
<li><a href="mongodb-driver-clientencryption.rewrapmanydatakey.php" class="index">MongoDB\Driver\ClientEncryption::rewrapManyDataKey</a> - Rewraps data keys</li>
<li><a href="mongodb-driver-clientencryption.construct.php" class="index">MongoDB\Driver\ClientEncryption::__construct</a> - Create a new ClientEncryption object</li>
<li><a href="mongodb-driver-command.construct.php" class="index">MongoDB\Driver\Command::__construct</a> - Create a new Command</li>
<li><a href="mongodb-driver-cursor.current.php" class="index">MongoDB\Driver\Cursor::current</a> - Returns the current element</li>
<li><a href="mongodb-driver-cursor.getid.php" class="index">MongoDB\Driver\Cursor::getId</a> - Returns the ID for this cursor</li>
<li><a href="mongodb-driver-cursor.getserver.php" class="index">MongoDB\Driver\Cursor::getServer</a> - Returns the server associated with this cursor</li>
<li><a href="mongodb-driver-cursor.isdead.php" class="index">MongoDB\Driver\Cursor::isDead</a> - Checks if the cursor is exhausted or may have additional results</li>
<li><a href="mongodb-driver-cursor.key.php" class="index">MongoDB\Driver\Cursor::key</a> - Returns the current result's index within the cursor</li>
<li><a href="mongodb-driver-cursor.next.php" class="index">MongoDB\Driver\Cursor::next</a> - Advances the cursor to the next result</li>
<li><a href="mongodb-driver-cursor.rewind.php" class="index">MongoDB\Driver\Cursor::rewind</a> - Rewind the cursor to the first result</li>
<li><a href="mongodb-driver-cursor.settypemap.php" class="index">MongoDB\Driver\Cursor::setTypeMap</a> - Sets a type map to use for BSON unserialization</li>
<li><a href="mongodb-driver-cursor.toarray.php" class="index">MongoDB\Driver\Cursor::toArray</a> - Returns an array containing all results for this cursor</li>
<li><a href="mongodb-driver-cursor.valid.php" class="index">MongoDB\Driver\Cursor::valid</a> - Checks if the current position in the cursor is valid</li>
<li><a href="mongodb-driver-cursor.construct.php" class="index">MongoDB\Driver\Cursor::__construct</a> - Create a new Cursor (not used)</li>
<li><a href="mongodb-driver-cursorid.construct.php" class="index">MongoDB\Driver\CursorId::__construct</a> - Create a new CursorId (not used)</li>
<li><a href="mongodb-driver-cursorid.tostring.php" class="index">MongoDB\Driver\CursorId::__toString</a> - String representation of the cursor ID</li>
<li><a href="mongodb-driver-cursorinterface.getid.php" class="index">MongoDB\Driver\CursorInterface::getId</a> - Returns the ID for this cursor</li>
<li><a href="mongodb-driver-cursorinterface.getserver.php" class="index">MongoDB\Driver\CursorInterface::getServer</a> - Returns the server associated with this cursor</li>
<li><a href="mongodb-driver-cursorinterface.isdead.php" class="index">MongoDB\Driver\CursorInterface::isDead</a> - Checks if the cursor may have additional results</li>
<li><a href="mongodb-driver-cursorinterface.settypemap.php" class="index">MongoDB\Driver\CursorInterface::setTypeMap</a> - Sets a type map to use for BSON unserialization</li>
<li><a href="mongodb-driver-cursorinterface.toarray.php" class="index">MongoDB\Driver\CursorInterface::toArray</a> - Returns an array containing all results for this cursor</li>
<li><a href="mongodb-driver-bulkwritecommandexception.geterrorreply.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getErrorReply</a> - Returns any top-level command error</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getpartialresult.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getPartialResult</a> - Returns the result of any successful write operations</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getwriteconcernerrors.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getWriteConcernErrors</a> - Returns any write concern errors</li>
<li><a href="mongodb-driver-bulkwritecommandexception.getwriteerrors.php" class="index">MongoDB\Driver\Exception\BulkWriteCommandException::getWriteErrors</a> - Returns any write errors</li>
<li><a href="mongodb-driver-bulkwriteexception.getwriteresult.php" class="index">MongoDB\Driver\Exception\BulkWriteException::getWriteResult</a> - Returns the WriteResult for the failed write operation</li>
<li><a href="mongodb-driver-commandexception.getresultdocument.php" class="index">MongoDB\Driver\Exception\CommandException::getResultDocument</a> - Returns the result document for the failed command</li>
<li><a href="mongodb-driver-runtimeexception.haserrorlabel.php" class="index">MongoDB\Driver\Exception\RuntimeException::hasErrorLabel</a> - Returns whether an error label is associated with an exception</li>
<li><a href="mongodb-driver-writeexception.getwriteresult.php" class="index">MongoDB\Driver\Exception\WriteException::getWriteResult</a> - Returns the WriteResult for the failed write operation</li>
<li><a href="mongodb-driver-manager.addsubscriber.php" class="index">MongoDB\Driver\Manager::addSubscriber</a> - Registers a monitoring event subscriber with this Manager</li>
<li><a href="mongodb-driver-manager.createclientencryption.php" class="index">MongoDB\Driver\Manager::createClientEncryption</a> - Create a new ClientEncryption object</li>
<li><a href="mongodb-driver-manager.executebulkwrite.php" class="index">MongoDB\Driver\Manager::executeBulkWrite</a> - Execute one or more write operations</li>
<li><a href="mongodb-driver-manager.executebulkwritecommand.php" class="index">MongoDB\Driver\Manager::executeBulkWriteCommand</a> - Execute write operations using the bulkWrite command</li>
<li><a href="mongodb-driver-manager.executecommand.php" class="index">MongoDB\Driver\Manager::executeCommand</a> - Execute a database command</li>
<li><a href="mongodb-driver-manager.executequery.php" class="index">MongoDB\Driver\Manager::executeQuery</a> - Execute a database query</li>
<li><a href="mongodb-driver-manager.executereadcommand.php" class="index">MongoDB\Driver\Manager::executeReadCommand</a> - Execute a database command that reads</li>
<li><a href="mongodb-driver-manager.executereadwritecommand.php" class="index">MongoDB\Driver\Manager::executeReadWriteCommand</a> - Execute a database command that reads and writes</li>
<li><a href="mongodb-driver-manager.executewritecommand.php" class="index">MongoDB\Driver\Manager::executeWriteCommand</a> - Execute a database command that writes</li>
<li><a href="mongodb-driver-manager.getencryptedfieldsmap.php" class="index">MongoDB\Driver\Manager::getEncryptedFieldsMap</a> - Return the encryptedFieldsMap auto encryption option for the Manager</li>
<li><a href="mongodb-driver-manager.getreadconcern.php" class="index">MongoDB\Driver\Manager::getReadConcern</a> - Return the ReadConcern for the Manager</li>
<li><a href="mongodb-driver-manager.getreadpreference.php" class="index">MongoDB\Driver\Manager::getReadPreference</a> - Return the ReadPreference for the Manager</li>
<li><a href="mongodb-driver-manager.getservers.php" class="index">MongoDB\Driver\Manager::getServers</a> - Return the servers to which this manager is connected</li>
<li><a href="mongodb-driver-manager.getwriteconcern.php" class="index">MongoDB\Driver\Manager::getWriteConcern</a> - Return the WriteConcern for the Manager</li>
<li><a href="mongodb-driver-manager.removesubscriber.php" class="index">MongoDB\Driver\Manager::removeSubscriber</a> - Unregisters a monitoring event subscriber with this Manager</li>
<li><a href="mongodb-driver-manager.selectserver.php" class="index">MongoDB\Driver\Manager::selectServer</a> - Select a server matching a read preference</li>
<li><a href="mongodb-driver-manager.startsession.php" class="index">MongoDB\Driver\Manager::startSession</a> - Start a new client session for use with this client</li>
<li><a href="mongodb-driver-manager.construct.php" class="index">MongoDB\Driver\Manager::__construct</a> - Create new MongoDB Manager</li>
<li><a href="function.mongodb.driver.monitoring.addsubscriber.php" class="index">MongoDB\Driver\Monitoring\addSubscriber</a> - Registers a monitoring event subscriber globally</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getDurationMicros</a> - Returns the command's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.geterror.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getError</a> - Returns the Exception associated with the failed command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getreply.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getReply</a> - Returns the command reply document</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandfailedevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandFailedEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getcommand.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand</a> - Returns the command document</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandstartedevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandStartedEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandfailed.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandFailed</a> - Notification method for a failed command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandstarted.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandStarted</a> - Notification method for a started command</li>
<li><a href="mongodb-driver-monitoring-commandsubscriber.commandsucceeded.php" class="index">MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded</a> - Notification method for a successful command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getcommandname.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getCommandName</a> - Returns the command name</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getdatabasename.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getDatabaseName</a> - Returns the database on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getDurationMicros</a> - Returns the command's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.gethost.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getHost</a> - Returns the server hostname for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getoperationid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getOperationId</a> - Returns the command's operation ID</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getport.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getPort</a> - Returns the server port for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getreply.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getReply</a> - Returns the command reply document</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getrequestid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getRequestId</a> - Returns the command's request ID</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserver.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer</a> - Returns the Server on which the command was executed</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserverconnectionid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId</a> - Returns the server connection ID for the command</li>
<li><a href="mongodb-driver-monitoring-commandsucceededevent.getserviceid.php" class="index">MongoDB\Driver\Monitoring\CommandSucceededEvent::getServiceId</a> - Returns the load balancer service ID for the command</li>
<li><a href="mongodb-driver-monitoring-logsubscriber.log.php" class="index">MongoDB\Driver\Monitoring\LogSubscriber::log</a> - Notification method for a log message</li>
<li><a href="function.mongodb.driver.monitoring.removesubscriber.php" class="index">MongoDB\Driver\Monitoring\removeSubscriber</a> - Unregisters a monitoring event subscriber globally</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverchanged.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverChanged</a> - Notification method for a server description change</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverclosed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverClosed</a> - Notification method for closing a server</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatfailed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatFailed</a> - Notification method for a failed server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatstarted.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatStarted</a> - Notification method for a started server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serverheartbeatsucceeded.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverHeartbeatSucceeded</a> - Notification method for a successful server heartbeat</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.serveropening.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::serverOpening</a> - Notification method for opening a server</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologychanged.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyChanged</a> - Notification method for a topology description change</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologyclosed.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyClosed</a> - Notification method for closing the topology</li>
<li><a href="mongodb-driver-monitoring-sdamsubscriber.topologyopening.php" class="index">MongoDB\Driver\Monitoring\SDAMSubscriber::topologyOpening</a> - Notification method for opening the topology</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getnewdescription.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getNewDescription</a> - Returns the new description for the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.getpreviousdescription.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getPreviousDescription</a> - Returns the previous description for the server</li>
<li><a href="mongodb-driver-monitoring-serverchangedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerChangedEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverclosedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerClosedEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getDurationMicros</a> - Returns the heartbeat's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.geterror.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getError</a> - Returns the Exception associated with the failed heartbeat</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatfailedevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatstartedevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getdurationmicros.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getDurationMicros</a> - Returns the heartbeat's duration in microseconds</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.getreply.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::getReply</a> - Returns the heartbeat reply document</li>
<li><a href="mongodb-driver-monitoring-serverheartbeatsucceededevent.isawaited.php" class="index">MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent::isAwaited</a> - Returns whether the heartbeat used a streaming protocol</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.gethost.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getHost</a> - Returns the hostname of the server</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.getport.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-monitoring-serveropeningevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\ServerOpeningEvent::getTopologyId</a> - Returns the topology ID associated with this server</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.getnewdescription.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getNewDescription</a> - Returns the new description for the topology</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.getpreviousdescription.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getPreviousDescription</a> - Returns the previous description for the topology</li>
<li><a href="mongodb-driver-monitoring-topologychangedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyChangedEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-monitoring-topologyclosedevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyClosedEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-monitoring-topologyopeningevent.gettopologyid.php" class="index">MongoDB\Driver\Monitoring\TopologyOpeningEvent::getTopologyId</a> - Returns the topology ID</li>
<li><a href="mongodb-driver-query.construct.php" class="index">MongoDB\Driver\Query::__construct</a> - Create a new Query</li>
<li><a href="mongodb-driver-readconcern.bsonserialize.php" class="index">MongoDB\Driver\ReadConcern::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-readconcern.getlevel.php" class="index">MongoDB\Driver\ReadConcern::getLevel</a> - Returns the ReadConcern's &quot;level&quot; option</li>
<li><a href="mongodb-driver-readconcern.isdefault.php" class="index">MongoDB\Driver\ReadConcern::isDefault</a> - Checks if this is the default read concern</li>
<li><a href="mongodb-driver-readconcern.construct.php" class="index">MongoDB\Driver\ReadConcern::__construct</a> - Create a new ReadConcern</li>
<li><a href="mongodb-driver-readpreference.bsonserialize.php" class="index">MongoDB\Driver\ReadPreference::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-readpreference.gethedge.php" class="index">MongoDB\Driver\ReadPreference::getHedge</a> - Returns the ReadPreference's &quot;hedge&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmaxstalenessseconds.php" class="index">MongoDB\Driver\ReadPreference::getMaxStalenessSeconds</a> - Returns the ReadPreference's &quot;maxStalenessSeconds&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmode.php" class="index">MongoDB\Driver\ReadPreference::getMode</a> - Returns the ReadPreference's &quot;mode&quot; option</li>
<li><a href="mongodb-driver-readpreference.getmodestring.php" class="index">MongoDB\Driver\ReadPreference::getModeString</a> - Returns the ReadPreference's &quot;mode&quot; option</li>
<li><a href="mongodb-driver-readpreference.gettagsets.php" class="index">MongoDB\Driver\ReadPreference::getTagSets</a> - Returns the ReadPreference's &quot;tagSets&quot; option</li>
<li><a href="mongodb-driver-readpreference.construct.php" class="index">MongoDB\Driver\ReadPreference::__construct</a> - Create a new ReadPreference</li>
<li><a href="mongodb-driver-server.executebulkwrite.php" class="index">MongoDB\Driver\Server::executeBulkWrite</a> - Execute one or more write operations on this server</li>
<li><a href="mongodb-driver-server.executebulkwritecommand.php" class="index">MongoDB\Driver\Server::executeBulkWriteCommand</a> - Execute write operations on this server using the bulkWrite command</li>
<li><a href="mongodb-driver-server.executecommand.php" class="index">MongoDB\Driver\Server::executeCommand</a> - Execute a database command on this server</li>
<li><a href="mongodb-driver-server.executequery.php" class="index">MongoDB\Driver\Server::executeQuery</a> - Execute a database query on this server</li>
<li><a href="mongodb-driver-server.executereadcommand.php" class="index">MongoDB\Driver\Server::executeReadCommand</a> - Execute a database command that reads on this server</li>
<li><a href="mongodb-driver-server.executereadwritecommand.php" class="index">MongoDB\Driver\Server::executeReadWriteCommand</a> - Execute a database command that reads and writes on this server</li>
<li><a href="mongodb-driver-server.executewritecommand.php" class="index">MongoDB\Driver\Server::executeWriteCommand</a> - Execute a database command that writes on this server</li>
<li><a href="mongodb-driver-server.gethost.php" class="index">MongoDB\Driver\Server::getHost</a> - Returns the hostname of this server</li>
<li><a href="mongodb-driver-server.getinfo.php" class="index">MongoDB\Driver\Server::getInfo</a> - Returns an array of information describing this server</li>
<li><a href="mongodb-driver-server.getlatency.php" class="index">MongoDB\Driver\Server::getLatency</a> - Returns the latency of this server in milliseconds</li>
<li><a href="mongodb-driver-server.getport.php" class="index">MongoDB\Driver\Server::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-server.getserverdescription.php" class="index">MongoDB\Driver\Server::getServerDescription</a> - Returns a ServerDescription for this server</li>
<li><a href="mongodb-driver-server.gettags.php" class="index">MongoDB\Driver\Server::getTags</a> - Returns an array of tags describing this server in a replica set</li>
<li><a href="mongodb-driver-server.gettype.php" class="index">MongoDB\Driver\Server::getType</a> - Returns an integer denoting the type of this server</li>
<li><a href="mongodb-driver-server.isarbiter.php" class="index">MongoDB\Driver\Server::isArbiter</a> - Checks if this server is an arbiter member of a replica set</li>
<li><a href="mongodb-driver-server.ishidden.php" class="index">MongoDB\Driver\Server::isHidden</a> - Checks if this server is a hidden member of a replica set</li>
<li><a href="mongodb-driver-server.ispassive.php" class="index">MongoDB\Driver\Server::isPassive</a> - Checks if this server is a passive member of a replica set</li>
<li><a href="mongodb-driver-server.isprimary.php" class="index">MongoDB\Driver\Server::isPrimary</a> - Checks if this server is a primary member of a replica set</li>
<li><a href="mongodb-driver-server.issecondary.php" class="index">MongoDB\Driver\Server::isSecondary</a> - Checks if this server is a secondary member of a replica set</li>
<li><a href="mongodb-driver-server.construct.php" class="index">MongoDB\Driver\Server::__construct</a> - Create a new Server (not used)</li>
<li><a href="mongodb-driver-serverapi.bsonserialize.php" class="index">MongoDB\Driver\ServerApi::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-serverapi.construct.php" class="index">MongoDB\Driver\ServerApi::__construct</a> - Create a new ServerApi instance</li>
<li><a href="mongodb-driver-serverdescription.gethelloresponse.php" class="index">MongoDB\Driver\ServerDescription::getHelloResponse</a> - Returns the server's most recent &quot;hello&quot; response</li>
<li><a href="mongodb-driver-serverdescription.gethost.php" class="index">MongoDB\Driver\ServerDescription::getHost</a> - Returns the hostname of this server</li>
<li><a href="mongodb-driver-serverdescription.getlastupdatetime.php" class="index">MongoDB\Driver\ServerDescription::getLastUpdateTime</a> - Returns the server's last update time in microseconds</li>
<li><a href="mongodb-driver-serverdescription.getport.php" class="index">MongoDB\Driver\ServerDescription::getPort</a> - Returns the port on which this server is listening</li>
<li><a href="mongodb-driver-serverdescription.getroundtriptime.php" class="index">MongoDB\Driver\ServerDescription::getRoundTripTime</a> - Returns the server's round trip time in milliseconds</li>
<li><a href="mongodb-driver-serverdescription.gettype.php" class="index">MongoDB\Driver\ServerDescription::getType</a> - Returns a string denoting the type of this server</li>
<li><a href="mongodb-driver-session.aborttransaction.php" class="index">MongoDB\Driver\Session::abortTransaction</a> - Aborts a transaction</li>
<li><a href="mongodb-driver-session.advanceclustertime.php" class="index">MongoDB\Driver\Session::advanceClusterTime</a> - Advances the cluster time for this session</li>
<li><a href="mongodb-driver-session.advanceoperationtime.php" class="index">MongoDB\Driver\Session::advanceOperationTime</a> - Advances the operation time for this session</li>
<li><a href="mongodb-driver-session.committransaction.php" class="index">MongoDB\Driver\Session::commitTransaction</a> - Commits a transaction</li>
<li><a href="mongodb-driver-session.endsession.php" class="index">MongoDB\Driver\Session::endSession</a> - Terminates a session</li>
<li><a href="mongodb-driver-session.getclustertime.php" class="index">MongoDB\Driver\Session::getClusterTime</a> - Returns the cluster time for this session</li>
<li><a href="mongodb-driver-session.getlogicalsessionid.php" class="index">MongoDB\Driver\Session::getLogicalSessionId</a> - Returns the logical session ID for this session</li>
<li><a href="mongodb-driver-session.getoperationtime.php" class="index">MongoDB\Driver\Session::getOperationTime</a> - Returns the operation time for this session</li>
<li><a href="mongodb-driver-session.getserver.php" class="index">MongoDB\Driver\Session::getServer</a> - Returns the server to which this session is pinned</li>
<li><a href="mongodb-driver-session.gettransactionoptions.php" class="index">MongoDB\Driver\Session::getTransactionOptions</a> - Returns options for the currently running transaction</li>
<li><a href="mongodb-driver-session.gettransactionstate.php" class="index">MongoDB\Driver\Session::getTransactionState</a> - Returns the current transaction state for this session</li>
<li><a href="mongodb-driver-session.isdirty.php" class="index">MongoDB\Driver\Session::isDirty</a> - Returns whether the session has been marked as dirty</li>
<li><a href="mongodb-driver-session.isintransaction.php" class="index">MongoDB\Driver\Session::isInTransaction</a> - Returns whether a multi-document transaction is in progress</li>
<li><a href="mongodb-driver-session.starttransaction.php" class="index">MongoDB\Driver\Session::startTransaction</a> - Starts a transaction</li>
<li><a href="mongodb-driver-session.construct.php" class="index">MongoDB\Driver\Session::__construct</a> - Create a new Session (not used)</li>
<li><a href="mongodb-driver-topologydescription.getservers.php" class="index">MongoDB\Driver\TopologyDescription::getServers</a> - Returns the servers in the topology</li>
<li><a href="mongodb-driver-topologydescription.gettype.php" class="index">MongoDB\Driver\TopologyDescription::getType</a> - Returns a string denoting the type of this topology</li>
<li><a href="mongodb-driver-topologydescription.hasreadableserver.php" class="index">MongoDB\Driver\TopologyDescription::hasReadableServer</a> - Returns whether the topology has a readable server</li>
<li><a href="mongodb-driver-topologydescription.haswritableserver.php" class="index">MongoDB\Driver\TopologyDescription::hasWritableServer</a> - Returns whether the topology has a writable server</li>
<li><a href="mongodb-driver-writeconcern.bsonserialize.php" class="index">MongoDB\Driver\WriteConcern::bsonSerialize</a> - Returns an object for BSON serialization</li>
<li><a href="mongodb-driver-writeconcern.getjournal.php" class="index">MongoDB\Driver\WriteConcern::getJournal</a> - Returns the WriteConcern's &quot;journal&quot; option</li>
<li><a href="mongodb-driver-writeconcern.getw.php" class="index">MongoDB\Driver\WriteConcern::getW</a> - Returns the WriteConcern's &quot;w&quot; option</li>
<li><a href="mongodb-driver-writeconcern.getwtimeout.php" class="index">MongoDB\Driver\WriteConcern::getWtimeout</a> - Returns the WriteConcern's &quot;wtimeout&quot; option</li>
<li><a href="mongodb-driver-writeconcern.isdefault.php" class="index">MongoDB\Driver\WriteConcern::isDefault</a> - Checks if this is the default write concern</li>
<li><a href="mongodb-driver-writeconcern.construct.php" class="index">MongoDB\Driver\WriteConcern::__construct</a> - Create a new WriteConcern</li>
<li><a href="mongodb-driver-writeconcernerror.getcode.php" class="index">MongoDB\Driver\WriteConcernError::getCode</a> - Returns the WriteConcernError's error code</li>
<li><a href="mongodb-driver-writeconcernerror.getinfo.php" class="index">MongoDB\Driver\WriteConcernError::getInfo</a> - Returns metadata document for the WriteConcernError</li>
<li><a href="mongodb-driver-writeconcernerror.getmessage.php" class="index">MongoDB\Driver\WriteConcernError::getMessage</a> - Returns the WriteConcernError's error message</li>
<li><a href="mongodb-driver-writeerror.getcode.php" class="index">MongoDB\Driver\WriteError::getCode</a> - Returns the WriteError's error code</li>
<li><a href="mongodb-driver-writeerror.getindex.php" class="index">MongoDB\Driver\WriteError::getIndex</a> - Returns the index of the write operation corresponding to this WriteError</li>
<li><a href="mongodb-driver-writeerror.getinfo.php" class="index">MongoDB\Driver\WriteError::getInfo</a> - Returns metadata document for the WriteError</li>
<li><a href="mongodb-driver-writeerror.getmessage.php" class="index">MongoDB\Driver\WriteError::getMessage</a> - Returns the WriteError's error message</li>
<li><a href="mongodb-driver-writeresult.getdeletedcount.php" class="index">MongoDB\Driver\WriteResult::getDeletedCount</a> - Returns the number of documents deleted</li>
<li><a href="mongodb-driver-writeresult.getinsertedcount.php" class="index">MongoDB\Driver\WriteResult::getInsertedCount</a> - Returns the number of documents inserted (excluding upserts)</li>
<li><a href="mongodb-driver-writeresult.getmatchedcount.php" class="index">MongoDB\Driver\WriteResult::getMatchedCount</a> - Returns the number of documents selected for update</li>
<li><a href="mongodb-driver-writeresult.getmodifiedcount.php" class="index">MongoDB\Driver\WriteResult::getModifiedCount</a> - Returns the number of existing documents updated</li>
<li><a href="mongodb-driver-writeresult.getserver.php" class="index">MongoDB\Driver\WriteResult::getServer</a> - Returns the server associated with this write result</li>
<li><a href="mongodb-driver-writeresult.getupsertedcount.php" class="index">MongoDB\Driver\WriteResult::getUpsertedCount</a> - Returns the number of documents inserted by an upsert</li>
<li><a href="mongodb-driver-writeresult.getupsertedids.php" class="index">MongoDB\Driver\WriteResult::getUpsertedIds</a> - Returns an array of identifiers for upserted documents</li>
<li><a href="mongodb-driver-writeresult.getwriteconcernerror.php" class="index">MongoDB\Driver\WriteResult::getWriteConcernError</a> - Returns any write concern error that occurred</li>
<li><a href="mongodb-driver-writeresult.getwriteerrors.php" class="index">MongoDB\Driver\WriteResult::getWriteErrors</a> - Returns any write errors that occurred</li>
<li><a href="mongodb-driver-writeresult.isacknowledged.php" class="index">MongoDB\Driver\WriteResult::isAcknowledged</a> - Returns whether the write was acknowledged</li>
<li><a href="function.move-uploaded-file.php" class="index">move_uploaded_file</a> - Sposta un file caricato in una nuova posizione</li>
<li><a href="function.mqseries-back.php" class="index">mqseries_back</a> - MQSeries MQBACK</li>
<li><a href="function.mqseries-begin.php" class="index">mqseries_begin</a> - MQseries MQBEGIN</li>
<li><a href="function.mqseries-close.php" class="index">mqseries_close</a> - MQSeries MQCLOSE</li>
<li><a href="function.mqseries-cmit.php" class="index">mqseries_cmit</a> - MQSeries MQCMIT</li>
<li><a href="function.mqseries-conn.php" class="index">mqseries_conn</a> - MQSeries MQCONN</li>
<li><a href="function.mqseries-connx.php" class="index">mqseries_connx</a> - MQSeries MQCONNX</li>
<li><a href="function.mqseries-disc.php" class="index">mqseries_disc</a> - MQSeries MQDISC</li>
<li><a href="function.mqseries-get.php" class="index">mqseries_get</a> - MQSeries MQGET</li>
<li><a href="function.mqseries-inq.php" class="index">mqseries_inq</a> - MQSeries MQINQ</li>
<li><a href="function.mqseries-open.php" class="index">mqseries_open</a> - MQSeries MQOPEN</li>
<li><a href="function.mqseries-put.php" class="index">mqseries_put</a> - MQSeries MQPUT</li>
<li><a href="function.mqseries-put1.php" class="index">mqseries_put1</a> - MQSeries MQPUT1</li>
<li><a href="function.mqseries-set.php" class="index">mqseries_set</a> - MQSeries MQSET</li>
<li><a href="function.mqseries-strerror.php" class="index">mqseries_strerror</a> - Returns the error message corresponding to a result code (MQRC)</li>
<li><a href="function.msg-get-queue.php" class="index">msg_get_queue</a> - Create or attach to a message queue</li>
<li><a href="function.msg-queue-exists.php" class="index">msg_queue_exists</a> - Check whether a message queue exists</li>
<li><a href="function.msg-receive.php" class="index">msg_receive</a> - Receive a message from a message queue</li>
<li><a href="function.msg-remove-queue.php" class="index">msg_remove_queue</a> - Destroy a message queue</li>
<li><a href="function.msg-send.php" class="index">msg_send</a> - Send a message to a message queue</li>
<li><a href="function.msg-set-queue.php" class="index">msg_set_queue</a> - Set information in the message queue data structure</li>
<li><a href="function.msg-stat-queue.php" class="index">msg_stat_queue</a> - Returns information from the message queue data structure</li>
<li><a href="function.mt-getrandmax.php" class="index">mt_getrandmax</a> - Show largest possible random value</li>
<li><a href="function.mt-rand.php" class="index">mt_rand</a> - Generate a random value via the Mersenne Twister Random Number Generator</li>
<li><a href="function.mt-srand.php" class="index">mt_srand</a> - Seeds the Mersenne Twister Random Number Generator</li>
<li><a href="multipleiterator.attachiterator.php" class="index">MultipleIterator::attachIterator</a> - Attaches iterator information</li>
<li><a href="multipleiterator.containsiterator.php" class="index">MultipleIterator::containsIterator</a> - Checks if an iterator is attached</li>
<li><a href="multipleiterator.countiterators.php" class="index">MultipleIterator::countIterators</a> - Gets the number of attached iterator instances</li>
<li><a href="multipleiterator.current.php" class="index">MultipleIterator::current</a> - Gets the registered iterator instances</li>
<li><a href="multipleiterator.detachiterator.php" class="index">MultipleIterator::detachIterator</a> - Detaches an iterator</li>
<li><a href="multipleiterator.getflags.php" class="index">MultipleIterator::getFlags</a> - Gets the flag information</li>
<li><a href="multipleiterator.key.php" class="index">MultipleIterator::key</a> - Gets the registered iterator instances</li>
<li><a href="multipleiterator.next.php" class="index">MultipleIterator::next</a> - Moves all attached iterator instances forward</li>
<li><a href="multipleiterator.rewind.php" class="index">MultipleIterator::rewind</a> - Rewinds all attached iterator instances</li>
<li><a href="multipleiterator.setflags.php" class="index">MultipleIterator::setFlags</a> - Sets flags</li>
<li><a href="multipleiterator.valid.php" class="index">MultipleIterator::valid</a> - Checks the validity of sub iterators</li>
<li><a href="multipleiterator.construct.php" class="index">MultipleIterator::__construct</a> - Constructs a new MultipleIterator</li>
<li><a href="mysqli.affected-rows.php" class="index">mysqli::$affected_rows</a> - Gets the number of affected rows in a previous MySQL operation</li>
<li><a href="mysqli.get-client-info.php" class="index">mysqli::$client_info</a> - Get MySQL client info</li>
<li><a href="mysqli.get-client-version.php" class="index">mysqli::$client_version</a> - Returns the MySQL client version as an integer</li>
<li><a href="mysqli.connect-errno.php" class="index">mysqli::$connect_errno</a> - Returns the error code from last connect call</li>
<li><a href="mysqli.connect-error.php" class="index">mysqli::$connect_error</a> - Returns a description of the last connection error</li>
<li><a href="mysqli.errno.php" class="index">mysqli::$errno</a> - Returns the error code for the most recent function call</li>
<li><a href="mysqli.error.php" class="index">mysqli::$error</a> - Returns a string description of the last error</li>
<li><a href="mysqli.error-list.php" class="index">mysqli::$error_list</a> - Returns a list of errors from the last command executed</li>
<li><a href="mysqli.field-count.php" class="index">mysqli::$field_count</a> - Returns the number of columns for the most recent query</li>
<li><a href="mysqli.get-host-info.php" class="index">mysqli::$host_info</a> - Returns a string representing the type of connection used</li>
<li><a href="mysqli.info.php" class="index">mysqli::$info</a> - Retrieves information about the most recently executed query</li>
<li><a href="mysqli.insert-id.php" class="index">mysqli::$insert_id</a> - Returns the value generated for an AUTO_INCREMENT column by the last query</li>
<li><a href="mysqli.get-proto-info.php" class="index">mysqli::$protocol_version</a> - Returns the version of the MySQL protocol used</li>
<li><a href="mysqli.get-server-info.php" class="index">mysqli::$server_info</a> - Returns the version of the MySQL server</li>
<li><a href="mysqli.get-server-version.php" class="index">mysqli::$server_version</a> - Returns the version of the MySQL server as an integer</li>
<li><a href="mysqli.sqlstate.php" class="index">mysqli::$sqlstate</a> - Returns the SQLSTATE error from previous MySQL operation</li>
<li><a href="mysqli.thread-id.php" class="index">mysqli::$thread_id</a> - Returns the thread ID for the current connection</li>
<li><a href="mysqli.warning-count.php" class="index">mysqli::$warning_count</a> - Returns the number of warnings generated by the most recently executed query</li>
<li><a href="mysqli.autocommit.php" class="index">mysqli::autocommit</a> - Turns on or off auto-committing database modifications</li>
<li><a href="mysqli.begin-transaction.php" class="index">mysqli::begin_transaction</a> - Starts a transaction</li>
<li><a href="mysqli.change-user.php" class="index">mysqli::change_user</a> - Changes the user of the database connection</li>
<li><a href="mysqli.character-set-name.php" class="index">mysqli::character_set_name</a> - Returns the current character set of the database connection</li>
<li><a href="mysqli.close.php" class="index">mysqli::close</a> - Closes a previously opened database connection</li>
<li><a href="mysqli.commit.php" class="index">mysqli::commit</a> - Commits the current transaction</li>
<li><a href="mysqli.debug.php" class="index">mysqli::debug</a> - Performs debugging operations</li>
<li><a href="mysqli.dump-debug-info.php" class="index">mysqli::dump_debug_info</a> - Dump debugging information into the log</li>
<li><a href="function.mysqli-escape-string.php" class="index">mysqli::escape_string</a> - Alias di mysqli_real_escape_string</li>
<li><a href="mysqli.execute-query.php" class="index">mysqli::execute_query</a> - Prepares, binds parameters, and executes SQL statement</li>
<li><a href="mysqli.get-charset.php" class="index">mysqli::get_charset</a> - Returns a character set object</li>
<li><a href="mysqli.get-connection-stats.php" class="index">mysqli::get_connection_stats</a> - Returns statistics about the client connection</li>
<li><a href="mysqli.get-warnings.php" class="index">mysqli::get_warnings</a> - Get result of SHOW WARNINGS</li>
<li><a href="mysqli.init.php" class="index">mysqli::init</a> - Initializes MySQLi and returns an object for use with mysqli_real_connect()</li>
<li><a href="mysqli.kill.php" class="index">mysqli::kill</a> - Asks the server to kill a MySQL thread</li>
<li><a href="mysqli.more-results.php" class="index">mysqli::more_results</a> - Check if there are any more query results from a multi query</li>
<li><a href="mysqli.multi-query.php" class="index">mysqli::multi_query</a> - Performs one or more queries on the database</li>
<li><a href="mysqli.next-result.php" class="index">mysqli::next_result</a> - Prepare next result from multi_query</li>
<li><a href="mysqli.options.php" class="index">mysqli::options</a> - Set options</li>
<li><a href="mysqli.ping.php" class="index">mysqli::ping</a> - Pings a server connection, or tries to reconnect if the connection has gone down</li>
<li><a href="mysqli.poll.php" class="index">mysqli::poll</a> - Poll connections</li>
<li><a href="mysqli.prepare.php" class="index">mysqli::prepare</a> - Prepares an SQL statement for execution</li>
<li><a href="mysqli.query.php" class="index">mysqli::query</a> - Performs a query on the database</li>
<li><a href="mysqli.real-connect.php" class="index">mysqli::real_connect</a> - Opens a connection to the MySQL server</li>
<li><a href="mysqli.real-escape-string.php" class="index">mysqli::real_escape_string</a> - Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection</li>
<li><a href="mysqli.real-query.php" class="index">mysqli::real_query</a> - Execute an SQL query</li>
<li><a href="mysqli.reap-async-query.php" class="index">mysqli::reap_async_query</a> - Get result from async query</li>
<li><a href="mysqli.refresh.php" class="index">mysqli::refresh</a> - Refreshes</li>
<li><a href="mysqli.release-savepoint.php" class="index">mysqli::release_savepoint</a> - Removes the named savepoint from the set of savepoints of the current transaction</li>
<li><a href="mysqli.rollback.php" class="index">mysqli::rollback</a> - Rolls back current transaction</li>
<li><a href="mysqli.savepoint.php" class="index">mysqli::savepoint</a> - Set a named transaction savepoint</li>
<li><a href="mysqli.select-db.php" class="index">mysqli::select_db</a> - Selects the default database for database queries</li>
<li><a href="mysqli.set-charset.php" class="index">mysqli::set_charset</a> - Sets the client character set</li>
<li><a href="function.mysqli-set-opt.php" class="index">mysqli::set_opt</a> - Alias di mysqli_options</li>
<li><a href="mysqli.ssl-set.php" class="index">mysqli::ssl_set</a> - Used for establishing secure connections using SSL</li>
<li><a href="mysqli.stat.php" class="index">mysqli::stat</a> - Gets the current system status</li>
<li><a href="mysqli.stmt-init.php" class="index">mysqli::stmt_init</a> - Initializes a statement and returns an object for use with mysqli_stmt_prepare</li>
<li><a href="mysqli.store-result.php" class="index">mysqli::store_result</a> - Transfers a result set from the last query</li>
<li><a href="mysqli.thread-safe.php" class="index">mysqli::thread_safe</a> - Returns whether thread safety is given or not</li>
<li><a href="mysqli.use-result.php" class="index">mysqli::use_result</a> - Initiate a result set retrieval</li>
<li><a href="mysqli.construct.php" class="index">mysqli::__construct</a> - Open a new connection to the MySQL server</li>
<li><a href="function.mysqli-connect.php" class="index">mysqli_connect</a> - Alias di mysqli::__construct</li>
<li><a href="mysqli-driver.report-mode.php" class="index">mysqli_driver::$report_mode</a> - Sets mysqli error reporting mode</li>
<li><a href="mysqli-driver.embedded-server-end.php" class="index">mysqli_driver::embedded_server_end</a> - Stop embedded server</li>
<li><a href="mysqli-driver.embedded-server-start.php" class="index">mysqli_driver::embedded_server_start</a> - Initialize and start embedded server</li>
<li><a href="function.mysqli-execute.php" class="index">mysqli_execute</a> - Alias di mysqli_stmt_execute</li>
<li><a href="function.mysqli-get-client-stats.php" class="index">mysqli_get_client_stats</a> - Returns client per-process statistics</li>
<li><a href="function.mysqli-get-links-stats.php" class="index">mysqli_get_links_stats</a> - Return information about open and cached links</li>
<li><a href="function.mysqli-report.php" class="index">mysqli_report</a> - Alias di mysqli_driver-&gt;report_mode</li>
<li><a href="mysqli-result.current-field.php" class="index">mysqli_result::$current_field</a> - Get current field offset of a result pointer</li>
<li><a href="mysqli-result.field-count.php" class="index">mysqli_result::$field_count</a> - Gets the number of fields in the result set</li>
<li><a href="mysqli-result.lengths.php" class="index">mysqli_result::$lengths</a> - Returns the lengths of the columns of the current row in the result set</li>
<li><a href="mysqli-result.num-rows.php" class="index">mysqli_result::$num_rows</a> - Gets the number of rows in the result set</li>
<li><a href="mysqli-result.data-seek.php" class="index">mysqli_result::data_seek</a> - Adjusts the result pointer to an arbitrary row in the result</li>
<li><a href="mysqli-result.fetch-all.php" class="index">mysqli_result::fetch_all</a> - Fetch all result rows as an associative array, a numeric array, or both</li>
<li><a href="mysqli-result.fetch-array.php" class="index">mysqli_result::fetch_array</a> - Fetch the next row of a result set as an associative, a numeric array, or both</li>
<li><a href="mysqli-result.fetch-assoc.php" class="index">mysqli_result::fetch_assoc</a> - Fetch the next row of a result set as an associative array</li>
<li><a href="mysqli-result.fetch-column.php" class="index">mysqli_result::fetch_column</a> - Fetch a single column from the next row of a result set</li>
<li><a href="mysqli-result.fetch-field.php" class="index">mysqli_result::fetch_field</a> - Returns the next field in the result set</li>
<li><a href="mysqli-result.fetch-fields.php" class="index">mysqli_result::fetch_fields</a> - Returns an array of objects representing the fields in a result set</li>
<li><a href="mysqli-result.fetch-field-direct.php" class="index">mysqli_result::fetch_field_direct</a> - Fetch meta-data for a single field</li>
<li><a href="mysqli-result.fetch-object.php" class="index">mysqli_result::fetch_object</a> - Fetch the next row of a result set as an object</li>
<li><a href="mysqli-result.fetch-row.php" class="index">mysqli_result::fetch_row</a> - Fetch the next row of a result set as an enumerated array</li>
<li><a href="mysqli-result.field-seek.php" class="index">mysqli_result::field_seek</a> - Set result pointer to a specified field offset</li>
<li><a href="mysqli-result.free.php" class="index">mysqli_result::free</a> - Frees the memory associated with a result</li>
<li><a href="mysqli-result.getiterator.php" class="index">mysqli_result::getIterator</a> - Retrieve an external iterator</li>
<li><a href="mysqli-result.construct.php" class="index">mysqli_result::__construct</a> - Constructs a mysqli_result object</li>
<li><a href="mysqli-sql-exception.getsqlstate.php" class="index">mysqli_sql_exception::getSqlState</a> - Returns the SQLSTATE error code</li>
<li><a href="mysqli-stmt.affected-rows.php" class="index">mysqli_stmt::$affected_rows</a> - Returns the total number of rows changed, deleted, inserted, or
  matched by the last statement executed</li>
<li><a href="mysqli-stmt.errno.php" class="index">mysqli_stmt::$errno</a> - Returns the error code for the most recent statement call</li>
<li><a href="mysqli-stmt.error.php" class="index">mysqli_stmt::$error</a> - Returns a string description for last statement error</li>
<li><a href="mysqli-stmt.error-list.php" class="index">mysqli_stmt::$error_list</a> - Returns a list of errors from the last statement executed</li>
<li><a href="mysqli-stmt.field-count.php" class="index">mysqli_stmt::$field_count</a> - Returns the number of columns in the given statement</li>
<li><a href="mysqli-stmt.insert-id.php" class="index">mysqli_stmt::$insert_id</a> - Get the ID generated from the previous INSERT operation</li>
<li><a href="mysqli-stmt.num-rows.php" class="index">mysqli_stmt::$num_rows</a> - Returns the number of rows fetched from the server</li>
<li><a href="mysqli-stmt.param-count.php" class="index">mysqli_stmt::$param_count</a> - Returns the number of parameters for the given statement</li>
<li><a href="mysqli-stmt.sqlstate.php" class="index">mysqli_stmt::$sqlstate</a> - Returns SQLSTATE error from previous statement operation</li>
<li><a href="mysqli-stmt.attr-get.php" class="index">mysqli_stmt::attr_get</a> - Used to get the current value of a statement attribute</li>
<li><a href="mysqli-stmt.attr-set.php" class="index">mysqli_stmt::attr_set</a> - Used to modify the behavior of a prepared statement</li>
<li><a href="mysqli-stmt.bind-param.php" class="index">mysqli_stmt::bind_param</a> - Binds variables to a prepared statement as parameters</li>
<li><a href="mysqli-stmt.bind-result.php" class="index">mysqli_stmt::bind_result</a> - Binds variables to a prepared statement for result storage</li>
<li><a href="mysqli-stmt.close.php" class="index">mysqli_stmt::close</a> - Closes a prepared statement</li>
<li><a href="mysqli-stmt.data-seek.php" class="index">mysqli_stmt::data_seek</a> - Adjusts the result pointer to an arbitrary row in the buffered result</li>
<li><a href="mysqli-stmt.execute.php" class="index">mysqli_stmt::execute</a> - Executes a prepared statement</li>
<li><a href="mysqli-stmt.fetch.php" class="index">mysqli_stmt::fetch</a> - Fetch results from a prepared statement into the bound variables</li>
<li><a href="mysqli-stmt.free-result.php" class="index">mysqli_stmt::free_result</a> - Frees stored result memory for the given statement handle</li>
<li><a href="mysqli-stmt.get-result.php" class="index">mysqli_stmt::get_result</a> - Gets a result set from a prepared statement as a mysqli_result object</li>
<li><a href="mysqli-stmt.get-warnings.php" class="index">mysqli_stmt::get_warnings</a> - Get result of SHOW WARNINGS</li>
<li><a href="mysqli-stmt.more-results.php" class="index">mysqli_stmt::more_results</a> - Check if there are more query results from a multiple query</li>
<li><a href="mysqli-stmt.next-result.php" class="index">mysqli_stmt::next_result</a> - Reads the next result from a multiple query</li>
<li><a href="mysqli-stmt.prepare.php" class="index">mysqli_stmt::prepare</a> - Prepares an SQL statement for execution</li>
<li><a href="mysqli-stmt.reset.php" class="index">mysqli_stmt::reset</a> - Resets a prepared statement</li>
<li><a href="mysqli-stmt.result-metadata.php" class="index">mysqli_stmt::result_metadata</a> - Returns result set metadata from a prepared statement</li>
<li><a href="mysqli-stmt.send-long-data.php" class="index">mysqli_stmt::send_long_data</a> - Send data in blocks</li>
<li><a href="mysqli-stmt.store-result.php" class="index">mysqli_stmt::store_result</a> - Stores a result set in an internal buffer</li>
<li><a href="mysqli-stmt.construct.php" class="index">mysqli_stmt::__construct</a> - Constructs a new mysqli_stmt object</li>
<li><a href="mysqli-warning.next.php" class="index">mysqli_warning::next</a> - Fetch next warning</li>
<li><a href="mysqli-warning.construct.php" class="index">mysqli_warning::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="function.mysql-affected-rows.php" class="index">mysql_affected_rows</a> - Get number of affected rows in previous MySQL operation</li>
<li><a href="function.mysql-client-encoding.php" class="index">mysql_client_encoding</a> - Returns the name of the character set</li>
<li><a href="function.mysql-close.php" class="index">mysql_close</a> - Close MySQL connection</li>
<li><a href="function.mysql-connect.php" class="index">mysql_connect</a> - Open a connection to a MySQL Server</li>
<li><a href="function.mysql-create-db.php" class="index">mysql_create_db</a> - Create a MySQL database</li>
<li><a href="function.mysql-data-seek.php" class="index">mysql_data_seek</a> - Move internal result pointer</li>
<li><a href="function.mysql-db-name.php" class="index">mysql_db_name</a> - Retrieves database name from the call to mysql_list_dbs</li>
<li><a href="function.mysql-db-query.php" class="index">mysql_db_query</a> - Selects a database and executes a query on it</li>
<li><a href="function.mysql-drop-db.php" class="index">mysql_drop_db</a> - Drop (delete) a MySQL database</li>
<li><a href="function.mysql-errno.php" class="index">mysql_errno</a> - Returns the numerical value of the error message from previous MySQL operation</li>
<li><a href="function.mysql-error.php" class="index">mysql_error</a> - Returns the text of the error message from previous MySQL operation</li>
<li><a href="function.mysql-escape-string.php" class="index">mysql_escape_string</a> - Escapes a string for use in a mysql_query</li>
<li><a href="function.mysql-fetch-array.php" class="index">mysql_fetch_array</a> - Fetch a result row as an associative array, a numeric array, or both</li>
<li><a href="function.mysql-fetch-assoc.php" class="index">mysql_fetch_assoc</a> - Fetch a result row as an associative array</li>
<li><a href="function.mysql-fetch-field.php" class="index">mysql_fetch_field</a> - Get column information from a result and return as an object</li>
<li><a href="function.mysql-fetch-lengths.php" class="index">mysql_fetch_lengths</a> - Get the length of each output in a result</li>
<li><a href="function.mysql-fetch-object.php" class="index">mysql_fetch_object</a> - Fetch a result row as an object</li>
<li><a href="function.mysql-fetch-row.php" class="index">mysql_fetch_row</a> - Get a result row as an enumerated array</li>
<li><a href="function.mysql-field-flags.php" class="index">mysql_field_flags</a> - Get the flags associated with the specified field in a result</li>
<li><a href="function.mysql-field-len.php" class="index">mysql_field_len</a> - Returns the length of the specified field</li>
<li><a href="function.mysql-field-name.php" class="index">mysql_field_name</a> - Get the name of the specified field in a result</li>
<li><a href="function.mysql-field-seek.php" class="index">mysql_field_seek</a> - Set result pointer to a specified field offset</li>
<li><a href="function.mysql-field-table.php" class="index">mysql_field_table</a> - Get name of the table the specified field is in</li>
<li><a href="function.mysql-field-type.php" class="index">mysql_field_type</a> - Get the type of the specified field in a result</li>
<li><a href="function.mysql-free-result.php" class="index">mysql_free_result</a> - Free result memory</li>
<li><a href="function.mysql-get-client-info.php" class="index">mysql_get_client_info</a> - Get MySQL client info</li>
<li><a href="function.mysql-get-host-info.php" class="index">mysql_get_host_info</a> - Get MySQL host info</li>
<li><a href="function.mysql-get-proto-info.php" class="index">mysql_get_proto_info</a> - Get MySQL protocol info</li>
<li><a href="function.mysql-get-server-info.php" class="index">mysql_get_server_info</a> - Get MySQL server info</li>
<li><a href="function.mysql-info.php" class="index">mysql_info</a> - Get information about the most recent query</li>
<li><a href="function.mysql-insert-id.php" class="index">mysql_insert_id</a> - Get the ID generated in the last query</li>
<li><a href="function.mysql-list-dbs.php" class="index">mysql_list_dbs</a> - List databases available on a MySQL server</li>
<li><a href="function.mysql-list-fields.php" class="index">mysql_list_fields</a> - List MySQL table fields</li>
<li><a href="function.mysql-list-processes.php" class="index">mysql_list_processes</a> - List MySQL processes</li>
<li><a href="function.mysql-list-tables.php" class="index">mysql_list_tables</a> - List tables in a MySQL database</li>
<li><a href="function.mysql-num-fields.php" class="index">mysql_num_fields</a> - Get number of fields in result</li>
<li><a href="function.mysql-num-rows.php" class="index">mysql_num_rows</a> - Get number of rows in result</li>
<li><a href="function.mysql-pconnect.php" class="index">mysql_pconnect</a> - Open a persistent connection to a MySQL server</li>
<li><a href="function.mysql-ping.php" class="index">mysql_ping</a> - Ping a server connection or reconnect if there is no connection</li>
<li><a href="function.mysql-query.php" class="index">mysql_query</a> - Send a MySQL query</li>
<li><a href="function.mysql-real-escape-string.php" class="index">mysql_real_escape_string</a> - Escapes special characters in a string for use in an SQL statement</li>
<li><a href="function.mysql-result.php" class="index">mysql_result</a> - Get result data</li>
<li><a href="function.mysql-select-db.php" class="index">mysql_select_db</a> - Select a MySQL database</li>
<li><a href="function.mysql-set-charset.php" class="index">mysql_set_charset</a> - Sets the client character set</li>
<li><a href="function.mysql-stat.php" class="index">mysql_stat</a> - Get current system status</li>
<li><a href="function.mysql-tablename.php" class="index">mysql_tablename</a> - Get table name of field</li>
<li><a href="function.mysql-thread-id.php" class="index">mysql_thread_id</a> - Return the current thread ID</li>
<li><a href="function.mysql-unbuffered-query.php" class="index">mysql_unbuffered_query</a> - Send an SQL query to MySQL without fetching and buffering the result rows</li>
<li><a href="mysql-xdevapi-client.close.php" class="index">mysql_xdevapi\Client::close</a> - Close client</li>
</ul></li>
<li class='gen-index index-for-n'>n<ul id='refentry-index-for-n'>
<li><a href="function.natcasesort.php" class="index">natcasesort</a> - Ordina un array usando un algoritmo di &quot;ordine naturale&quot; non sensibile alle maiuscole/minuscole</li>
<li><a href="function.natsort.php" class="index">natsort</a> - Ordina un array usando un algoritmo di &quot;ordine naturale&quot;</li>
<li><a href="function.net-get-interfaces.php" class="index">net_get_interfaces</a> - Get network interfaces</li>
<li><a href="function.next.php" class="index">next</a> - Incrementa il puntatore interno dell'array</li>
<li><a href="function.ngettext.php" class="index">ngettext</a> - Plural version of gettext</li>
<li><a href="function.nl2br.php" class="index">nl2br</a> - Inserisce il tag HTML di 'a capo' prima di tutti i caratteri di 'a capo' della stringa</li>
<li><a href="function.nl-langinfo.php" class="index">nl_langinfo</a> - Ricava informazioni sulla lingua e le impostazioni locali</li>
<li><a href="nodiscard.construct.php" class="index">NoDiscard::__construct</a> - Construct a new NoDiscard attribute instance</li>
<li><a href="norewinditerator.current.php" class="index">NoRewindIterator::current</a> - Get the current value</li>
<li><a href="norewinditerator.key.php" class="index">NoRewindIterator::key</a> - Get the current key</li>
<li><a href="norewinditerator.next.php" class="index">NoRewindIterator::next</a> - Forward to the next element</li>
<li><a href="norewinditerator.rewind.php" class="index">NoRewindIterator::rewind</a> - Prevents the rewind operation on the inner iterator</li>
<li><a href="norewinditerator.valid.php" class="index">NoRewindIterator::valid</a> - Validates the iterator</li>
<li><a href="norewinditerator.construct.php" class="index">NoRewindIterator::__construct</a> - Construct a NoRewindIterator</li>
<li><a href="normalizer.getrawdecomposition.php" class="index">Normalizer::getRawDecomposition</a> - Gets the Decomposition_Mapping property for the given UTF-8 encoded code point</li>
<li><a href="normalizer.isnormalized.php" class="index">Normalizer::isNormalized</a> - Checks if the provided string is already in the specified normalization
   form</li>
<li><a href="normalizer.normalize.php" class="index">Normalizer::normalize</a> - Normalizes the input provided and returns the normalized string</li>
<li><a href="numberformatter.create.php" class="index">NumberFormatter::create</a> - Create a number formatter</li>
<li><a href="numberformatter.format.php" class="index">NumberFormatter::format</a> - Format a number</li>
<li><a href="numberformatter.formatcurrency.php" class="index">NumberFormatter::formatCurrency</a> - Format a currency value</li>
<li><a href="numberformatter.getattribute.php" class="index">NumberFormatter::getAttribute</a> - Get an attribute</li>
<li><a href="numberformatter.geterrorcode.php" class="index">NumberFormatter::getErrorCode</a> - Get formatter's last error code</li>
<li><a href="numberformatter.geterrormessage.php" class="index">NumberFormatter::getErrorMessage</a> - Get formatter's last error message</li>
<li><a href="numberformatter.getlocale.php" class="index">NumberFormatter::getLocale</a> - Get formatter locale</li>
<li><a href="numberformatter.getpattern.php" class="index">NumberFormatter::getPattern</a> - Get formatter pattern</li>
<li><a href="numberformatter.getsymbol.php" class="index">NumberFormatter::getSymbol</a> - Get a symbol value</li>
<li><a href="numberformatter.gettextattribute.php" class="index">NumberFormatter::getTextAttribute</a> - Get a text attribute</li>
<li><a href="numberformatter.parse.php" class="index">NumberFormatter::parse</a> - Parse a number</li>
<li><a href="numberformatter.parsecurrency.php" class="index">NumberFormatter::parseCurrency</a> - Parse a currency number</li>
<li><a href="numberformatter.setattribute.php" class="index">NumberFormatter::setAttribute</a> - Set an attribute</li>
<li><a href="numberformatter.setpattern.php" class="index">NumberFormatter::setPattern</a> - Set formatter pattern</li>
<li><a href="numberformatter.setsymbol.php" class="index">NumberFormatter::setSymbol</a> - Set a symbol value</li>
<li><a href="numberformatter.settextattribute.php" class="index">NumberFormatter::setTextAttribute</a> - Set a text attribute</li>
<li><a href="function.number-format.php" class="index">number_format</a> - Formatta un numero con i gruppi delle migliaia</li>
</ul></li>
<li class='gen-index index-for-o'>o<ul id='refentry-index-for-o'>
<li><a href="oauth.disabledebug.php" class="index">OAuth::disableDebug</a> - Turn off verbose debugging</li>
<li><a href="oauth.disableredirects.php" class="index">OAuth::disableRedirects</a> - Turn off redirects</li>
<li><a href="oauth.disablesslchecks.php" class="index">OAuth::disableSSLChecks</a> - Turn off SSL checks</li>
<li><a href="oauth.enabledebug.php" class="index">OAuth::enableDebug</a> - Turn on verbose debugging</li>
<li><a href="oauth.enableredirects.php" class="index">OAuth::enableRedirects</a> - Turn on redirects</li>
<li><a href="oauth.enablesslchecks.php" class="index">OAuth::enableSSLChecks</a> - Turn on SSL checks</li>
<li><a href="oauth.fetch.php" class="index">OAuth::fetch</a> - Fetch an OAuth protected resource</li>
<li><a href="oauth.generatesignature.php" class="index">OAuth::generateSignature</a> - Generate a signature</li>
<li><a href="oauth.getaccesstoken.php" class="index">OAuth::getAccessToken</a> - Fetch an access token</li>
<li><a href="oauth.getcapath.php" class="index">OAuth::getCAPath</a> - Gets CA information</li>
<li><a href="oauth.getlastresponse.php" class="index">OAuth::getLastResponse</a> - Get the last response</li>
<li><a href="oauth.getlastresponseheaders.php" class="index">OAuth::getLastResponseHeaders</a> - Get headers for last response</li>
<li><a href="oauth.getlastresponseinfo.php" class="index">OAuth::getLastResponseInfo</a> - Get HTTP information about the last response</li>
<li><a href="oauth.getrequestheader.php" class="index">OAuth::getRequestHeader</a> - Generate OAuth header string signature</li>
<li><a href="oauth.getrequesttoken.php" class="index">OAuth::getRequestToken</a> - Fetch a request token</li>
<li><a href="oauth.setauthtype.php" class="index">OAuth::setAuthType</a> - Set authorization type</li>
<li><a href="oauth.setcapath.php" class="index">OAuth::setCAPath</a> - Set CA path and info</li>
<li><a href="oauth.setnonce.php" class="index">OAuth::setNonce</a> - Set the nonce for subsequent requests</li>
<li><a href="oauth.setrequestengine.php" class="index">OAuth::setRequestEngine</a> - The setRequestEngine purpose</li>
<li><a href="oauth.setrsacertificate.php" class="index">OAuth::setRSACertificate</a> - Set the RSA certificate</li>
<li><a href="oauth.setsslchecks.php" class="index">OAuth::setSSLChecks</a> - Tweak specific SSL checks for requests</li>
<li><a href="oauth.settimestamp.php" class="index">OAuth::setTimestamp</a> - Set the timestamp</li>
<li><a href="oauth.settoken.php" class="index">OAuth::setToken</a> - Sets the token and secret</li>
<li><a href="oauth.setversion.php" class="index">OAuth::setVersion</a> - Set the OAuth version</li>
<li><a href="oauth.construct.php" class="index">OAuth::__construct</a> - Create a new OAuth object</li>
<li><a href="oauth.destruct.php" class="index">OAuth::__destruct</a> - The destructor</li>
<li><a href="oauthprovider.addrequiredparameter.php" class="index">OAuthProvider::addRequiredParameter</a> - Add required parameters</li>
<li><a href="oauthprovider.callconsumerhandler.php" class="index">OAuthProvider::callconsumerHandler</a> - Calls the consumerNonceHandler callback</li>
<li><a href="oauthprovider.calltimestampnoncehandler.php" class="index">OAuthProvider::callTimestampNonceHandler</a> - Calls the timestampNonceHandler callback</li>
<li><a href="oauthprovider.calltokenhandler.php" class="index">OAuthProvider::calltokenHandler</a> - Calls the tokenNonceHandler callback</li>
<li><a href="oauthprovider.checkoauthrequest.php" class="index">OAuthProvider::checkOAuthRequest</a> - Check an oauth request</li>
<li><a href="oauthprovider.consumerhandler.php" class="index">OAuthProvider::consumerHandler</a> - Set the consumerHandler handler callback</li>
<li><a href="oauthprovider.generatetoken.php" class="index">OAuthProvider::generateToken</a> - Generate a random token</li>
<li><a href="oauthprovider.is2leggedendpoint.php" class="index">OAuthProvider::is2LeggedEndpoint</a> - is2LeggedEndpoint</li>
<li><a href="oauthprovider.isrequesttokenendpoint.php" class="index">OAuthProvider::isRequestTokenEndpoint</a> - Sets isRequestTokenEndpoint</li>
<li><a href="oauthprovider.removerequiredparameter.php" class="index">OAuthProvider::removeRequiredParameter</a> - Remove a required parameter</li>
<li><a href="oauthprovider.reportproblem.php" class="index">OAuthProvider::reportProblem</a> - Report a problem</li>
<li><a href="oauthprovider.setparam.php" class="index">OAuthProvider::setParam</a> - Set a parameter</li>
<li><a href="oauthprovider.setrequesttokenpath.php" class="index">OAuthProvider::setRequestTokenPath</a> - Set request token path</li>
<li><a href="oauthprovider.timestampnoncehandler.php" class="index">OAuthProvider::timestampNonceHandler</a> - Set the timestampNonceHandler handler callback</li>
<li><a href="oauthprovider.tokenhandler.php" class="index">OAuthProvider::tokenHandler</a> - Set the tokenHandler handler callback</li>
<li><a href="oauthprovider.construct.php" class="index">OAuthProvider::__construct</a> - Constructs a new OAuthProvider object</li>
<li><a href="function.oauth-get-sbs.php" class="index">oauth_get_sbs</a> - Generate a Signature Base String</li>
<li><a href="function.oauth-urlencode.php" class="index">oauth_urlencode</a> - Encode a URI to RFC 3986</li>
<li><a href="function.ob-clean.php" class="index">ob_clean</a> - Clean (erase) the contents of the active output buffer</li>
<li><a href="function.ob-end-clean.php" class="index">ob_end_clean</a> - Clean (erase) the contents of the active output buffer and turn it off</li>
<li><a href="function.ob-end-flush.php" class="index">ob_end_flush</a> - Flush (send) the return value of the active output handler
   and turn the active output buffer off</li>
<li><a href="function.ob-flush.php" class="index">ob_flush</a> - Flush (send) the return value of the active output handler</li>
<li><a href="function.ob-get-clean.php" class="index">ob_get_clean</a> - Get the contents of the active output buffer and turn it off</li>
<li><a href="function.ob-get-contents.php" class="index">ob_get_contents</a> - Return the contents of the output buffer</li>
<li><a href="function.ob-get-flush.php" class="index">ob_get_flush</a> - Flush (send) the return value of the active output handler,
   return the contents of the active output buffer and turn it off</li>
<li><a href="function.ob-get-length.php" class="index">ob_get_length</a> - Return the length of the output buffer</li>
<li><a href="function.ob-get-level.php" class="index">ob_get_level</a> - Return the nesting level of the output buffering mechanism</li>
<li><a href="function.ob-get-status.php" class="index">ob_get_status</a> - Get status of output buffers</li>
<li><a href="function.ob-gzhandler.php" class="index">ob_gzhandler</a> - ob_start callback function to gzip output buffer</li>
<li><a href="function.ob-iconv-handler.php" class="index">ob_iconv_handler</a> - Converte la codifica dei caratteri come un gestore del buffer di output</li>
<li><a href="function.ob-implicit-flush.php" class="index">ob_implicit_flush</a> - Turn implicit flush on/off</li>
<li><a href="function.ob-list-handlers.php" class="index">ob_list_handlers</a> - List all output handlers in use</li>
<li><a href="function.ob-start.php" class="index">ob_start</a> - Turn on output buffering</li>
<li><a href="function.ob-tidyhandler.php" class="index">ob_tidyhandler</a> - ob_start callback function to repair the buffer</li>
<li><a href="function.ocibindbyname.php" class="index">ocibindbyname</a> - Alias di oci_bind_by_name</li>
<li><a href="function.ocicancel.php" class="index">ocicancel</a> - Alias di oci_cancel</li>
<li><a href="function.ocicloselob.php" class="index">ocicloselob</a> - Alias di OCILob::close</li>
<li><a href="function.ocicollappend.php" class="index">ocicollappend</a> - Alias di OCICollection::append</li>
<li><a href="function.ocicollassign.php" class="index">ocicollassign</a> - Alias di OCICollection::assign</li>
<li><a href="function.ocicollassignelem.php" class="index">ocicollassignelem</a> - Alias di OCICollection::assignElem</li>
<li><a href="ocicollection.append.php" class="index">OCICollection::append</a> - Appends element to the collection</li>
<li><a href="ocicollection.assign.php" class="index">OCICollection::assign</a> - Assigns a value to the collection from another existing collection</li>
<li><a href="ocicollection.assignelem.php" class="index">OCICollection::assignElem</a> - Assigns a value to the element of the collection</li>
<li><a href="ocicollection.free.php" class="index">OCICollection::free</a> - Frees the resources associated with the collection object</li>
<li><a href="ocicollection.getelem.php" class="index">OCICollection::getElem</a> - Returns value of the element</li>
<li><a href="ocicollection.max.php" class="index">OCICollection::max</a> - Returns the maximum number of elements in the collection</li>
<li><a href="ocicollection.size.php" class="index">OCICollection::size</a> - Returns size of the collection</li>
<li><a href="ocicollection.trim.php" class="index">OCICollection::trim</a> - Trims elements from the end of the collection</li>
<li><a href="function.ocicollgetelem.php" class="index">ocicollgetelem</a> - Alias di OCICollection::getElem</li>
<li><a href="function.ocicollmax.php" class="index">ocicollmax</a> - Alias di OCICollection::max</li>
<li><a href="function.ocicollsize.php" class="index">ocicollsize</a> - Alias di OCICollection::size</li>
<li><a href="function.ocicolltrim.php" class="index">ocicolltrim</a> - Alias di OCICollection::trim</li>
<li><a href="function.ocicolumnisnull.php" class="index">ocicolumnisnull</a> - Alias di oci_field_is_null</li>
<li><a href="function.ocicolumnname.php" class="index">ocicolumnname</a> - Alias di oci_field_name</li>
<li><a href="function.ocicolumnprecision.php" class="index">ocicolumnprecision</a> - Alias di oci_field_precision</li>
<li><a href="function.ocicolumnscale.php" class="index">ocicolumnscale</a> - Alias di oci_field_scale</li>
<li><a href="function.ocicolumnsize.php" class="index">ocicolumnsize</a> - Alias di oci_field_size</li>
<li><a href="function.ocicolumntype.php" class="index">ocicolumntype</a> - Alias di oci_field_type</li>
<li><a href="function.ocicolumntyperaw.php" class="index">ocicolumntyperaw</a> - Alias di oci_field_type_raw</li>
<li><a href="function.ocicommit.php" class="index">ocicommit</a> - Alias di oci_commit</li>
<li><a href="function.ocidefinebyname.php" class="index">ocidefinebyname</a> - Alias di oci_define_by_name</li>
<li><a href="function.ocierror.php" class="index">ocierror</a> - Alias di oci_error</li>
<li><a href="function.ociexecute.php" class="index">ociexecute</a> - Alias di oci_execute</li>
<li><a href="function.ocifetch.php" class="index">ocifetch</a> - Alias di oci_fetch</li>
<li><a href="function.ocifetchinto.php" class="index">ocifetchinto</a> - Obsolete variant of oci_fetch_array, oci_fetch_object,
   oci_fetch_assoc and
   oci_fetch_row</li>
<li><a href="function.ocifetchstatement.php" class="index">ocifetchstatement</a> - Alias di oci_fetch_all</li>
<li><a href="function.ocifreecollection.php" class="index">ocifreecollection</a> - Alias di OCICollection::free</li>
<li><a href="function.ocifreecursor.php" class="index">ocifreecursor</a> - Alias di oci_free_statement</li>
<li><a href="function.ocifreedesc.php" class="index">ocifreedesc</a> - Alias di OCILob::free</li>
<li><a href="function.ocifreestatement.php" class="index">ocifreestatement</a> - Alias di oci_free_statement</li>
<li><a href="function.ociinternaldebug.php" class="index">ociinternaldebug</a> - Alias di oci_internal_debug</li>
<li><a href="function.ociloadlob.php" class="index">ociloadlob</a> - Alias di OCILob::load</li>
<li><a href="ocilob.append.php" class="index">OCILob::append</a> - Appends data from the large object to another large object</li>
<li><a href="ocilob.close.php" class="index">OCILob::close</a> - Closes LOB descriptor</li>
<li><a href="ocilob.eof.php" class="index">OCILob::eof</a> - Tests for end-of-file on a large object's descriptor</li>
<li><a href="ocilob.erase.php" class="index">OCILob::erase</a> - Erases a specified portion of the internal LOB data</li>
<li><a href="ocilob.export.php" class="index">OCILob::export</a> - Exports LOB's contents to a file</li>
<li><a href="ocilob.flush.php" class="index">OCILob::flush</a> - Flushes/writes buffer of the LOB to the server</li>
<li><a href="ocilob.free.php" class="index">OCILob::free</a> - Frees resources associated with the LOB descriptor</li>
<li><a href="ocilob.getbuffering.php" class="index">OCILob::getBuffering</a> - Returns current state of buffering for the large object</li>
<li><a href="ocilob.import.php" class="index">OCILob::import</a> - Imports file data to the LOB</li>
<li><a href="ocilob.load.php" class="index">OCILob::load</a> - Returns large object's contents</li>
<li><a href="ocilob.read.php" class="index">OCILob::read</a> - Reads part of the large object</li>
<li><a href="ocilob.rewind.php" class="index">OCILob::rewind</a> - Moves the internal pointer to the beginning of the large object</li>
<li><a href="ocilob.save.php" class="index">OCILob::save</a> - Saves data to the large object</li>
<li><a href="ocilob.savefile.php" class="index">OCILob::saveFile</a> - Alias di OCILob::import</li>
<li><a href="ocilob.seek.php" class="index">OCILob::seek</a> - Sets the internal pointer of the large object</li>
<li><a href="ocilob.setbuffering.php" class="index">OCILob::setBuffering</a> - Changes current state of buffering for the large object</li>
<li><a href="ocilob.size.php" class="index">OCILob::size</a> - Returns size of large object</li>
<li><a href="ocilob.tell.php" class="index">OCILob::tell</a> - Returns the current position of internal pointer of large object</li>
<li><a href="ocilob.truncate.php" class="index">OCILob::truncate</a> - Truncates large object</li>
<li><a href="ocilob.write.php" class="index">OCILob::write</a> - Writes data to the large object</li>
<li><a href="ocilob.writetemporary.php" class="index">OCILob::writeTemporary</a> - Writes a temporary large object</li>
<li><a href="ocilob.writetofile.php" class="index">OCILob::writeToFile</a> - Alias di OCILob::export</li>
<li><a href="function.ocilogoff.php" class="index">ocilogoff</a> - Alias di oci_close</li>
<li><a href="function.ocilogon.php" class="index">ocilogon</a> - Alias di oci_connect</li>
<li><a href="function.ocinewcollection.php" class="index">ocinewcollection</a> - Alias di oci_new_collection</li>
<li><a href="function.ocinewcursor.php" class="index">ocinewcursor</a> - Alias di oci_new_cursor</li>
<li><a href="function.ocinewdescriptor.php" class="index">ocinewdescriptor</a> - Alias di oci_new_descriptor</li>
<li><a href="function.ocinlogon.php" class="index">ocinlogon</a> - Alias di oci_new_connect</li>
<li><a href="function.ocinumcols.php" class="index">ocinumcols</a> - Alias di oci_num_fields</li>
<li><a href="function.ociparse.php" class="index">ociparse</a> - Alias di oci_parse</li>
<li><a href="function.ociplogon.php" class="index">ociplogon</a> - Alias di oci_pconnect</li>
<li><a href="function.ociresult.php" class="index">ociresult</a> - Alias di oci_result</li>
<li><a href="function.ocirollback.php" class="index">ocirollback</a> - Alias di oci_rollback</li>
<li><a href="function.ocirowcount.php" class="index">ocirowcount</a> - Alias di oci_num_rows</li>
<li><a href="function.ocisavelob.php" class="index">ocisavelob</a> - Alias di OCILob::save</li>
<li><a href="function.ocisavelobfile.php" class="index">ocisavelobfile</a> - Alias di OCILob::import</li>
<li><a href="function.ociserverversion.php" class="index">ociserverversion</a> - Alias di oci_server_version</li>
<li><a href="function.ocisetprefetch.php" class="index">ocisetprefetch</a> - Alias di oci_set_prefetch</li>
<li><a href="function.ocistatementtype.php" class="index">ocistatementtype</a> - Alias di oci_statement_type</li>
<li><a href="function.ociwritelobtofile.php" class="index">ociwritelobtofile</a> - Alias di OCILob::export</li>
<li><a href="function.ociwritetemporarylob.php" class="index">ociwritetemporarylob</a> - Alias di OCILob::writeTemporary</li>
<li><a href="function.oci-bind-array-by-name.php" class="index">oci_bind_array_by_name</a> - Binds a PHP array to an Oracle PL/SQL array parameter</li>
<li><a href="function.oci-bind-by-name.php" class="index">oci_bind_by_name</a> - Effettua il binding di una variabile PHP a un segnaposto Oracle</li>
<li><a href="function.oci-cancel.php" class="index">oci_cancel</a> - Interrompe la lettura del cursore</li>
<li><a href="function.oci-client-version.php" class="index">oci_client_version</a> - Returns the Oracle client library version</li>
<li><a href="function.oci-close.php" class="index">oci_close</a> - Closes an Oracle connection</li>
<li><a href="function.oci-commit.php" class="index">oci_commit</a> - Commits the outstanding database transaction</li>
<li><a href="function.oci-connect.php" class="index">oci_connect</a> - Connect to an Oracle database</li>
<li><a href="function.oci-define-by-name.php" class="index">oci_define_by_name</a> - Associates a PHP variable with a column for query fetches</li>
<li><a href="function.oci-error.php" class="index">oci_error</a> - Returns the last error found</li>
<li><a href="function.oci-execute.php" class="index">oci_execute</a> - Executes a statement</li>
<li><a href="function.oci-fetch.php" class="index">oci_fetch</a> - Fetches the next row from a query into internal buffers</li>
<li><a href="function.oci-fetch-all.php" class="index">oci_fetch_all</a> - Fetches multiple rows from a query into a two-dimensional array</li>
<li><a href="function.oci-fetch-array.php" class="index">oci_fetch_array</a> - Returns the next row from a query as an associative or numeric array</li>
<li><a href="function.oci-fetch-assoc.php" class="index">oci_fetch_assoc</a> - Returns the next row from a query as an associative array</li>
<li><a href="function.oci-fetch-object.php" class="index">oci_fetch_object</a> - Returns the next row from a query as an object</li>
<li><a href="function.oci-fetch-row.php" class="index">oci_fetch_row</a> - Returns the next row from a query as a numeric array</li>
<li><a href="function.oci-field-is-null.php" class="index">oci_field_is_null</a> - Checks if a field in the currently fetched row is null</li>
<li><a href="function.oci-field-name.php" class="index">oci_field_name</a> - Returns the name of a field from the statement</li>
<li><a href="function.oci-field-precision.php" class="index">oci_field_precision</a> - Tell the precision of a field</li>
<li><a href="function.oci-field-scale.php" class="index">oci_field_scale</a> - Tell the scale of the field</li>
<li><a href="function.oci-field-size.php" class="index">oci_field_size</a> - Returns field's size</li>
<li><a href="function.oci-field-type.php" class="index">oci_field_type</a> - Returns a field's data type name</li>
<li><a href="function.oci-field-type-raw.php" class="index">oci_field_type_raw</a> - Tell the raw Oracle data type of the field</li>
<li><a href="function.oci-free-descriptor.php" class="index">oci_free_descriptor</a> - Frees a descriptor</li>
<li><a href="function.oci-free-statement.php" class="index">oci_free_statement</a> - Frees all resources associated with statement or cursor</li>
<li><a href="function.oci-get-implicit-resultset.php" class="index">oci_get_implicit_resultset</a> - Returns the next child statement resource from a parent statement resource that has Oracle Database Implicit Result Sets</li>
<li><a href="function.oci-internal-debug.php" class="index">oci_internal_debug</a> - Enables or disables internal debug output</li>
<li><a href="function.oci-lob-copy.php" class="index">oci_lob_copy</a> - Copies large object</li>
<li><a href="function.oci-lob-is-equal.php" class="index">oci_lob_is_equal</a> - Compares two LOB/FILE locators for equality</li>
<li><a href="function.oci-new-collection.php" class="index">oci_new_collection</a> - Allocates new collection object</li>
<li><a href="function.oci-new-connect.php" class="index">oci_new_connect</a> - Connect to the Oracle server using a unique connection</li>
<li><a href="function.oci-new-cursor.php" class="index">oci_new_cursor</a> - Allocates and returns a new cursor (statement handle)</li>
<li><a href="function.oci-new-descriptor.php" class="index">oci_new_descriptor</a> - Initializes a new empty LOB or FILE descriptor</li>
<li><a href="function.oci-num-fields.php" class="index">oci_num_fields</a> - Returns the number of result columns in a statement</li>
<li><a href="function.oci-num-rows.php" class="index">oci_num_rows</a> - Returns number of rows affected during statement execution</li>
<li><a href="function.oci-parse.php" class="index">oci_parse</a> - Prepares an Oracle statement for execution</li>
<li><a href="function.oci-password-change.php" class="index">oci_password_change</a> - Changes password of Oracle's user</li>
<li><a href="function.oci-pconnect.php" class="index">oci_pconnect</a> - Connect to an Oracle database using a persistent connection</li>
<li><a href="function.oci-register-taf-callback.php" class="index">oci_register_taf_callback</a> - Register a user-defined callback function for Oracle Database TAF</li>
<li><a href="function.oci-result.php" class="index">oci_result</a> - Returns field's value from the fetched row</li>
<li><a href="function.oci-rollback.php" class="index">oci_rollback</a> - Rolls back the outstanding database transaction</li>
<li><a href="function.oci-server-version.php" class="index">oci_server_version</a> - Returns the Oracle Database version</li>
<li><a href="function.oci-set-action.php" class="index">oci_set_action</a> - Sets the action name</li>
<li><a href="function.oci-set-call-timout.php" class="index">oci_set_call_timeout</a> - Sets a millisecond timeout for database calls</li>
<li><a href="function.oci-set-client-identifier.php" class="index">oci_set_client_identifier</a> - Sets the client identifier</li>
<li><a href="function.oci-set-client-info.php" class="index">oci_set_client_info</a> - Sets the client information</li>
<li><a href="function.oci-set-db-operation.php" class="index">oci_set_db_operation</a> - Sets the database operation</li>
<li><a href="function.oci-set-edition.php" class="index">oci_set_edition</a> - Sets the database edition</li>
<li><a href="function.oci-set-module-name.php" class="index">oci_set_module_name</a> - Sets the module name</li>
<li><a href="function.oci-set-prefetch.php" class="index">oci_set_prefetch</a> - Sets number of rows to be prefetched by queries</li>
<li><a href="function.oci-set-prefetch-lob.php" class="index">oci_set_prefetch_lob</a> - Sets the amount of data prefetched for each CLOB or BLOB.</li>
<li><a href="function.oci-statement-type.php" class="index">oci_statement_type</a> - Returns the type of a statement</li>
<li><a href="function.oci-unregister-taf-callback.php" class="index">oci_unregister_taf_callback</a> - Unregister a user-defined callback function for Oracle Database TAF</li>
<li><a href="function.octdec.php" class="index">octdec</a> - Da ottale a decimale</li>
<li><a href="function.odbc-autocommit.php" class="index">odbc_autocommit</a> - Attiva o disattiva il comportamento di autocommit</li>
<li><a href="function.odbc-binmode.php" class="index">odbc_binmode</a> - Gestione delle colonne di dati binari</li>
<li><a href="function.odbc-close.php" class="index">odbc_close</a> - Chiude una connessione ODBC</li>
<li><a href="function.odbc-close-all.php" class="index">odbc_close_all</a> - Chiude tutte le connessioni ODBC</li>
<li><a href="function.odbc-columnprivileges.php" class="index">odbc_columnprivileges</a> - Restituisce un identificatore di risultato che permette di ricavare l'elenco
     delle colonne e dei privilegi ad esse associati.</li>
<li><a href="function.odbc-columns.php" class="index">odbc_columns</a> - Elenca i nomi delle colonne nella tabella specificata.</li>
<li><a href="function.odbc-commit.php" class="index">odbc_commit</a> - Esegue una transazione ODBC</li>
<li><a href="function.odbc-connect.php" class="index">odbc_connect</a> - Apre una connessione con una fonte di dati</li>
<li><a href="function.odbc-connection-string-is-quoted.php" class="index">odbc_connection_string_is_quoted</a> - Determines if an ODBC connection string value is quoted</li>
<li><a href="function.odbc-connection-string-quote.php" class="index">odbc_connection_string_quote</a> - Quotes an ODBC connection string value</li>
<li><a href="function.odbc-connection-string-should-quote.php" class="index">odbc_connection_string_should_quote</a> - Determines if an ODBC connection string value should be quoted</li>
<li><a href="function.odbc-cursor.php" class="index">odbc_cursor</a> - Restituisce il nome del cursore</li>
<li><a href="function.odbc-data-source.php" class="index">odbc_data_source</a> - Restituisce informazionisulla connessione corrente</li>
<li><a href="function.odbc-do.php" class="index">odbc_do</a> - Sinonimo di odbc_exec</li>
<li><a href="function.odbc-error.php" class="index">odbc_error</a> - Restituisce l'ultimo codice di errore</li>
<li><a href="function.odbc-errormsg.php" class="index">odbc_errormsg</a> - Restituisce l'ultimo messaggio d'errore</li>
<li><a href="function.odbc-exec.php" class="index">odbc_exec</a> - Prepara ed esegue una espressione SQL</li>
<li><a href="function.odbc-execute.php" class="index">odbc_execute</a> - Esecuzione di una prepared statement</li>
<li><a href="function.odbc-fetch-array.php" class="index">odbc_fetch_array</a> - Scarica una riga da un risultato in un array</li>
<li><a href="function.odbc-fetch-into.php" class="index">odbc_fetch_into</a> - Scarica una riga del risultato della query in un array</li>
<li><a href="function.odbc-fetch-object.php" class="index">odbc_fetch_object</a> - Scarica una riga da un risultato come oggetto</li>
<li><a href="function.odbc-fetch-row.php" class="index">odbc_fetch_row</a> - Estrae una riga</li>
<li><a href="function.odbc-field-len.php" class="index">odbc_field_len</a> - Restituisce la dimensione (precisione) di un campo</li>
<li><a href="function.odbc-field-name.php" class="index">odbc_field_name</a> - Restituisce il nome della colonna</li>
<li><a href="function.odbc-field-num.php" class="index">odbc_field_num</a> - Restituisce il numero di colonna</li>
<li><a href="function.odbc-field-precision.php" class="index">odbc_field_precision</a> - Sinonimo di odbc_field_len</li>
<li><a href="function.odbc-field-scale.php" class="index">odbc_field_scale</a> - Restituisce la scala di un campo</li>
<li><a href="function.odbc-field-type.php" class="index">odbc_field_type</a> - Tipo di dato di campo</li>
<li><a href="function.odbc-foreignkeys.php" class="index">odbc_foreignkeys</a> - Restituisce l'elenco delle chiavi esterne per la tabella indicata, 
     oppure la lista delle chiavi esterne in altre tabelle che fanno
     riferimento alla chiave primaria della tabella indicata.</li>
<li><a href="function.odbc-free-result.php" class="index">odbc_free_result</a> - Libera le risorse associate ad un risultato</li>
<li><a href="function.odbc-gettypeinfo.php" class="index">odbc_gettypeinfo</a> - Restituisce un identificatore di risultato contenente informazioni
     sui tipi di dati supportati dalla sorgente di dati</li>
<li><a href="function.odbc-longreadlen.php" class="index">odbc_longreadlen</a> - Gestione di colonne LONG</li>
<li><a href="function.odbc-next-result.php" class="index">odbc_next_result</a> - Verifica se sono disponibili pi&ugrave; risultati</li>
<li><a href="function.odbc-num-fields.php" class="index">odbc_num_fields</a> - Numero di colonne in un esito</li>
<li><a href="function.odbc-num-rows.php" class="index">odbc_num_rows</a> - Numero di righe in un risultato</li>
<li><a href="function.odbc-pconnect.php" class="index">odbc_pconnect</a> - Apre una connessione persistente verso un database</li>
<li><a href="function.odbc-prepare.php" class="index">odbc_prepare</a> - Predispone un'espressione all'esecuzione</li>
<li><a href="function.odbc-primarykeys.php" class="index">odbc_primarykeys</a> - Restituisce un identificatore di risultato che pu&ograve; essere utilizzato 
     per ricavare il nome della colonna che contiene la chiave primaria della tabella.</li>
<li><a href="function.odbc-procedurecolumns.php" class="index">odbc_procedurecolumns</a> - Recupera informazioni sui parametri delle procedure.</li>
<li><a href="function.odbc-procedures.php" class="index">odbc_procedures</a> - Restituisce l'elenco delle procedure memorizzate in una specifica sorgente di dati.</li>
<li><a href="function.odbc-result.php" class="index">odbc_result</a> - Restituisce il contenuto dei campi</li>
<li><a href="function.odbc-result-all.php" class="index">odbc_result_all</a> - Visualizza il risultato in una tabella HTML</li>
<li><a href="function.odbc-rollback.php" class="index">odbc_rollback</a> - Annulla una transazione</li>
<li><a href="function.odbc-setoption.php" class="index">odbc_setoption</a> - Imposta le impostazioni di ODBC</li>
<li><a href="function.odbc-specialcolumns.php" class="index">odbc_specialcolumns</a> - Restituisce le colonne speciali</li>
<li><a href="function.odbc-statistics.php" class="index">odbc_statistics</a> - Recupera le statistiche su una tabella</li>
<li><a href="function.odbc-tableprivileges.php" class="index">odbc_tableprivileges</a> - Elenca le tabelle ed i privilegi ad esse associati</li>
<li><a href="function.odbc-tables.php" class="index">odbc_tables</a> - Restituisce l'elenco delle tabelle presenti in una specifica sorgente di dati</li>
<li><a href="function.opcache-compile-file.php" class="index">opcache_compile_file</a> - Compiles and caches a PHP script without executing it</li>
<li><a href="function.opcache-get-configuration.php" class="index">opcache_get_configuration</a> - Get configuration information about the cache</li>
<li><a href="function.opcache-get-status.php" class="index">opcache_get_status</a> - Get status information about the cache</li>
<li><a href="function.opcache-invalidate.php" class="index">opcache_invalidate</a> - Invalidates a cached script</li>
<li><a href="function.opcache-is-script-cached.php" class="index">opcache_is_script_cached</a> - Tells whether a script is cached in OPCache</li>
<li><a href="function.opcache-is-script-cached-in-file-cache.php" class="index">opcache_is_script_cached_in_file_cache</a> - Tells whether a script is cached in OPCache file cache</li>
<li><a href="function.opcache-jit-blacklist.php" class="index">opcache_jit_blacklist</a> - Blacklists a function from being JIT compiled</li>
<li><a href="function.opcache-reset.php" class="index">opcache_reset</a> - Resets the contents of the opcode cache</li>
<li><a href="function.openal-buffer-create.php" class="index">openal_buffer_create</a> - Generate OpenAL buffer</li>
<li><a href="function.openal-buffer-data.php" class="index">openal_buffer_data</a> - Load a buffer with data</li>
<li><a href="function.openal-buffer-destroy.php" class="index">openal_buffer_destroy</a> - Destroys an OpenAL buffer</li>
<li><a href="function.openal-buffer-get.php" class="index">openal_buffer_get</a> - Retrieve an OpenAL buffer property</li>
<li><a href="function.openal-buffer-loadwav.php" class="index">openal_buffer_loadwav</a> - Load a .wav file into a buffer</li>
<li><a href="function.openal-context-create.php" class="index">openal_context_create</a> - Create an audio processing context</li>
<li><a href="function.openal-context-current.php" class="index">openal_context_current</a> - Make the specified context current</li>
<li><a href="function.openal-context-destroy.php" class="index">openal_context_destroy</a> - Destroys a context</li>
<li><a href="function.openal-context-process.php" class="index">openal_context_process</a> - Process the specified context</li>
<li><a href="function.openal-context-suspend.php" class="index">openal_context_suspend</a> - Suspend the specified context</li>
<li><a href="function.openal-device-close.php" class="index">openal_device_close</a> - Close an OpenAL device</li>
<li><a href="function.openal-device-open.php" class="index">openal_device_open</a> - Initialize the OpenAL audio layer</li>
<li><a href="function.openal-listener-get.php" class="index">openal_listener_get</a> - Retrieve a listener property</li>
<li><a href="function.openal-listener-set.php" class="index">openal_listener_set</a> - Set a listener property</li>
<li><a href="function.openal-source-create.php" class="index">openal_source_create</a> - Generate a source resource</li>
<li><a href="function.openal-source-destroy.php" class="index">openal_source_destroy</a> - Destroy a source resource</li>
<li><a href="function.openal-source-get.php" class="index">openal_source_get</a> - Retrieve an OpenAL source property</li>
<li><a href="function.openal-source-pause.php" class="index">openal_source_pause</a> - Pause the source</li>
<li><a href="function.openal-source-play.php" class="index">openal_source_play</a> - Start playing the source</li>
<li><a href="function.openal-source-rewind.php" class="index">openal_source_rewind</a> - Rewind the source</li>
<li><a href="function.openal-source-set.php" class="index">openal_source_set</a> - Set source property</li>
<li><a href="function.openal-source-stop.php" class="index">openal_source_stop</a> - Stop playing the source</li>
<li><a href="function.openal-stream.php" class="index">openal_stream</a> - Begin streaming on a source</li>
<li><a href="function.opendir.php" class="index">opendir</a> - Apre l'handle della directory</li>
<li><a href="function.openlog.php" class="index">openlog</a> - Apre una connessione al logger di sistema</li>
<li><a href="function.openssl-cipher-iv-length.php" class="index">openssl_cipher_iv_length</a> - Gets the cipher iv length</li>
<li><a href="function.openssl-cipher-key-length.php" class="index">openssl_cipher_key_length</a> - Gets the cipher key length</li>
<li><a href="function.openssl-cms-decrypt.php" class="index">openssl_cms_decrypt</a> - Decrypt a CMS message</li>
<li><a href="function.openssl-cms-encrypt.php" class="index">openssl_cms_encrypt</a> - Encrypt a CMS message</li>
<li><a href="function.openssl-cms-read.php" class="index">openssl_cms_read</a> - Export the CMS file to an array of PEM certificates</li>
<li><a href="function.openssl-cms-sign.php" class="index">openssl_cms_sign</a> - Sign a file</li>
<li><a href="function.openssl-cms-verify.php" class="index">openssl_cms_verify</a> - Verify a CMS signature</li>
<li><a href="function.openssl-csr-export.php" class="index">openssl_csr_export</a> - Exports a CSR as a string</li>
<li><a href="function.openssl-csr-export-to-file.php" class="index">openssl_csr_export_to_file</a> - Exports a CSR to a file</li>
<li><a href="function.openssl-csr-get-public-key.php" class="index">openssl_csr_get_public_key</a> - Returns the public key of a CSR</li>
<li><a href="function.openssl-csr-get-subject.php" class="index">openssl_csr_get_subject</a> - Returns the subject of a CSR</li>
<li><a href="function.openssl-csr-new.php" class="index">openssl_csr_new</a> - Generates a CSR</li>
<li><a href="function.openssl-csr-sign.php" class="index">openssl_csr_sign</a> - Sign a CSR with another certificate (or itself) and generate a certificate</li>
<li><a href="function.openssl-decrypt.php" class="index">openssl_decrypt</a> - Decrypts data</li>
<li><a href="function.openssl-dh-compute-key.php" class="index">openssl_dh_compute_key</a> - Computes shared secret for public value of remote DH public key and local DH key</li>
<li><a href="function.openssl-digest.php" class="index">openssl_digest</a> - Computes a digest</li>
<li><a href="function.openssl-encrypt.php" class="index">openssl_encrypt</a> - Encrypts data</li>
<li><a href="function.openssl-error-string.php" class="index">openssl_error_string</a> - Return openSSL error message</li>
<li><a href="function.openssl-free-key.php" class="index">openssl_free_key</a> - Free key resource</li>
<li><a href="function.openssl-get-cert-locations.php" class="index">openssl_get_cert_locations</a> - Retrieve the available certificate locations</li>
<li><a href="function.openssl-get-cipher-methods.php" class="index">openssl_get_cipher_methods</a> - Gets available cipher methods</li>
<li><a href="function.openssl-get-curve-names.php" class="index">openssl_get_curve_names</a> - Gets list of available curve names for ECC</li>
<li><a href="function.openssl-get-md-methods.php" class="index">openssl_get_md_methods</a> - Gets available digest methods</li>
<li><a href="function.openssl-get-privatekey.php" class="index">openssl_get_privatekey</a> - Alias di openssl_pkey_get_private</li>
<li><a href="function.openssl-get-publickey.php" class="index">openssl_get_publickey</a> - Alias di openssl_pkey_get_public</li>
<li><a href="function.openssl-open.php" class="index">openssl_open</a> - Open sealed data</li>
<li><a href="function.openssl-password-hash.php" class="index">openssl_password_hash</a> - Create a password hash using OpenSSL's Argon2 implementation</li>
<li><a href="function.openssl-password-verify.php" class="index">openssl_password_verify</a> - Verify a password against a hash using OpenSSL's Argon2 implementation</li>
<li><a href="function.openssl-pbkdf2.php" class="index">openssl_pbkdf2</a> - Generates a PKCS5 v2 PBKDF2 string</li>
<li><a href="function.openssl-pkcs7-decrypt.php" class="index">openssl_pkcs7_decrypt</a> - Decrypts an S/MIME encrypted message</li>
<li><a href="function.openssl-pkcs7-encrypt.php" class="index">openssl_pkcs7_encrypt</a> - Encrypt an S/MIME message</li>
<li><a href="function.openssl-pkcs7-read.php" class="index">openssl_pkcs7_read</a> - Export the PKCS7 file to an array of PEM certificates</li>
<li><a href="function.openssl-pkcs7-sign.php" class="index">openssl_pkcs7_sign</a> - Sign an S/MIME message</li>
<li><a href="function.openssl-pkcs7-verify.php" class="index">openssl_pkcs7_verify</a> - Verifies the signature of an S/MIME signed message</li>
<li><a href="function.openssl-pkcs12-export.php" class="index">openssl_pkcs12_export</a> - Exports a PKCS#12 Compatible Certificate Store File to variable</li>
<li><a href="function.openssl-pkcs12-export-to-file.php" class="index">openssl_pkcs12_export_to_file</a> - Exports a PKCS#12 Compatible Certificate Store File</li>
<li><a href="function.openssl-pkcs12-read.php" class="index">openssl_pkcs12_read</a> - Parse a PKCS#12 Certificate Store into an array</li>
<li><a href="function.openssl-pkey-derive.php" class="index">openssl_pkey_derive</a> - Computes shared secret for public value of remote and local DH or ECDH key</li>
<li><a href="function.openssl-pkey-export.php" class="index">openssl_pkey_export</a> - Gets an exportable representation of a key into a string</li>
<li><a href="function.openssl-pkey-export-to-file.php" class="index">openssl_pkey_export_to_file</a> - Gets an exportable representation of a key into a file</li>
<li><a href="function.openssl-pkey-free.php" class="index">openssl_pkey_free</a> - Frees a private key</li>
<li><a href="function.openssl-pkey-get-details.php" class="index">openssl_pkey_get_details</a> - Returns an array with the key details</li>
<li><a href="function.openssl-pkey-get-private.php" class="index">openssl_pkey_get_private</a> - Get a private key</li>
<li><a href="function.openssl-pkey-get-public.php" class="index">openssl_pkey_get_public</a> - Extract public key from certificate and prepare it for use</li>
<li><a href="function.openssl-pkey-new.php" class="index">openssl_pkey_new</a> - Generates a new private key</li>
<li><a href="function.openssl-private-decrypt.php" class="index">openssl_private_decrypt</a> - Decrypts data with private key</li>
<li><a href="function.openssl-private-encrypt.php" class="index">openssl_private_encrypt</a> - Encrypts data with private key</li>
<li><a href="function.openssl-public-decrypt.php" class="index">openssl_public_decrypt</a> - Decrypts data with public key</li>
<li><a href="function.openssl-public-encrypt.php" class="index">openssl_public_encrypt</a> - Encrypts data with public key</li>
<li><a href="function.openssl-random-pseudo-bytes.php" class="index">openssl_random_pseudo_bytes</a> - Generate a pseudo-random string of bytes</li>
<li><a href="function.openssl-seal.php" class="index">openssl_seal</a> - Seal (encrypt) data</li>
<li><a href="function.openssl-sign.php" class="index">openssl_sign</a> - Generate signature</li>
<li><a href="function.openssl-spki-export.php" class="index">openssl_spki_export</a> - Exports a valid PEM formatted public key signed public key and challenge</li>
<li><a href="function.openssl-spki-export-challenge.php" class="index">openssl_spki_export_challenge</a> - Exports the challenge associated with a signed public key and challenge</li>
<li><a href="function.openssl-spki-new.php" class="index">openssl_spki_new</a> - Generate a new signed public key and challenge</li>
<li><a href="function.openssl-spki-verify.php" class="index">openssl_spki_verify</a> - Verifies a signed public key and challenge</li>
<li><a href="function.openssl-verify.php" class="index">openssl_verify</a> - Verify signature</li>
<li><a href="function.openssl-x509-checkpurpose.php" class="index">openssl_x509_checkpurpose</a> - Verifies if a certificate can be used for a particular purpose</li>
<li><a href="function.openssl-x509-check-private-key.php" class="index">openssl_x509_check_private_key</a> - Checks if a private key corresponds to a certificate</li>
<li><a href="function.openssl-x509-export.php" class="index">openssl_x509_export</a> - Exports a certificate as a string</li>
<li><a href="function.openssl-x509-export-to-file.php" class="index">openssl_x509_export_to_file</a> - Exports a certificate to file</li>
<li><a href="function.openssl-x509-fingerprint.php" class="index">openssl_x509_fingerprint</a> - Calculates the fingerprint, or digest, of a given X.509 certificate</li>
<li><a href="function.openssl-x509-free.php" class="index">openssl_x509_free</a> - Free certificate resource</li>
<li><a href="function.openssl-x509-parse.php" class="index">openssl_x509_parse</a> - Parse an X509 certificate and return the information as an array</li>
<li><a href="function.openssl-x509-read.php" class="index">openssl_x509_read</a> - Parse an X.509 certificate and return an object for
  it</li>
<li><a href="function.openssl-x509-verify.php" class="index">openssl_x509_verify</a> - Verifies digital signature of x509 certificate against a public key</li>
<li><a href="function.ord.php" class="index">ord</a> - Restituisce il valore ASCII di un carattere</li>
<li><a href="outeriterator.getinneriterator.php" class="index">OuterIterator::getInnerIterator</a> - Returns the inner iterator for the current entry</li>
<li><a href="function.output-add-rewrite-var.php" class="index">output_add_rewrite_var</a> - Add URL rewriter values</li>
<li><a href="function.output-reset-rewrite-vars.php" class="index">output_reset_rewrite_vars</a> - Reset URL rewriter values</li>
<li><a href="override.construct.php" class="index">Override::__construct</a> - Construct a new Override attribute instance</li>
</ul></li>
<li class='gen-index index-for-p'>p<ul id='refentry-index-for-p'>
<li><a href="function.pack.php" class="index">pack</a> - Pack data into binary string</li>
<li><a href="parallel.bootstrap.php" class="index">parallel\bootstrap</a> - Bootstrapping</li>
<li><a href="parallel-channel.close.php" class="index">parallel\Channel::close</a> - Closing</li>
<li><a href="parallel-channel.make.php" class="index">parallel\Channel::make</a> - Access</li>
<li><a href="parallel-channel.open.php" class="index">parallel\Channel::open</a> - Access</li>
<li><a href="parallel-channel.recv.php" class="index">parallel\Channel::recv</a> - Sharing</li>
<li><a href="parallel-channel.send.php" class="index">parallel\Channel::send</a> - Sharing</li>
<li><a href="parallel-channel.construct.php" class="index">parallel\Channel::__construct</a> - Channel Construction</li>
<li><a href="parallel-events.addchannel.php" class="index">parallel\Events::addChannel</a> - Targets</li>
<li><a href="parallel-events.addfuture.php" class="index">parallel\Events::addFuture</a> - Targets</li>
<li><a href="parallel-events.poll.php" class="index">parallel\Events::poll</a> - Polling</li>
<li><a href="parallel-events.remove.php" class="index">parallel\Events::remove</a> - Targets</li>
<li><a href="parallel-events.setblocking.php" class="index">parallel\Events::setBlocking</a> - Behaviour</li>
<li><a href="parallel-events.setinput.php" class="index">parallel\Events::setInput</a> - Input</li>
<li><a href="parallel-events.settimeout.php" class="index">parallel\Events::setTimeout</a> - Behaviour</li>
<li><a href="parallel-events-input.add.php" class="index">parallel\Events\Input::add</a> - Inputs</li>
<li><a href="parallel-events-input.clear.php" class="index">parallel\Events\Input::clear</a> - Inputs</li>
<li><a href="parallel-events-input.remove.php" class="index">parallel\Events\Input::remove</a> - Inputs</li>
<li><a href="parallel-future.cancel.php" class="index">parallel\Future::cancel</a> - Cancellation</li>
<li><a href="parallel-future.cancelled.php" class="index">parallel\Future::cancelled</a> - State Detection</li>
<li><a href="parallel-future.done.php" class="index">parallel\Future::done</a> - State Detection</li>
<li><a href="parallel-future.value.php" class="index">parallel\Future::value</a> - Resolution</li>
<li><a href="parallel.run.php" class="index">parallel\run</a> - Execution</li>
<li><a href="parallel-runtime.close.php" class="index">parallel\Runtime::close</a> - Runtime Graceful Join</li>
<li><a href="parallel-runtime.kill.php" class="index">parallel\Runtime::kill</a> - Runtime Join</li>
<li><a href="parallel-runtime.run.php" class="index">parallel\Runtime::run</a> - Execution</li>
<li><a href="parallel-runtime.construct.php" class="index">parallel\Runtime::__construct</a> - Runtime Construction</li>
<li><a href="parallel-sync.get.php" class="index">parallel\Sync::get</a> - Access</li>
<li><a href="parallel-sync.notify.php" class="index">parallel\Sync::notify</a> - Synchronization</li>
<li><a href="parallel-sync.set.php" class="index">parallel\Sync::set</a> - Access</li>
<li><a href="parallel-sync.wait.php" class="index">parallel\Sync::wait</a> - Synchronization</li>
<li><a href="parallel-sync.construct.php" class="index">parallel\Sync::__construct</a> - Construction</li>
<li><a href="parallel-sync.invoke.php" class="index">parallel\Sync::__invoke</a> - Synchronization</li>
<li><a href="parentiterator.accept.php" class="index">ParentIterator::accept</a> - Determines acceptability</li>
<li><a href="parentiterator.getchildren.php" class="index">ParentIterator::getChildren</a> - Return the inner iterator's children contained in a ParentIterator</li>
<li><a href="parentiterator.haschildren.php" class="index">ParentIterator::hasChildren</a> - Check whether the inner iterator's current element has children</li>
<li><a href="parentiterator.next.php" class="index">ParentIterator::next</a> - Move the iterator forward</li>
<li><a href="parentiterator.rewind.php" class="index">ParentIterator::rewind</a> - Rewind the iterator</li>
<li><a href="parentiterator.construct.php" class="index">ParentIterator::__construct</a> - Constructs a ParentIterator</li>
<li><a href="parle-lexer.advance.php" class="index">Parle\Lexer::advance</a> - Process next lexer rule</li>
<li><a href="parle-lexer.build.php" class="index">Parle\Lexer::build</a> - Finalize the lexer rule set</li>
<li><a href="parle-lexer.callout.php" class="index">Parle\Lexer::callout</a> - Define token callback</li>
<li><a href="parle-lexer.consume.php" class="index">Parle\Lexer::consume</a> - Pass the data for processing</li>
<li><a href="parle-lexer.dump.php" class="index">Parle\Lexer::dump</a> - Dump the state machine</li>
<li><a href="parle-lexer.gettoken.php" class="index">Parle\Lexer::getToken</a> - Retrieve the current token</li>
<li><a href="parle-lexer.insertmacro.php" class="index">Parle\Lexer::insertMacro</a> - Insert regex macro</li>
<li><a href="parle-lexer.push.php" class="index">Parle\Lexer::push</a> - Add a lexer rule</li>
<li><a href="parle-lexer.reset.php" class="index">Parle\Lexer::reset</a> - Reset lexer</li>
<li><a href="parle-parser.advance.php" class="index">Parle\Parser::advance</a> - Process next parser rule</li>
<li><a href="parle-parser.build.php" class="index">Parle\Parser::build</a> - Finalize the grammar rules</li>
<li><a href="parle-parser.consume.php" class="index">Parle\Parser::consume</a> - Consume the data for processing</li>
<li><a href="parle-parser.dump.php" class="index">Parle\Parser::dump</a> - Dump the grammar</li>
<li><a href="parle-parser.errorinfo.php" class="index">Parle\Parser::errorInfo</a> - Retrieve the error information</li>
<li><a href="parle-parser.left.php" class="index">Parle\Parser::left</a> - Declare a token with left-associativity</li>
<li><a href="parle-parser.nonassoc.php" class="index">Parle\Parser::nonassoc</a> - Declare a token with no associativity</li>
<li><a href="parle-parser.precedence.php" class="index">Parle\Parser::precedence</a> - Declare a precedence rule</li>
<li><a href="parle-parser.push.php" class="index">Parle\Parser::push</a> - Add a grammar rule</li>
<li><a href="parle-parser.reset.php" class="index">Parle\Parser::reset</a> - Reset parser state</li>
<li><a href="parle-parser.right.php" class="index">Parle\Parser::right</a> - Declare a token with right-associativity</li>
<li><a href="parle-parser.sigil.php" class="index">Parle\Parser::sigil</a> - Retrieve a matching part of a rule</li>
<li><a href="parle-parser.sigilcount.php" class="index">Parle\Parser::sigilCount</a> - Number of elements in matched rule</li>
<li><a href="parle-parser.sigilname.php" class="index">Parle\Parser::sigilName</a> - Retrieve a rule or token name</li>
<li><a href="parle-parser.token.php" class="index">Parle\Parser::token</a> - Declare a token</li>
<li><a href="parle-parser.tokenid.php" class="index">Parle\Parser::tokenId</a> - Get token id</li>
<li><a href="parle-parser.trace.php" class="index">Parle\Parser::trace</a> - Trace the parser operation</li>
<li><a href="parle-parser.validate.php" class="index">Parle\Parser::validate</a> - Validate input</li>
<li><a href="parle-rlexer.advance.php" class="index">Parle\RLexer::advance</a> - Process next lexer rule</li>
<li><a href="parle-rlexer.build.php" class="index">Parle\RLexer::build</a> - Finalize the lexer rule set</li>
<li><a href="parle-rlexer.callout.php" class="index">Parle\RLexer::callout</a> - Define token callback</li>
<li><a href="parle-rlexer.consume.php" class="index">Parle\RLexer::consume</a> - Pass the data for processing</li>
<li><a href="parle-rlexer.dump.php" class="index">Parle\RLexer::dump</a> - Dump the state machine</li>
<li><a href="parle-rlexer.gettoken.php" class="index">Parle\RLexer::getToken</a> - Retrieve the current token</li>
<li><a href="parle-rlexer.insertmacro.php" class="index">Parle\RLexer::insertMacro</a> - Insert regex macro</li>
<li><a href="parle-rlexer.push.php" class="index">Parle\RLexer::push</a> - Add a lexer rule</li>
<li><a href="parle-rlexer.pushstate.php" class="index">Parle\RLexer::pushState</a> - Push a new start state</li>
<li><a href="parle-rlexer.reset.php" class="index">Parle\RLexer::reset</a> - Reset lexer</li>
<li><a href="parle-rparser.advance.php" class="index">Parle\RParser::advance</a> - Process next parser rule</li>
<li><a href="parle-rparser.build.php" class="index">Parle\RParser::build</a> - Finalize the grammar rules</li>
<li><a href="parle-rparser.consume.php" class="index">Parle\RParser::consume</a> - Consume the data for processing</li>
<li><a href="parle-rparser.dump.php" class="index">Parle\RParser::dump</a> - Dump the grammar</li>
<li><a href="parle-rparser.errorinfo.php" class="index">Parle\RParser::errorInfo</a> - Retrieve the error information</li>
<li><a href="parle-rparser.left.php" class="index">Parle\RParser::left</a> - Declare a token with left-associativity</li>
<li><a href="parle-rparser.nonassoc.php" class="index">Parle\RParser::nonassoc</a> - Declare a token with no associativity</li>
<li><a href="parle-rparser.precedence.php" class="index">Parle\RParser::precedence</a> - Declare a precedence rule</li>
<li><a href="parle-rparser.push.php" class="index">Parle\RParser::push</a> - Add a grammar rule</li>
<li><a href="parle-rparser.reset.php" class="index">Parle\RParser::reset</a> - Reset parser state</li>
<li><a href="parle-rparser.right.php" class="index">Parle\RParser::right</a> - Declare a token with right-associativity</li>
<li><a href="parle-rparser.sigil.php" class="index">Parle\RParser::sigil</a> - Retrieve a matching part of a rule</li>
<li><a href="parle-rparser.sigilcount.php" class="index">Parle\RParser::sigilCount</a> - Number of elements in matched rule</li>
<li><a href="parle-rparser.sigilname.php" class="index">Parle\RParser::sigilName</a> - Retrieve a rule or token name</li>
<li><a href="parle-rparser.token.php" class="index">Parle\RParser::token</a> - Declare a token</li>
<li><a href="parle-rparser.tokenid.php" class="index">Parle\RParser::tokenId</a> - Get token id</li>
<li><a href="parle-rparser.trace.php" class="index">Parle\RParser::trace</a> - Trace the parser operation</li>
<li><a href="parle-rparser.validate.php" class="index">Parle\RParser::validate</a> - Validate input</li>
<li><a href="parle-stack.pop.php" class="index">Parle\Stack::pop</a> - Pop an item from the stack</li>
<li><a href="parle-stack.push.php" class="index">Parle\Stack::push</a> - Push an item into the stack</li>
<li><a href="function.parse-ini-file.php" class="index">parse_ini_file</a> - Legge un file di configurazione</li>
<li><a href="function.parse-ini-string.php" class="index">parse_ini_string</a> - Parse a configuration string</li>
<li><a href="function.parse-str.php" class="index">parse_str</a> - Effettua il parsing della stringa in variabili</li>
<li><a href="function.parse-url.php" class="index">parse_url</a> - Parse a URL and return its components</li>
<li><a href="function.passthru.php" class="index">passthru</a> - Esegue un programma esterno e mostra l'output non elaborato</li>
<li><a href="function.password-algos.php" class="index">password_algos</a> - Get available password hashing algorithm IDs</li>
<li><a href="function.password-get-info.php" class="index">password_get_info</a> - Returns information about the given hash</li>
<li><a href="function.password-hash.php" class="index">password_hash</a> - Creates a password hash</li>
<li><a href="function.password-needs-rehash.php" class="index">password_needs_rehash</a> - Checks if the given hash matches the given options</li>
<li><a href="function.password-verify.php" class="index">password_verify</a> - Verifies that a password matches a hash</li>
<li><a href="function.pathinfo.php" class="index">pathinfo</a> - Restituisce informazioni su un percorso di file</li>
<li><a href="function.pclose.php" class="index">pclose</a> - Chiude un puntatore ad un file di processo</li>
<li><a href="function.pcntl-alarm.php" class="index">pcntl_alarm</a> - Set an alarm clock for delivery of a signal</li>
<li><a href="function.pcntl-async-signals.php" class="index">pcntl_async_signals</a> - Enable/disable asynchronous signal handling or return the old setting</li>
<li><a href="function.pcntl-errno.php" class="index">pcntl_errno</a> - Alias di pcntl_get_last_error</li>
<li><a href="function.pcntl-exec.php" class="index">pcntl_exec</a> - Executes specified program in current process space</li>
<li><a href="function.pcntl-fork.php" class="index">pcntl_fork</a> - Forks the currently running process</li>
<li><a href="function.pcntl-getcpuaffinity.php" class="index">pcntl_getcpuaffinity</a> - Get the cpu affinity of a process</li>
<li><a href="function.pcntl-getpriority.php" class="index">pcntl_getpriority</a> - Get the priority of any process</li>
<li><a href="function.pcntl-getqos-class.php" class="index">pcntl_getqos_class</a> - Get the QoS class of the current thread</li>
<li><a href="function.pcntl-get-last-error.php" class="index">pcntl_get_last_error</a> - Retrieve the error number set by the last pcntl function which failed</li>
<li><a href="function.pcntl-rfork.php" class="index">pcntl_rfork</a> - Manipulates process resources</li>
<li><a href="function.pcntl-setcpuaffinity.php" class="index">pcntl_setcpuaffinity</a> - Set the cpu affinity of a process</li>
<li><a href="function.pcntl-setpriority.php" class="index">pcntl_setpriority</a> - Change the priority of any process</li>
<li><a href="function.pcntl-setqos-class.php" class="index">pcntl_setqos_class</a> - Set the QoS class of the current thread</li>
<li><a href="function.pcntl-signal.php" class="index">pcntl_signal</a> - Installs a signal handler</li>
<li><a href="function.pcntl-signal-dispatch.php" class="index">pcntl_signal_dispatch</a> - Calls signal handlers for pending signals</li>
<li><a href="function.pcntl-signal-get-handler.php" class="index">pcntl_signal_get_handler</a> - Get the current handler for specified signal</li>
<li><a href="function.pcntl-sigprocmask.php" class="index">pcntl_sigprocmask</a> - Sets and retrieves blocked signals</li>
<li><a href="function.pcntl-sigtimedwait.php" class="index">pcntl_sigtimedwait</a> - Waits for signals, with a timeout</li>
<li><a href="function.pcntl-sigwaitinfo.php" class="index">pcntl_sigwaitinfo</a> - Waits for signals</li>
<li><a href="function.pcntl-strerror.php" class="index">pcntl_strerror</a> - Retrieve the system error message associated with the given errno</li>
<li><a href="function.pcntl-unshare.php" class="index">pcntl_unshare</a> - Dissociates parts of the process execution context</li>
<li><a href="function.pcntl-wait.php" class="index">pcntl_wait</a> - Waits on or returns the status of a forked child</li>
<li><a href="function.pcntl-waitid.php" class="index">pcntl_waitid</a> - Waits for a child process to change state</li>
<li><a href="function.pcntl-waitpid.php" class="index">pcntl_waitpid</a> - Waits on or returns the status of a forked child</li>
<li><a href="function.pcntl-wexitstatus.php" class="index">pcntl_wexitstatus</a> - Returns the return code of a terminated child</li>
<li><a href="function.pcntl-wifexited.php" class="index">pcntl_wifexited</a> - Checks if status code represents a normal exit</li>
<li><a href="function.pcntl-wifsignaled.php" class="index">pcntl_wifsignaled</a> - Checks whether the status code represents a termination due to a signal</li>
<li><a href="function.pcntl-wifstopped.php" class="index">pcntl_wifstopped</a> - Checks whether the child process is currently stopped</li>
<li><a href="function.pcntl-wstopsig.php" class="index">pcntl_wstopsig</a> - Returns the signal which caused the child to stop</li>
<li><a href="function.pcntl-wtermsig.php" class="index">pcntl_wtermsig</a> - Returns the signal which caused the child to terminate</li>
<li><a href="pdo.begintransaction.php" class="index">PDO::beginTransaction</a> - Initiates a transaction</li>
<li><a href="pdo.commit.php" class="index">PDO::commit</a> - Commits a transaction</li>
<li><a href="pdo.connect.php" class="index">PDO::connect</a> - Connect to a database and return a PDO subclass for drivers that support it</li>
<li><a href="pdo.cubrid-schema.php" class="index">PDO::cubrid_schema</a> - Get the requested schema information</li>
<li><a href="pdo.errorcode.php" class="index">PDO::errorCode</a> - Fetch the SQLSTATE associated with the last operation on the database handle</li>
<li><a href="pdo.errorinfo.php" class="index">PDO::errorInfo</a> - Fetch extended error information associated with the last operation on the database handle</li>
<li><a href="pdo.exec.php" class="index">PDO::exec</a> - Execute an SQL statement and return the number of affected rows</li>
<li><a href="pdo.getattribute.php" class="index">PDO::getAttribute</a> - Retrieve a database connection attribute</li>
<li><a href="pdo.getavailabledrivers.php" class="index">PDO::getAvailableDrivers</a> - Return an array of available PDO drivers</li>
<li><a href="pdo.intransaction.php" class="index">PDO::inTransaction</a> - Checks if inside a transaction</li>
<li><a href="pdo.lastinsertid.php" class="index">PDO::lastInsertId</a> - Returns the ID of the last inserted row or sequence value</li>
<li><a href="pdo.pgsqlcopyfromarray.php" class="index">PDO::pgsqlCopyFromArray</a> - Alias di Pdo\Pgsql::copyFromArray</li>
<li><a href="pdo.pgsqlcopyfromfile.php" class="index">PDO::pgsqlCopyFromFile</a> - Alias di Pdo\Pgsql::copyFromFile</li>
<li><a href="pdo.pgsqlcopytoarray.php" class="index">PDO::pgsqlCopyToArray</a> - Alias di Pdo\Pgsql::copyToArray</li>
<li><a href="pdo.pgsqlcopytofile.php" class="index">PDO::pgsqlCopyToFile</a> - Alias di Pdo\Pgsql::copyToFile</li>
<li><a href="pdo.pgsqlgetnotify.php" class="index">PDO::pgsqlGetNotify</a> - Alias di Pdo\Pgsql::getNotify</li>
<li><a href="pdo.pgsqlgetpid.php" class="index">PDO::pgsqlGetPid</a> - Alias di Pdo\Pgsql::getPid</li>
<li><a href="pdo.pgsqllobcreate.php" class="index">PDO::pgsqlLOBCreate</a> - Alias di Pdo\Pgsql::lobCreate</li>
<li><a href="pdo.pgsqllobopen.php" class="index">PDO::pgsqlLOBOpen</a> - Alias di Pdo\Pgsql::lobOpen</li>
<li><a href="pdo.pgsqllobunlink.php" class="index">PDO::pgsqlLOBUnlink</a> - Alias di Pdo\Pgsql::lobUnlink</li>
<li><a href="pdo.prepare.php" class="index">PDO::prepare</a> - Prepares a statement for execution and returns a statement object</li>
<li><a href="pdo.query.php" class="index">PDO::query</a> - Prepares and executes an SQL statement without placeholders</li>
<li><a href="pdo.quote.php" class="index">PDO::quote</a> - Quotes a string for use in a query</li>
<li><a href="pdo.rollback.php" class="index">PDO::rollBack</a> - Rolls back a transaction</li>
<li><a href="pdo.setattribute.php" class="index">PDO::setAttribute</a> - Set an attribute</li>
<li><a href="pdo.sqlitecreateaggregate.php" class="index">PDO::sqliteCreateAggregate</a> - Alias di Pdo\Sqlite::createAggregate</li>
<li><a href="pdo.sqlitecreatecollation.php" class="index">PDO::sqliteCreateCollation</a> - Alias di Pdo\Sqlite::createCollation</li>
<li><a href="pdo.sqlitecreatefunction.php" class="index">PDO::sqliteCreateFunction</a> - Alias di Pdo\Sqlite::createFunction</li>
<li><a href="pdo.construct.php" class="index">PDO::__construct</a> - Creates a PDO instance representing a connection to a database</li>
<li><a href="pdostatement.bindcolumn.php" class="index">PDOStatement::bindColumn</a> - Bind a column to a PHP variable</li>
<li><a href="pdostatement.bindparam.php" class="index">PDOStatement::bindParam</a> - Binds a parameter to the specified variable name</li>
<li><a href="pdostatement.bindvalue.php" class="index">PDOStatement::bindValue</a> - Binds a value to a parameter</li>
<li><a href="pdostatement.closecursor.php" class="index">PDOStatement::closeCursor</a> - Closes the cursor, enabling the statement to be executed again</li>
<li><a href="pdostatement.columncount.php" class="index">PDOStatement::columnCount</a> - Returns the number of columns in the result set</li>
<li><a href="pdostatement.debugdumpparams.php" class="index">PDOStatement::debugDumpParams</a> - Dump an SQL prepared command</li>
<li><a href="pdostatement.errorcode.php" class="index">PDOStatement::errorCode</a> - Fetch the SQLSTATE associated with the last operation on the statement handle</li>
<li><a href="pdostatement.errorinfo.php" class="index">PDOStatement::errorInfo</a> - Fetch extended error information associated with the last operation on the statement handle</li>
<li><a href="pdostatement.execute.php" class="index">PDOStatement::execute</a> - Executes a prepared statement</li>
<li><a href="pdostatement.fetch.php" class="index">PDOStatement::fetch</a> - Fetches the next row from a result set</li>
<li><a href="pdostatement.fetchall.php" class="index">PDOStatement::fetchAll</a> - Fetches the remaining rows from a result set</li>
<li><a href="pdostatement.fetchcolumn.php" class="index">PDOStatement::fetchColumn</a> - Returns a single column from the next row of a result set</li>
<li><a href="pdostatement.fetchobject.php" class="index">PDOStatement::fetchObject</a> - Fetches the next row and returns it as an object</li>
<li><a href="pdostatement.getattribute.php" class="index">PDOStatement::getAttribute</a> - Retrieve a statement attribute</li>
<li><a href="pdostatement.getcolumnmeta.php" class="index">PDOStatement::getColumnMeta</a> - Returns metadata for a column in a result set</li>
<li><a href="pdostatement.getiterator.php" class="index">PDOStatement::getIterator</a> - Gets result set iterator</li>
<li><a href="pdostatement.nextrowset.php" class="index">PDOStatement::nextRowset</a> - Advances to the next rowset in a multi-rowset statement handle</li>
<li><a href="pdostatement.rowcount.php" class="index">PDOStatement::rowCount</a> - Returns the number of rows affected by the last SQL statement</li>
<li><a href="pdostatement.setattribute.php" class="index">PDOStatement::setAttribute</a> - Set a statement attribute</li>
<li><a href="pdostatement.setfetchmode.php" class="index">PDOStatement::setFetchMode</a> - Set the default fetch mode for this statement</li>
<li><a href="pdo-firebird.getapiversion.php" class="index">Pdo\Firebird::getApiVersion</a> - Get the API version</li>
<li><a href="pdo-mysql.getwarningcount.php" class="index">Pdo\Mysql::getWarningCount</a> - Returns the number of warnings from the last executed query</li>
<li><a href="pdo-pgsql.copyfromarray.php" class="index">Pdo\Pgsql::copyFromArray</a> - Copy data from a PHP array into a table</li>
<li><a href="pdo-pgsql.copyfromfile.php" class="index">Pdo\Pgsql::copyFromFile</a> - Copy data from file into table</li>
<li><a href="pdo-pgsql.copytoarray.php" class="index">Pdo\Pgsql::copyToArray</a> - Copy data from database table into PHP array</li>
<li><a href="pdo-pgsql.copytofile.php" class="index">Pdo\Pgsql::copyToFile</a> - Copy data from table into file</li>
<li><a href="pdo-pgsql.escapeidentifier.php" class="index">Pdo\Pgsql::escapeIdentifier</a> - Escapes a string for use as an SQL identifier</li>
<li><a href="pdo-pgsql.getnotify.php" class="index">Pdo\Pgsql::getNotify</a> - Get asynchronous notification</li>
<li><a href="pdo-pgsql.getpid.php" class="index">Pdo\Pgsql::getPid</a> - Get the PID of the backend process handling this connection</li>
<li><a href="pdo-pgsql.lobcreate.php" class="index">Pdo\Pgsql::lobCreate</a> - Creates a new large object</li>
<li><a href="pdo-pgsql.lobopen.php" class="index">Pdo\Pgsql::lobOpen</a> - Opens an existing large object stream</li>
<li><a href="pdo-pgsql.lobunlink.php" class="index">Pdo\Pgsql::lobUnlink</a> - Deletes the large object</li>
<li><a href="pdo-pgsql.setnoticecallback.php" class="index">Pdo\Pgsql::setNoticeCallback</a> - Set a callback to handle notice and warning messages generated by the backend</li>
<li><a href="pdo-sqlite.createaggregate.php" class="index">Pdo\Sqlite::createAggregate</a> - Registers an aggregating user-defined function for use in SQL statements</li>
<li><a href="pdo-sqlite.createcollation.php" class="index">Pdo\Sqlite::createCollation</a> - Registers a user-defined function for use as a collating function in SQL statements</li>
<li><a href="pdo-sqlite.createfunction.php" class="index">Pdo\Sqlite::createFunction</a> - Registers a user-defined function for use in SQL statements</li>
<li><a href="pdo-sqlite.loadextension.php" class="index">Pdo\Sqlite::loadExtension</a> - Description</li>
<li><a href="pdo-sqlite.openblob.php" class="index">Pdo\Sqlite::openBlob</a> - Description</li>
<li><a href="ref.pdo-cubrid.connection.php" class="index">PDO_CUBRID DSN</a> - Connecting to CUBRID databases</li>
<li><a href="ref.pdo-dblib.connection.php" class="index">PDO_DBLIB DSN</a> - Connecting to Microsoft SQL Server and Sybase databases</li>
<li><a href="ref.pdo-firebird.connection.php" class="index">PDO_FIREBIRD DSN</a> - Connecting to Firebird databases</li>
<li><a href="ref.pdo-ibm.connection.php" class="index">PDO_IBM DSN</a> - Connecting to IBM databases</li>
<li><a href="ref.pdo-informix.connection.php" class="index">PDO_INFORMIX DSN</a> - Connecting to Informix databases</li>
<li><a href="ref.pdo-mysql.connection.php" class="index">PDO_MYSQL DSN</a> - Connecting to MySQL databases</li>
<li><a href="ref.pdo-oci.connection.php" class="index">PDO_OCI DSN</a> - Connecting to Oracle databases</li>
<li><a href="ref.pdo-odbc.connection.php" class="index">PDO_ODBC DSN</a> - Connecting to ODBC or DB2 databases</li>
<li><a href="ref.pdo-pgsql.connection.php" class="index">PDO_PGSQL DSN</a> - Connecting to PostgreSQL databases</li>
<li><a href="ref.pdo-sqlite.connection.php" class="index">PDO_SQLITE DSN</a> - Connecting to SQLite databases</li>
<li><a href="ref.pdo-sqlsrv.connection.php" class="index">PDO_SQLSRV DSN</a> - Connecting to MS SQL Server and SQL Azure databases</li>
<li><a href="function.pfsockopen.php" class="index">pfsockopen</a> - Apre una connessione persistente Internet o di tipo domain socket Unix</li>
<li><a href="function.pg-affected-rows.php" class="index">pg_affected_rows</a> - Restituisce il numero delle tuple coinvolte dall'ultimo comando</li>
<li><a href="function.pg-cancel-query.php" class="index">pg_cancel_query</a> - Annulla una query asincrona</li>
<li><a href="function.pg-client-encoding.php" class="index">pg_client_encoding</a> - Restituisce la codifica caratteri del client</li>
<li><a href="function.pg-close.php" class="index">pg_close</a> - Chiude una connessione PostgreSQL</li>
<li><a href="function.pg-connect.php" class="index">pg_connect</a> - Stabilisce una connessione PostgreSQL</li>
<li><a href="function.pg-connection-busy.php" class="index">pg_connection_busy</a> - Riferisce se una connessione &egrave; occupata o meno</li>
<li><a href="function.pg-connection-reset.php" class="index">pg_connection_reset</a> - Rpristina la connessione (riconnette)</li>
<li><a href="function.pg-connection-status.php" class="index">pg_connection_status</a> - Restituisce lo stato di una connessione</li>
<li><a href="function.pg-connect-poll.php" class="index">pg_connect_poll</a> - Poll the status of an in-progress asynchronous PostgreSQL connection
   attempt</li>
<li><a href="function.pg-consume-input.php" class="index">pg_consume_input</a> - Reads input on the connection</li>
<li><a href="function.pg-convert.php" class="index">pg_convert</a> - Converte i valori di un array associativo in una forma compatibile con i comandi SQL.</li>
<li><a href="function.pg-copy-from.php" class="index">pg_copy_from</a> - Inserisce le tuple in una tabella prendendole da un array</li>
<li><a href="function.pg-copy-to.php" class="index">pg_copy_to</a> - Copia una tabella in un array</li>
<li><a href="function.pg-dbname.php" class="index">pg_dbname</a> - Restituisce il nome del database</li>
<li><a href="function.pg-delete.php" class="index">pg_delete</a> - Cancella le tuple.</li>
<li><a href="function.pg-end-copy.php" class="index">pg_end_copy</a> - Esegue una sincronizzazione con il backend PostgreSQL</li>
<li><a href="function.pg-escape-bytea.php" class="index">pg_escape_bytea</a> - Aggiunge le sequenze di escape ai dati binari nel tipo bytea</li>
<li><a href="function.pg-escape-identifier.php" class="index">pg_escape_identifier</a> - Escape an identifier for insertion into a text field</li>
<li><a href="function.pg-escape-literal.php" class="index">pg_escape_literal</a> - Escape a literal for insertion into a text field</li>
<li><a href="function.pg-escape-string.php" class="index">pg_escape_string</a> - Aggiunge le sequenze di escape nei tipi text/char</li>
<li><a href="function.pg-execute.php" class="index">pg_execute</a> - Sends a request to execute a prepared statement with given parameters, and waits for the result</li>
<li><a href="function.pg-fetch-all.php" class="index">pg_fetch_all</a> - Carica tutte le tuple in un array</li>
<li><a href="function.pg-fetch-all-columns.php" class="index">pg_fetch_all_columns</a> - Fetches all rows in a particular result column as an array</li>
<li><a href="function.pg-fetch-array.php" class="index">pg_fetch_array</a> - Carica una tupla in un array</li>
<li><a href="function.pg-fetch-assoc.php" class="index">pg_fetch_assoc</a> - Recupera una riga come array associativo</li>
<li><a href="function.pg-fetch-object.php" class="index">pg_fetch_object</a> - Carica una tupla in un oggetto</li>
<li><a href="function.pg-fetch-result.php" class="index">pg_fetch_result</a> - Restituisce i valori da una risorsa di risultato</li>
<li><a href="function.pg-fetch-row.php" class="index">pg_fetch_row</a> - Carica una tupla in un array</li>
<li><a href="function.pg-field-is-null.php" class="index">pg_field_is_null</a> - Verifica se un campo &egrave; null</li>
<li><a href="function.pg-field-name.php" class="index">pg_field_name</a> - Restituisce il nome di un campo</li>
<li><a href="function.pg-field-num.php" class="index">pg_field_num</a> - Restituisce la posizione del campo specificato</li>
<li><a href="function.pg-field-prtlen.php" class="index">pg_field_prtlen</a> - Restituisce la lunghezza &quot;stampabile&quot; di un valore</li>
<li><a href="function.pg-field-size.php" class="index">pg_field_size</a> - Restituisce la reale dimensione di memorizzazione del campo</li>
<li><a href="function.pg-field-table.php" class="index">pg_field_table</a> - Returns the name or oid of the tables field</li>
<li><a href="function.pg-field-type.php" class="index">pg_field_type</a> - Restituisce il nome del tipo del campo specificato</li>
<li><a href="function.pg-field-type-oid.php" class="index">pg_field_type_oid</a> - Returns the type ID (OID) for the corresponding field number</li>
<li><a href="function.pg-flush.php" class="index">pg_flush</a> - Flush outbound query data on the connection</li>
<li><a href="function.pg-free-result.php" class="index">pg_free_result</a> - Libera la memoria allocata per i risultati</li>
<li><a href="function.pg-get-notify.php" class="index">pg_get_notify</a> - Ottiene il messaggio SQL NOTIFY</li>
<li><a href="function.pg-get-pid.php" class="index">pg_get_pid</a> - Ottiene l'ID del processo del backend</li>
<li><a href="function.pg-get-result.php" class="index">pg_get_result</a> - Recupera i risultati di una query asincrona</li>
<li><a href="function.pg-host.php" class="index">pg_host</a> - Restituisce il nome dell'host associato alla connessione</li>
<li><a href="function.pg-insert.php" class="index">pg_insert</a> - Inserisce un array in una tabella.</li>
<li><a href="function.pg-last-error.php" class="index">pg_last_error</a> - Restituisce l'ultimo messaggio d'errore di una connessione</li>
<li><a href="function.pg-last-notice.php" class="index">pg_last_notice</a> - Restituisce l'ultimo messaggio di notifica dal server PostgreSQL</li>
<li><a href="function.pg-last-oid.php" class="index">pg_last_oid</a> - Restituisce l'oid dell'ultimo oggetto</li>
<li><a href="function.pg-lo-close.php" class="index">pg_lo_close</a> - Chiude un large object</li>
<li><a href="function.pg-lo-create.php" class="index">pg_lo_create</a> - Crea un large object</li>
<li><a href="function.pg-lo-export.php" class="index">pg_lo_export</a> - Esporta un large object salvandolo su un file</li>
<li><a href="function.pg-lo-import.php" class="index">pg_lo_import</a> - Importa un large object da un file</li>
<li><a href="function.pg-lo-open.php" class="index">pg_lo_open</a> - Apre un large object</li>
<li><a href="function.pg-lo-read.php" class="index">pg_lo_read</a> - Legge un large object</li>
<li><a href="function.pg-lo-read-all.php" class="index">pg_lo_read_all</a> - Legge interamente un large object e lo manda direttamente al browser</li>
<li><a href="function.pg-lo-seek.php" class="index">pg_lo_seek</a> - Ricerca la posizione di un large object</li>
<li><a href="function.pg-lo-tell.php" class="index">pg_lo_tell</a> - Restituisce la posizione attuale in un large object</li>
<li><a href="function.pg-lo-truncate.php" class="index">pg_lo_truncate</a> - Truncates a large object</li>
<li><a href="function.pg-lo-unlink.php" class="index">pg_lo_unlink</a> - Cancella un large object</li>
<li><a href="function.pg-lo-write.php" class="index">pg_lo_write</a> - Scrive un large object</li>
<li><a href="function.pg-meta-data.php" class="index">pg_meta_data</a> - Ottiene la definizione di una tabella.</li>
<li><a href="function.pg-num-fields.php" class="index">pg_num_fields</a> - Restituisce il numero di campi</li>
<li><a href="function.pg-num-rows.php" class="index">pg_num_rows</a> - Restituiscein numero di tuple</li>
<li><a href="function.pg-options.php" class="index">pg_options</a> - Estrae le opzioni associate alla connessione</li>
<li><a href="function.pg-parameter-status.php" class="index">pg_parameter_status</a> - Looks up a current parameter setting of the server</li>
<li><a href="function.pg-pconnect.php" class="index">pg_pconnect</a> - Open a persistent PostgreSQL connection</li>
<li><a href="function.pg-ping.php" class="index">pg_ping</a> - Effettua il ping alla connessione del database</li>
<li><a href="function.pg-port.php" class="index">pg_port</a> - Restituisce il numero di porta associato alla connessione</li>
<li><a href="function.pg-prepare.php" class="index">pg_prepare</a> - Submits a request to the server to create a prepared statement with the
   given parameters, and waits for completion</li>
<li><a href="function.pg-put-line.php" class="index">pg_put_line</a> - Invia una stringa terminata da NULL al backend PostgreSQL</li>
<li><a href="function.pg-query.php" class="index">pg_query</a> - Esegue una query</li>
<li><a href="function.pg-query-params.php" class="index">pg_query_params</a> - Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text</li>
<li><a href="function.pg-result-error.php" class="index">pg_result_error</a> - Restituisce i messaggio di errore associato al risultato</li>
<li><a href="function.pg-result-error-field.php" class="index">pg_result_error_field</a> - Returns an individual field of an error report</li>
<li><a href="function.pg-result-memory-size.php" class="index">pg_result_memory_size</a> - Returns the amount of memory allocated for a query result</li>
<li><a href="function.pg-result-seek.php" class="index">pg_result_seek</a> - Imposta l'offset di riga interno nella risorsa risultato</li>
<li><a href="function.pg-result-status.php" class="index">pg_result_status</a> - Recupera lo stato del risultato di una query</li>
<li><a href="function.pg-select.php" class="index">pg_select</a> - Seleziona delle tuple.</li>
<li><a href="function.pg-send-execute.php" class="index">pg_send_execute</a> - Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)</li>
<li><a href="function.pg-send-prepare.php" class="index">pg_send_prepare</a> - Sends a request to create a prepared statement with the given parameters, without waiting for completion</li>
<li><a href="function.pg-send-query.php" class="index">pg_send_query</a> - Invia una query in modo asincrono</li>
<li><a href="function.pg-send-query-params.php" class="index">pg_send_query_params</a> - Submits a command and separate parameters to the server without waiting for the result(s)</li>
<li><a href="function.pg-set-chunked-rows-size.php" class="index">pg_set_chunked_rows_size</a> - Set the query results to be retrieved in chunk mode</li>
<li><a href="function.pg-set-client-encoding.php" class="index">pg_set_client_encoding</a> - Imposta la codifica del client</li>
<li><a href="function.pg-set-error-context-visibility.php" class="index">pg_set_error_context_visibility</a> - Determines the visibility of the context's error messages returned by pg_last_error
   and pg_result_error</li>
<li><a href="function.pg-set-error-verbosity.php" class="index">pg_set_error_verbosity</a> - Determines the verbosity of messages returned by pg_last_error 
   and pg_result_error</li>
<li><a href="function.pg-socket.php" class="index">pg_socket</a> - Get a read only handle to the socket underlying a PostgreSQL connection</li>
<li><a href="function.pg-trace.php" class="index">pg_trace</a> - iAbilita il tracciamento di una connessione PostgreSQL</li>
<li><a href="function.pg-transaction-status.php" class="index">pg_transaction_status</a> - Returns the current in-transaction status of the server</li>
<li><a href="function.pg-tty.php" class="index">pg_tty</a> - Restituisce il nome della tty associata alla connessione</li>
<li><a href="function.pg-unescape-bytea.php" class="index">pg_unescape_bytea</a> - Rimuove i caratteri di escape in modo binario per il tipo bytea</li>
<li><a href="function.pg-untrace.php" class="index">pg_untrace</a> - Disabilita il tracciamento di una connessione PostgreSQL</li>
<li><a href="function.pg-update.php" class="index">pg_update</a> - Modifica le tuple della tabella</li>
<li><a href="function.pg-version.php" class="index">pg_version</a> - Returns an array with client, protocol and server version (when available)</li>
<li><a href="phar.addemptydir.php" class="index">Phar::addEmptyDir</a> - Add an empty directory to the phar archive</li>
<li><a href="phar.addfile.php" class="index">Phar::addFile</a> - Add a file from the filesystem to the phar archive</li>
<li><a href="phar.addfromstring.php" class="index">Phar::addFromString</a> - Add a file from a string to the phar archive</li>
<li><a href="phar.apiversion.php" class="index">Phar::apiVersion</a> - Returns the api version</li>
<li><a href="phar.buildfromdirectory.php" class="index">Phar::buildFromDirectory</a> - Construct a phar archive from the files within a directory</li>
<li><a href="phar.buildfromiterator.php" class="index">Phar::buildFromIterator</a> - Construct a phar archive from an iterator</li>
<li><a href="phar.cancompress.php" class="index">Phar::canCompress</a> - Returns whether phar extension supports compression using either zlib or bzip2</li>
<li><a href="phar.canwrite.php" class="index">Phar::canWrite</a> - Returns whether phar extension supports writing and creating phars</li>
<li><a href="phar.compress.php" class="index">Phar::compress</a> - Compresses the entire Phar archive using Gzip or Bzip2 compression</li>
<li><a href="phar.compressfiles.php" class="index">Phar::compressFiles</a> - Compresses all files in the current Phar archive</li>
<li><a href="phar.converttodata.php" class="index">Phar::convertToData</a> - Convert a phar archive to a non-executable tar or zip file</li>
<li><a href="phar.converttoexecutable.php" class="index">Phar::convertToExecutable</a> - Convert a phar archive to another executable phar archive file format</li>
<li><a href="phar.copy.php" class="index">Phar::copy</a> - Copy a file internal to the phar archive to another new file within the phar</li>
<li><a href="phar.count.php" class="index">Phar::count</a> - Returns the number of entries (files) in the Phar archive</li>
<li><a href="phar.createdefaultstub.php" class="index">Phar::createDefaultStub</a> - Create a phar-file format specific stub</li>
<li><a href="phar.decompress.php" class="index">Phar::decompress</a> - Decompresses the entire Phar archive</li>
<li><a href="phar.decompressfiles.php" class="index">Phar::decompressFiles</a> - Decompresses all files in the current Phar archive</li>
<li><a href="phar.delete.php" class="index">Phar::delete</a> - Delete a file within a phar archive</li>
<li><a href="phar.delmetadata.php" class="index">Phar::delMetadata</a> - Deletes the global metadata of the phar</li>
<li><a href="phar.extractto.php" class="index">Phar::extractTo</a> - Extract the contents of a phar archive to a directory</li>
<li><a href="phar.getalias.php" class="index">Phar::getAlias</a> - Get the alias for Phar</li>
<li><a href="phar.getmetadata.php" class="index">Phar::getMetadata</a> - Returns phar archive meta-data</li>
<li><a href="phar.getmodified.php" class="index">Phar::getModified</a> - Return whether phar was modified</li>
<li><a href="phar.getpath.php" class="index">Phar::getPath</a> - Get the real path to the Phar archive on disk</li>
<li><a href="phar.getsignature.php" class="index">Phar::getSignature</a> - Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive</li>
<li><a href="phar.getstub.php" class="index">Phar::getStub</a> - Return the PHP loader or bootstrap stub of a Phar archive</li>
<li><a href="phar.getsupportedcompression.php" class="index">Phar::getSupportedCompression</a> - Return array of supported compression algorithms</li>
<li><a href="phar.getsupportedsignatures.php" class="index">Phar::getSupportedSignatures</a> - Return array of supported signature types</li>
<li><a href="phar.getversion.php" class="index">Phar::getVersion</a> - Return version info of Phar archive</li>
<li><a href="phar.hasmetadata.php" class="index">Phar::hasMetadata</a> - Returns whether phar has global meta-data</li>
<li><a href="phar.interceptfilefuncs.php" class="index">Phar::interceptFileFuncs</a> - Instructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions</li>
<li><a href="phar.isbuffering.php" class="index">Phar::isBuffering</a> - Used to determine whether Phar write operations are being buffered, or are flushing directly to disk</li>
<li><a href="phar.iscompressed.php" class="index">Phar::isCompressed</a> - Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on)</li>
<li><a href="phar.isfileformat.php" class="index">Phar::isFileFormat</a> - Returns true if the phar archive is based on the tar/phar/zip file format depending on the parameter</li>
<li><a href="phar.isvalidpharfilename.php" class="index">Phar::isValidPharFilename</a> - Returns whether the given filename is a valid phar filename</li>
<li><a href="phar.iswritable.php" class="index">Phar::isWritable</a> - Returns true if the phar archive can be modified</li>
<li><a href="phar.loadphar.php" class="index">Phar::loadPhar</a> - Loads any phar archive with an alias</li>
<li><a href="phar.mapphar.php" class="index">Phar::mapPhar</a> - Reads the currently executed file (a phar) and registers its manifest</li>
<li><a href="phar.mount.php" class="index">Phar::mount</a> - Mount an external path or file to a virtual location within the phar archive</li>
<li><a href="phar.mungserver.php" class="index">Phar::mungServer</a> - Defines a list of up to 4 $_SERVER variables that should be modified for execution</li>
<li><a href="phar.offsetexists.php" class="index">Phar::offsetExists</a> - Determines whether a file exists in the phar</li>
<li><a href="phar.offsetget.php" class="index">Phar::offsetGet</a> - Gets a PharFileInfo object for a specific file</li>
<li><a href="phar.offsetset.php" class="index">Phar::offsetSet</a> - Set the contents of an internal file to those of an external file</li>
<li><a href="phar.offsetunset.php" class="index">Phar::offsetUnset</a> - Remove a file from a phar</li>
<li><a href="phar.running.php" class="index">Phar::running</a> - Returns the full path on disk or full phar URL to the currently executing Phar archive</li>
<li><a href="phar.setalias.php" class="index">Phar::setAlias</a> - Set the alias for the Phar archive</li>
<li><a href="phar.setdefaultstub.php" class="index">Phar::setDefaultStub</a> - Used to set the PHP loader or bootstrap stub of a Phar archive to the default loader</li>
<li><a href="phar.setmetadata.php" class="index">Phar::setMetadata</a> - Sets phar archive meta-data</li>
<li><a href="phar.setsignaturealgorithm.php" class="index">Phar::setSignatureAlgorithm</a> - Set the signature algorithm for a phar and apply it</li>
<li><a href="phar.setstub.php" class="index">Phar::setStub</a> - Used to set the PHP loader or bootstrap stub of a Phar archive</li>
<li><a href="phar.startbuffering.php" class="index">Phar::startBuffering</a> - Start buffering Phar write operations, do not modify the Phar object on disk</li>
<li><a href="phar.stopbuffering.php" class="index">Phar::stopBuffering</a> - Stop buffering write requests to the Phar archive, and save changes to disk</li>
<li><a href="phar.unlinkarchive.php" class="index">Phar::unlinkArchive</a> - Completely remove a phar archive from disk and from memory</li>
<li><a href="phar.webphar.php" class="index">Phar::webPhar</a> - Routes a request from a web browser to an internal file within the phar archive</li>
<li><a href="phar.construct.php" class="index">Phar::__construct</a> - Construct a Phar archive object</li>
<li><a href="phar.destruct.php" class="index">Phar::__destruct</a> - Destructs a Phar archive object</li>
<li><a href="phardata.addemptydir.php" class="index">PharData::addEmptyDir</a> - Add an empty directory to the tar/zip archive</li>
<li><a href="phardata.addfile.php" class="index">PharData::addFile</a> - Add a file from the filesystem to the tar/zip archive</li>
<li><a href="phardata.addfromstring.php" class="index">PharData::addFromString</a> - Add a file from a string to the tar/zip archive</li>
<li><a href="phardata.buildfromdirectory.php" class="index">PharData::buildFromDirectory</a> - Construct a tar/zip archive from the files within a directory</li>
<li><a href="phardata.buildfromiterator.php" class="index">PharData::buildFromIterator</a> - Construct a tar or zip archive from an iterator</li>
<li><a href="phardata.compress.php" class="index">PharData::compress</a> - Compresses the entire tar/zip archive using Gzip or Bzip2 compression</li>
<li><a href="phardata.compressfiles.php" class="index">PharData::compressFiles</a> - Compresses all files in the current tar/zip archive</li>
<li><a href="phardata.converttodata.php" class="index">PharData::convertToData</a> - Convert a phar archive to a non-executable tar or zip file</li>
<li><a href="phardata.converttoexecutable.php" class="index">PharData::convertToExecutable</a> - Convert a non-executable tar/zip archive to an executable phar archive</li>
<li><a href="phardata.copy.php" class="index">PharData::copy</a> - Copy a file internal to the tar/zip archive to another new file within the same archive</li>
<li><a href="phardata.decompress.php" class="index">PharData::decompress</a> - Decompresses the entire Phar archive</li>
<li><a href="phardata.decompressfiles.php" class="index">PharData::decompressFiles</a> - Decompresses all files in the current zip archive</li>
<li><a href="phardata.delete.php" class="index">PharData::delete</a> - Delete a file within a tar/zip archive</li>
<li><a href="phardata.delmetadata.php" class="index">PharData::delMetadata</a> - Deletes the global metadata of a zip archive</li>
<li><a href="phardata.extractto.php" class="index">PharData::extractTo</a> - Extract the contents of a tar/zip archive to a directory</li>
<li><a href="phardata.iswritable.php" class="index">PharData::isWritable</a> - Returns true if the tar/zip archive can be modified</li>
<li><a href="phardata.offsetset.php" class="index">PharData::offsetSet</a> - Set the contents of a file within the tar/zip to those of an external file or string</li>
<li><a href="phardata.offsetunset.php" class="index">PharData::offsetUnset</a> - Remove a file from a tar/zip archive</li>
<li><a href="phardata.setalias.php" class="index">PharData::setAlias</a> - Dummy function (Phar::setAlias is not valid for PharData)</li>
<li><a href="phardata.setdefaultstub.php" class="index">PharData::setDefaultStub</a> - Dummy function (Phar::setDefaultStub is not valid for PharData)</li>
<li><a href="phardata.setmetadata.php" class="index">PharData::setMetadata</a> - Sets phar archive meta-data</li>
<li><a href="phardata.setsignaturealgorithm.php" class="index">PharData::setSignatureAlgorithm</a> - Set the signature algorithm for a phar and apply it</li>
<li><a href="phardata.setstub.php" class="index">PharData::setStub</a> - Dummy function (Phar::setStub is not valid for PharData)</li>
<li><a href="phardata.construct.php" class="index">PharData::__construct</a> - Construct a non-executable tar or zip archive object</li>
<li><a href="phardata.destruct.php" class="index">PharData::__destruct</a> - Destructs a non-executable tar or zip archive object</li>
<li><a href="pharfileinfo.chmod.php" class="index">PharFileInfo::chmod</a> - Sets file-specific permission bits</li>
<li><a href="pharfileinfo.compress.php" class="index">PharFileInfo::compress</a> - Compresses the current Phar entry with either zlib or bzip2 compression</li>
<li><a href="pharfileinfo.decompress.php" class="index">PharFileInfo::decompress</a> - Decompresses the current Phar entry within the phar</li>
<li><a href="pharfileinfo.delmetadata.php" class="index">PharFileInfo::delMetadata</a> - Deletes the metadata of the entry</li>
<li><a href="pharfileinfo.getcompressedsize.php" class="index">PharFileInfo::getCompressedSize</a> - Returns the actual size of the file (with compression) inside the Phar archive</li>
<li><a href="pharfileinfo.getcontent.php" class="index">PharFileInfo::getContent</a> - Get the complete file contents of the entry</li>
<li><a href="pharfileinfo.getcrc32.php" class="index">PharFileInfo::getCRC32</a> - Returns CRC32 code or throws an exception if CRC has not been verified</li>
<li><a href="pharfileinfo.getmetadata.php" class="index">PharFileInfo::getMetadata</a> - Returns file-specific meta-data saved with a file</li>
<li><a href="pharfileinfo.getpharflags.php" class="index">PharFileInfo::getPharFlags</a> - Returns the Phar file entry flags</li>
<li><a href="pharfileinfo.hasmetadata.php" class="index">PharFileInfo::hasMetadata</a> - Returns the metadata of the entry</li>
<li><a href="pharfileinfo.iscompressed.php" class="index">PharFileInfo::isCompressed</a> - Returns whether the entry is compressed</li>
<li><a href="pharfileinfo.iscrcchecked.php" class="index">PharFileInfo::isCRCChecked</a> - Returns whether file entry has had its CRC verified</li>
<li><a href="pharfileinfo.setmetadata.php" class="index">PharFileInfo::setMetadata</a> - Sets file-specific meta-data saved with a file</li>
<li><a href="pharfileinfo.construct.php" class="index">PharFileInfo::__construct</a> - Construct a Phar entry object</li>
<li><a href="pharfileinfo.destruct.php" class="index">PharFileInfo::__destruct</a> - Destructs a Phar entry object</li>
<li><a href="function.phpcredits.php" class="index">phpcredits</a> - Visualizza i credits per il PHP</li>
<li><a href="function.phpdbg-break-file.php" class="index">phpdbg_break_file</a> - Inserts a breakpoint at a line in a file</li>
<li><a href="function.phpdbg-break-function.php" class="index">phpdbg_break_function</a> - Inserts a breakpoint at entry to a function</li>
<li><a href="function.phpdbg-break-method.php" class="index">phpdbg_break_method</a> - Inserts a breakpoint at entry to a method</li>
<li><a href="function.phpdbg-break-next.php" class="index">phpdbg_break_next</a> - Inserts a breakpoint at the next opcode</li>
<li><a href="function.phpdbg-clear.php" class="index">phpdbg_clear</a> - Clears all breakpoints</li>
<li><a href="function.phpdbg-color.php" class="index">phpdbg_color</a> - Sets the color of certain elements</li>
<li><a href="function.phpdbg-end-oplog.php" class="index">phpdbg_end_oplog</a> - Ends an oplog</li>
<li><a href="function.phpdbg-exec.php" class="index">phpdbg_exec</a> - Attempts to set the execution context</li>
<li><a href="function.phpdbg-get-executable.php" class="index">phpdbg_get_executable</a> - Gets executable</li>
<li><a href="function.phpdbg-prompt.php" class="index">phpdbg_prompt</a> - Sets the command prompt</li>
<li><a href="function.phpdbg-start-oplog.php" class="index">phpdbg_start_oplog</a> - Starts an oplog</li>
<li><a href="function.phpinfo.php" class="index">phpinfo</a> - Visualizza diverse informazioni sul PHP</li>
<li><a href="phptoken.gettokenname.php" class="index">PhpToken::getTokenName</a> - Returns the name of the token.</li>
<li><a href="phptoken.is.php" class="index">PhpToken::is</a> - Tells whether the token is of given kind.</li>
<li><a href="phptoken.isignorable.php" class="index">PhpToken::isIgnorable</a> - Tells whether the token would be ignored by the PHP parser.</li>
<li><a href="phptoken.tokenize.php" class="index">PhpToken::tokenize</a> - Splits given source into PHP tokens, represented by PhpToken objects.</li>
<li><a href="phptoken.construct.php" class="index">PhpToken::__construct</a> - Returns a new PhpToken object</li>
<li><a href="phptoken.tostring.php" class="index">PhpToken::__toString</a> - Returns the textual content of the token.</li>
<li><a href="function.phpversion.php" class="index">phpversion</a> - Restituisce la versione del PHP</li>
<li><a href="function.php-ini-loaded-file.php" class="index">php_ini_loaded_file</a> - Retrieve a path to the loaded php.ini file</li>
<li><a href="function.php-ini-scanned-files.php" class="index">php_ini_scanned_files</a> - Restituisce l'elenco dei file .ini leti dalla directory ini aggiuntiva</li>
<li><a href="function.php-sapi-name.php" class="index">php_sapi_name</a> - Restituisce il tipo di interfaccia tra il PHP ed il server web</li>
<li><a href="function.php-strip-whitespace.php" class="index">php_strip_whitespace</a> - Return source with stripped comments and whitespace</li>
<li><a href="function.php-uname.php" class="index">php_uname</a> - Restituisce informazioni sul sistema operativo su cui gira il PHP</li>
<li><a href="php-user-filter.filter.php" class="index">php_user_filter::filter</a> - Called when applying the filter</li>
<li><a href="php-user-filter.onclose.php" class="index">php_user_filter::onClose</a> - Called when closing the filter</li>
<li><a href="php-user-filter.oncreate.php" class="index">php_user_filter::onCreate</a> - Called when creating the filter</li>
<li><a href="function.pi.php" class="index">pi</a> - Restituisce il valore di pi</li>
<li><a href="function.png2wbmp.php" class="index">png2wbmp</a> - Convert PNG image file to WBMP image file</li>
<li><a href="pool.collect.php" class="index">Pool::collect</a> - Collect references to completed tasks</li>
<li><a href="pool.resize.php" class="index">Pool::resize</a> - Resize the Pool</li>
<li><a href="pool.shutdown.php" class="index">Pool::shutdown</a> - Shutdown all workers</li>
<li><a href="pool.submit.php" class="index">Pool::submit</a> - Submits an object for execution</li>
<li><a href="pool.submitTo.php" class="index">Pool::submitTo</a> - Submits a task to a specific worker for execution</li>
<li><a href="pool.construct.php" class="index">Pool::__construct</a> - Creates a new Pool of Workers</li>
<li><a href="function.popen.php" class="index">popen</a> - Apre un puntatore ad un file di processo</li>
<li><a href="function.pos.php" class="index">pos</a> - Alias di current</li>
<li><a href="function.posix-access.php" class="index">posix_access</a> - Determine accessibility of a file</li>
<li><a href="function.posix-ctermid.php" class="index">posix_ctermid</a> - Restituisce il percorso del terminale</li>
<li><a href="function.posix-eaccess.php" class="index">posix_eaccess</a> - Determine accessibility of a file</li>
<li><a href="function.posix-errno.php" class="index">posix_errno</a> - Alias di posix_get_last_error</li>
<li><a href="function.posix-fpathconf.php" class="index">posix_fpathconf</a> - Returns the value of a configurable limit</li>
<li><a href="function.posix-getcwd.php" class="index">posix_getcwd</a> - Percorso della directory corrente</li>
<li><a href="function.posix-getegid.php" class="index">posix_getegid</a> - Restituisce l'ID del gruppo per il processo corrente</li>
<li><a href="function.posix-geteuid.php" class="index">posix_geteuid</a> - Restituisce l'ID dell'utente per il processo corrente</li>
<li><a href="function.posix-getgid.php" class="index">posix_getgid</a> - Restituisce il reale ID del gruppo per il processo corrente</li>
<li><a href="function.posix-getgrgid.php" class="index">posix_getgrgid</a> - Restituisce informazioni su un gruppo dato il suo id</li>
<li><a href="function.posix-getgrnam.php" class="index">posix_getgrnam</a> - Restituisce le informazioni di un gruppo dato il nome</li>
<li><a href="function.posix-getgroups.php" class="index">posix_getgroups</a> - Restituisce i gruppi per il processo corrente</li>
<li><a href="function.posix-getlogin.php" class="index">posix_getlogin</a> - Restituisce il nome dell'utente</li>
<li><a href="function.posix-getpgid.php" class="index">posix_getpgid</a> - Restituisce l'id del gruppo del processo per il controllo dei job</li>
<li><a href="function.posix-getpgrp.php" class="index">posix_getpgrp</a> - Restituisce l'identificatore di gruppo per il processo corrente</li>
<li><a href="function.posix-getpid.php" class="index">posix_getpid</a> - Restituisce l'ID per il processo corrente</li>
<li><a href="function.posix-getppid.php" class="index">posix_getppid</a> - Restituisce l'ID del processo genitore</li>
<li><a href="function.posix-getpwnam.php" class="index">posix_getpwnam</a> - Restituisce informazioni su un utente dato il nome</li>
<li><a href="function.posix-getpwuid.php" class="index">posix_getpwuid</a> - Restituisce le informazioni di un utente dato il suo ID</li>
<li><a href="function.posix-getrlimit.php" class="index">posix_getrlimit</a> - Restituisce informazioni sui limiti delle risorse del sistema</li>
<li><a href="function.posix-getsid.php" class="index">posix_getsid</a> - Restituisce il sid corrente per un processo</li>
<li><a href="function.posix-getuid.php" class="index">posix_getuid</a> - Restituisce il reale ID dell'utente per il processo corrente</li>
<li><a href="function.posix-get-last-error.php" class="index">posix_get_last_error</a> - Recupera il numero di errore dell'ultima funzione
     posix non riuscita</li>
<li><a href="function.posix-initgroups.php" class="index">posix_initgroups</a> - Calculate the group access list</li>
<li><a href="function.posix-isatty.php" class="index">posix_isatty</a> - Determina se il decrittore di file &egrave; un terminale</li>
<li><a href="function.posix-kill.php" class="index">posix_kill</a> - Invia un segnale ad un processo</li>
<li><a href="function.posix-mkfifo.php" class="index">posix_mkfifo</a> - Crea un file speciale di tipo fifo (una pipe nominata)</li>
<li><a href="function.posix-mknod.php" class="index">posix_mknod</a> - Create a special or ordinary file (POSIX.1)</li>
<li><a href="function.posix-pathconf.php" class="index">posix_pathconf</a> - Returns the value of a configurable limit</li>
<li><a href="function.posix-setegid.php" class="index">posix_setegid</a> - Imposta l'effettivo GID per il processo corrente</li>
<li><a href="function.posix-seteuid.php" class="index">posix_seteuid</a> - Imposta l'effettivo UID del processo corrente</li>
<li><a href="function.posix-setgid.php" class="index">posix_setgid</a> - Imposta il GID per il processo corrente</li>
<li><a href="function.posix-setpgid.php" class="index">posix_setpgid</a> - Imposta l'id di gruppo per il controllo dei job</li>
<li><a href="function.posix-setrlimit.php" class="index">posix_setrlimit</a> - Set system resource limits</li>
<li><a href="function.posix-setsid.php" class="index">posix_setsid</a> - Rende il processo corrente leader di sessione</li>
<li><a href="function.posix-setuid.php" class="index">posix_setuid</a> - Imposta l'UID per il processo corrente</li>
<li><a href="function.posix-strerror.php" class="index">posix_strerror</a> - Recupera il messaggio di errore di un dato codice di errore</li>
<li><a href="function.posix-sysconf.php" class="index">posix_sysconf</a> - Returns system runtime information</li>
<li><a href="function.posix-times.php" class="index">posix_times</a> - Restituisce il tempo del processo</li>
<li><a href="function.posix-ttyname.php" class="index">posix_ttyname</a> - Determina il nome del device per il terminale</li>
<li><a href="function.posix-uname.php" class="index">posix_uname</a> - Restituisce il nome del sistema</li>
<li><a href="function.pow.php" class="index">pow</a> - Espressione esponenziale</li>
<li><a href="function.preg-filter.php" class="index">preg_filter</a> - Perform a regular expression search and replace</li>
<li><a href="function.preg-grep.php" class="index">preg_grep</a> - Restituisce un array degli elementi riconosciuti tramite le espressioni regolari</li>
<li><a href="function.preg-last-error.php" class="index">preg_last_error</a> - Returns the error code of the last PCRE regex execution</li>
<li><a href="function.preg-last-error-msg.php" class="index">preg_last_error_msg</a> - Returns the error message of the last PCRE regex execution</li>
<li><a href="function.preg-match.php" class="index">preg_match</a> - Riconoscimento con espressioni regolari</li>
<li><a href="function.preg-match-all.php" class="index">preg_match_all</a> - Esegue un riconoscimento globale con le espressioni regolari</li>
<li><a href="function.preg-quote.php" class="index">preg_quote</a> - Inserisce il carattere di escape nei caratteri delle espressioni regolari</li>
<li><a href="function.preg-replace.php" class="index">preg_replace</a> - Esegue una ricerca ed una sostituzione con le espressioni regolari</li>
<li><a href="function.preg-replace-callback.php" class="index">preg_replace_callback</a> - Esegue ricerche e sostituzioni con espressioni regolari usando una callback</li>
<li><a href="function.preg-replace-callback-array.php" class="index">preg_replace_callback_array</a> - Perform a regular expression search and replace using callbacks</li>
<li><a href="function.preg-split.php" class="index">preg_split</a> - Suddivisione di una stringa tramite le espressioni regolari</li>
<li><a href="function.prev.php" class="index">prev</a> - Decrementa il puntatore interno dell'array</li>
<li><a href="function.print.php" class="index">print</a> - Visualizza una stringa</li>
<li><a href="function.printf.php" class="index">printf</a> - Visualizza una stringa formattata</li>
<li><a href="function.print-r.php" class="index">print_r</a> - Stampa informazioni relative al contenuto di una variabile in formato leggibile</li>
<li><a href="function.proc-close.php" class="index">proc_close</a> - Close a process opened by proc_open and return the exit code of that process</li>
<li><a href="function.proc-get-status.php" class="index">proc_get_status</a> - Get information about a process opened by proc_open</li>
<li><a href="function.proc-nice.php" class="index">proc_nice</a> - Change the priority of the current process</li>
<li><a href="function.proc-open.php" class="index">proc_open</a> - Execute a command and open file pointers for input/output</li>
<li><a href="function.proc-terminate.php" class="index">proc_terminate</a> - Kills a process opened by proc_open</li>
<li><a href="function.property-exists.php" class="index">property_exists</a> - Checks if the object or class has a property</li>
<li><a href="function.pspell-add-to-personal.php" class="index">pspell_add_to_personal</a> - Add the word to a personal wordlist</li>
<li><a href="function.pspell-add-to-session.php" class="index">pspell_add_to_session</a> - Add the word to the wordlist in the current session</li>
<li><a href="function.pspell-check.php" class="index">pspell_check</a> - Check a word</li>
<li><a href="function.pspell-clear-session.php" class="index">pspell_clear_session</a> - Clear the current session</li>
<li><a href="function.pspell-config-create.php" class="index">pspell_config_create</a> - Create a config used to open a dictionary</li>
<li><a href="function.pspell-config-data-dir.php" class="index">pspell_config_data_dir</a> - Location of language data files</li>
<li><a href="function.pspell-config-dict-dir.php" class="index">pspell_config_dict_dir</a> - Location of the main word list</li>
<li><a href="function.pspell-config-ignore.php" class="index">pspell_config_ignore</a> - Ignore words less than N characters long</li>
<li><a href="function.pspell-config-mode.php" class="index">pspell_config_mode</a> - Change the mode number of suggestions returned</li>
<li><a href="function.pspell-config-personal.php" class="index">pspell_config_personal</a> - Set a file that contains personal wordlist</li>
<li><a href="function.pspell-config-repl.php" class="index">pspell_config_repl</a> - Set a file that contains replacement pairs</li>
<li><a href="function.pspell-config-runtogether.php" class="index">pspell_config_runtogether</a> - Consider run-together words as valid compounds</li>
<li><a href="function.pspell-config-save-repl.php" class="index">pspell_config_save_repl</a> - Determine whether to save a replacement pairs list
  along with the wordlist</li>
<li><a href="function.pspell-new.php" class="index">pspell_new</a> - Load a new dictionary</li>
<li><a href="function.pspell-new-config.php" class="index">pspell_new_config</a> - Load a new dictionary with settings based on a given config</li>
<li><a href="function.pspell-new-personal.php" class="index">pspell_new_personal</a> - Load a new dictionary with personal wordlist</li>
<li><a href="function.pspell-save-wordlist.php" class="index">pspell_save_wordlist</a> - Save the personal wordlist to a file</li>
<li><a href="function.pspell-store-replacement.php" class="index">pspell_store_replacement</a> - Store a replacement pair for a word</li>
<li><a href="function.pspell-suggest.php" class="index">pspell_suggest</a> - Suggest spellings of a word</li>
<li><a href="function.ps-add-bookmark.php" class="index">ps_add_bookmark</a> - Add bookmark to current page</li>
<li><a href="function.ps-add-launchlink.php" class="index">ps_add_launchlink</a> - Adds link which launches file</li>
<li><a href="function.ps-add-locallink.php" class="index">ps_add_locallink</a> - Adds link to a page in the same document</li>
<li><a href="function.ps-add-note.php" class="index">ps_add_note</a> - Adds note to current page</li>
<li><a href="function.ps-add-pdflink.php" class="index">ps_add_pdflink</a> - Adds link to a page in a second pdf document</li>
<li><a href="function.ps-add-weblink.php" class="index">ps_add_weblink</a> - Adds link to a web location</li>
<li><a href="function.ps-arc.php" class="index">ps_arc</a> - Draws an arc counterclockwise</li>
<li><a href="function.ps-arcn.php" class="index">ps_arcn</a> - Draws an arc clockwise</li>
<li><a href="function.ps-begin-page.php" class="index">ps_begin_page</a> - Start a new page</li>
<li><a href="function.ps-begin-pattern.php" class="index">ps_begin_pattern</a> - Start a new pattern</li>
<li><a href="function.ps-begin-template.php" class="index">ps_begin_template</a> - Start a new template</li>
<li><a href="function.ps-circle.php" class="index">ps_circle</a> - Draws a circle</li>
<li><a href="function.ps-clip.php" class="index">ps_clip</a> - Clips drawing to current path</li>
<li><a href="function.ps-close.php" class="index">ps_close</a> - Closes a PostScript document</li>
<li><a href="function.ps-closepath.php" class="index">ps_closepath</a> - Closes path</li>
<li><a href="function.ps-closepath-stroke.php" class="index">ps_closepath_stroke</a> - Closes and strokes path</li>
<li><a href="function.ps-close-image.php" class="index">ps_close_image</a> - Closes image and frees memory</li>
<li><a href="function.ps-continue-text.php" class="index">ps_continue_text</a> - Continue text in next line</li>
<li><a href="function.ps-curveto.php" class="index">ps_curveto</a> - Draws a curve</li>
<li><a href="function.ps-delete.php" class="index">ps_delete</a> - Deletes all resources of a PostScript document</li>
<li><a href="function.ps-end-page.php" class="index">ps_end_page</a> - End a page</li>
<li><a href="function.ps-end-pattern.php" class="index">ps_end_pattern</a> - End a pattern</li>
<li><a href="function.ps-end-template.php" class="index">ps_end_template</a> - End a template</li>
<li><a href="function.ps-fill.php" class="index">ps_fill</a> - Fills the current path</li>
<li><a href="function.ps-fill-stroke.php" class="index">ps_fill_stroke</a> - Fills and strokes the current path</li>
<li><a href="function.ps-findfont.php" class="index">ps_findfont</a> - Loads a font</li>
<li><a href="function.ps-get-buffer.php" class="index">ps_get_buffer</a> - Fetches the full buffer containig the generated PS data</li>
<li><a href="function.ps-get-parameter.php" class="index">ps_get_parameter</a> - Gets certain parameters</li>
<li><a href="function.ps-get-value.php" class="index">ps_get_value</a> - Gets certain values</li>
<li><a href="function.ps-hyphenate.php" class="index">ps_hyphenate</a> - Hyphenates a word</li>
<li><a href="function.ps-include-file.php" class="index">ps_include_file</a> - Reads an external file with raw PostScript code</li>
<li><a href="function.ps-lineto.php" class="index">ps_lineto</a> - Draws a line</li>
<li><a href="function.ps-makespotcolor.php" class="index">ps_makespotcolor</a> - Create spot color</li>
<li><a href="function.ps-moveto.php" class="index">ps_moveto</a> - Sets current point</li>
<li><a href="function.ps-new.php" class="index">ps_new</a> - Creates a new PostScript document object</li>
<li><a href="function.ps-open-file.php" class="index">ps_open_file</a> - Opens a file for output</li>
<li><a href="function.ps-open-image.php" class="index">ps_open_image</a> - Reads an image for later placement</li>
<li><a href="function.ps-open-image-file.php" class="index">ps_open_image_file</a> - Opens image from file</li>
<li><a href="function.ps-open-memory-image.php" class="index">ps_open_memory_image</a> - Takes an GD image and returns an image for placement in a PS document</li>
<li><a href="function.ps-place-image.php" class="index">ps_place_image</a> - Places image on the page</li>
<li><a href="function.ps-rect.php" class="index">ps_rect</a> - Draws a rectangle</li>
<li><a href="function.ps-restore.php" class="index">ps_restore</a> - Restore previously save context</li>
<li><a href="function.ps-rotate.php" class="index">ps_rotate</a> - Sets rotation factor</li>
<li><a href="function.ps-save.php" class="index">ps_save</a> - Save current context</li>
<li><a href="function.ps-scale.php" class="index">ps_scale</a> - Sets scaling factor</li>
<li><a href="function.ps-setcolor.php" class="index">ps_setcolor</a> - Sets current color</li>
<li><a href="function.ps-setdash.php" class="index">ps_setdash</a> - Sets appearance of a dashed line</li>
<li><a href="function.ps-setflat.php" class="index">ps_setflat</a> - Sets flatness</li>
<li><a href="function.ps-setfont.php" class="index">ps_setfont</a> - Sets font to use for following output</li>
<li><a href="function.ps-setgray.php" class="index">ps_setgray</a> - Sets gray value</li>
<li><a href="function.ps-setlinecap.php" class="index">ps_setlinecap</a> - Sets appearance of line ends</li>
<li><a href="function.ps-setlinejoin.php" class="index">ps_setlinejoin</a> - Sets how contected lines are joined</li>
<li><a href="function.ps-setlinewidth.php" class="index">ps_setlinewidth</a> - Sets width of a line</li>
<li><a href="function.ps-setmiterlimit.php" class="index">ps_setmiterlimit</a> - Sets the miter limit</li>
<li><a href="function.ps-setoverprintmode.php" class="index">ps_setoverprintmode</a> - Sets overprint mode</li>
<li><a href="function.ps-setpolydash.php" class="index">ps_setpolydash</a> - Sets appearance of a dashed line</li>
<li><a href="function.ps-set-border-color.php" class="index">ps_set_border_color</a> - Sets color of border for annotations</li>
<li><a href="function.ps-set-border-dash.php" class="index">ps_set_border_dash</a> - Sets length of dashes for border of annotations</li>
<li><a href="function.ps-set-border-style.php" class="index">ps_set_border_style</a> - Sets border style of annotations</li>
<li><a href="function.ps-set-info.php" class="index">ps_set_info</a> - Sets information fields of document</li>
<li><a href="function.ps-set-parameter.php" class="index">ps_set_parameter</a> - Sets certain parameters</li>
<li><a href="function.ps-set-text-pos.php" class="index">ps_set_text_pos</a> - Sets position for text output</li>
<li><a href="function.ps-set-value.php" class="index">ps_set_value</a> - Sets certain values</li>
<li><a href="function.ps-shading.php" class="index">ps_shading</a> - Creates a shading for later use</li>
<li><a href="function.ps-shading-pattern.php" class="index">ps_shading_pattern</a> - Creates a pattern based on a shading</li>
<li><a href="function.ps-shfill.php" class="index">ps_shfill</a> - Fills an area with a shading</li>
<li><a href="function.ps-show.php" class="index">ps_show</a> - Output text</li>
<li><a href="function.ps-show2.php" class="index">ps_show2</a> - Output a text at current position</li>
<li><a href="function.ps-show-boxed.php" class="index">ps_show_boxed</a> - Output text in a box</li>
<li><a href="function.ps-show-xy.php" class="index">ps_show_xy</a> - Output text at given position</li>
<li><a href="function.ps-show-xy2.php" class="index">ps_show_xy2</a> - Output text at position</li>
<li><a href="function.ps-stringwidth.php" class="index">ps_stringwidth</a> - Gets width of a string</li>
<li><a href="function.ps-string-geometry.php" class="index">ps_string_geometry</a> - Gets geometry of a string</li>
<li><a href="function.ps-stroke.php" class="index">ps_stroke</a> - Draws the current path</li>
<li><a href="function.ps-symbol.php" class="index">ps_symbol</a> - Output a glyph</li>
<li><a href="function.ps-symbol-name.php" class="index">ps_symbol_name</a> - Gets name of a glyph</li>
<li><a href="function.ps-symbol-width.php" class="index">ps_symbol_width</a> - Gets width of a glyph</li>
<li><a href="function.ps-translate.php" class="index">ps_translate</a> - Sets translation</li>
<li><a href="function.putenv.php" class="index">putenv</a> - Imposta il valore di una variabile d'ambiente</li>
</ul></li>
<li class='gen-index index-for-q'>q<ul id='refentry-index-for-q'>
<li><a href="quickhashinthash.add.php" class="index">QuickHashIntHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashinthash.delete.php" class="index">QuickHashIntHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashinthash.exists.php" class="index">QuickHashIntHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashinthash.get.php" class="index">QuickHashIntHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashinthash.getsize.php" class="index">QuickHashIntHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashinthash.loadfromfile.php" class="index">QuickHashIntHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashinthash.loadfromstring.php" class="index">QuickHashIntHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashinthash.savetofile.php" class="index">QuickHashIntHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashinthash.savetostring.php" class="index">QuickHashIntHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashinthash.set.php" class="index">QuickHashIntHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashinthash.update.php" class="index">QuickHashIntHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashinthash.construct.php" class="index">QuickHashIntHash::__construct</a> - Creates a new QuickHashIntHash object</li>
<li><a href="quickhashintset.add.php" class="index">QuickHashIntSet::add</a> - This method adds a new entry to the set</li>
<li><a href="quickhashintset.delete.php" class="index">QuickHashIntSet::delete</a> - This method deletes an entry from the set</li>
<li><a href="quickhashintset.exists.php" class="index">QuickHashIntSet::exists</a> - This method checks whether a key is part of the set</li>
<li><a href="quickhashintset.getsize.php" class="index">QuickHashIntSet::getSize</a> - Returns the number of elements in the set</li>
<li><a href="quickhashintset.loadfromfile.php" class="index">QuickHashIntSet::loadFromFile</a> - This factory method creates a set from a file</li>
<li><a href="quickhashintset.loadfromstring.php" class="index">QuickHashIntSet::loadFromString</a> - This factory method creates a set from a string</li>
<li><a href="quickhashintset.savetofile.php" class="index">QuickHashIntSet::saveToFile</a> - This method stores an in-memory set to disk</li>
<li><a href="quickhashintset.savetostring.php" class="index">QuickHashIntSet::saveToString</a> - This method returns a serialized version of the set</li>
<li><a href="quickhashintset.construct.php" class="index">QuickHashIntSet::__construct</a> - Creates a new QuickHashIntSet object</li>
<li><a href="quickhashintstringhash.add.php" class="index">QuickHashIntStringHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashintstringhash.delete.php" class="index">QuickHashIntStringHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashintstringhash.exists.php" class="index">QuickHashIntStringHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashintstringhash.get.php" class="index">QuickHashIntStringHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashintstringhash.getsize.php" class="index">QuickHashIntStringHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashintstringhash.loadfromfile.php" class="index">QuickHashIntStringHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashintstringhash.loadfromstring.php" class="index">QuickHashIntStringHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashintstringhash.savetofile.php" class="index">QuickHashIntStringHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashintstringhash.savetostring.php" class="index">QuickHashIntStringHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashintstringhash.set.php" class="index">QuickHashIntStringHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashintstringhash.update.php" class="index">QuickHashIntStringHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashintstringhash.construct.php" class="index">QuickHashIntStringHash::__construct</a> - Creates a new QuickHashIntStringHash object</li>
<li><a href="quickhashstringinthash.add.php" class="index">QuickHashStringIntHash::add</a> - This method adds a new entry to the hash</li>
<li><a href="quickhashstringinthash.delete.php" class="index">QuickHashStringIntHash::delete</a> - This method deletes an entry from the hash</li>
<li><a href="quickhashstringinthash.exists.php" class="index">QuickHashStringIntHash::exists</a> - This method checks whether a key is part of the hash</li>
<li><a href="quickhashstringinthash.get.php" class="index">QuickHashStringIntHash::get</a> - This method retrieves a value from the hash by its key</li>
<li><a href="quickhashstringinthash.getsize.php" class="index">QuickHashStringIntHash::getSize</a> - Returns the number of elements in the hash</li>
<li><a href="quickhashstringinthash.loadfromfile.php" class="index">QuickHashStringIntHash::loadFromFile</a> - This factory method creates a hash from a file</li>
<li><a href="quickhashstringinthash.loadfromstring.php" class="index">QuickHashStringIntHash::loadFromString</a> - This factory method creates a hash from a string</li>
<li><a href="quickhashstringinthash.savetofile.php" class="index">QuickHashStringIntHash::saveToFile</a> - This method stores an in-memory hash to disk</li>
<li><a href="quickhashstringinthash.savetostring.php" class="index">QuickHashStringIntHash::saveToString</a> - This method returns a serialized version of the hash</li>
<li><a href="quickhashstringinthash.set.php" class="index">QuickHashStringIntHash::set</a> - This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li>
<li><a href="quickhashstringinthash.update.php" class="index">QuickHashStringIntHash::update</a> - This method updates an entry in the hash with a new value</li>
<li><a href="quickhashstringinthash.construct.php" class="index">QuickHashStringIntHash::__construct</a> - Creates a new QuickHashStringIntHash object</li>
<li><a href="function.quoted-printable-decode.php" class="index">quoted_printable_decode</a> - Converte una stringa 'quoted-printable' in una stringa a 8 bit</li>
<li><a href="function.quoted-printable-encode.php" class="index">quoted_printable_encode</a> - Convert a 8 bit string to a quoted-printable string</li>
<li><a href="function.quotemeta.php" class="index">quotemeta</a> - Quota i meta caratteri</li>
</ul></li>
<li class='gen-index index-for-r'>r<ul id='refentry-index-for-r'>
<li><a href="function.rad2deg.php" class="index">rad2deg</a> - Converte un numero in radianti nell'equivalente numero in gradi</li>
<li><a href="function.radius-acct-open.php" class="index">radius_acct_open</a> - Creates a Radius handle for accounting</li>
<li><a href="function.radius-add-server.php" class="index">radius_add_server</a> - Adds a server</li>
<li><a href="function.radius-auth-open.php" class="index">radius_auth_open</a> - Creates a Radius handle for authentication</li>
<li><a href="function.radius-close.php" class="index">radius_close</a> - Frees all ressources</li>
<li><a href="function.radius-config.php" class="index">radius_config</a> - Causes the library to read the given configuration file</li>
<li><a href="function.radius-create-request.php" class="index">radius_create_request</a> - Create accounting or authentication request</li>
<li><a href="function.radius-cvt-addr.php" class="index">radius_cvt_addr</a> - Converts raw data to IP-Address</li>
<li><a href="function.radius-cvt-int.php" class="index">radius_cvt_int</a> - Converts raw data to integer</li>
<li><a href="function.radius-cvt-string.php" class="index">radius_cvt_string</a> - Converts raw data to string</li>
<li><a href="function.radius-demangle.php" class="index">radius_demangle</a> - Demangles data</li>
<li><a href="function.radius-demangle-mppe-key.php" class="index">radius_demangle_mppe_key</a> - Derives mppe-keys from mangled data</li>
<li><a href="function.radius-get-attr.php" class="index">radius_get_attr</a> - Extracts an attribute</li>
<li><a href="function.radius-get-tagged-attr-data.php" class="index">radius_get_tagged_attr_data</a> - Extracts the data from a tagged attribute</li>
<li><a href="function.radius-get-tagged-attr-tag.php" class="index">radius_get_tagged_attr_tag</a> - Extracts the tag from a tagged attribute</li>
<li><a href="function.radius-get-vendor-attr.php" class="index">radius_get_vendor_attr</a> - Extracts a vendor specific attribute</li>
<li><a href="function.radius-put-addr.php" class="index">radius_put_addr</a> - Attaches an IP address attribute</li>
<li><a href="function.radius-put-attr.php" class="index">radius_put_attr</a> - Attaches a binary attribute</li>
<li><a href="function.radius-put-int.php" class="index">radius_put_int</a> - Attaches an integer attribute</li>
<li><a href="function.radius-put-string.php" class="index">radius_put_string</a> - Attaches a string attribute</li>
<li><a href="function.radius-put-vendor-addr.php" class="index">radius_put_vendor_addr</a> - Attaches a vendor specific IP address attribute</li>
<li><a href="function.radius-put-vendor-attr.php" class="index">radius_put_vendor_attr</a> - Attaches a vendor specific binary attribute</li>
<li><a href="function.radius-put-vendor-int.php" class="index">radius_put_vendor_int</a> - Attaches a vendor specific integer attribute</li>
<li><a href="function.radius-put-vendor-string.php" class="index">radius_put_vendor_string</a> - Attaches a vendor specific string attribute</li>
<li><a href="function.radius-request-authenticator.php" class="index">radius_request_authenticator</a> - Returns the request authenticator</li>
<li><a href="function.radius-salt-encrypt-attr.php" class="index">radius_salt_encrypt_attr</a> - Salt-encrypts a value</li>
<li><a href="function.radius-send-request.php" class="index">radius_send_request</a> - Sends the request and waits for a reply</li>
<li><a href="function.radius-server-secret.php" class="index">radius_server_secret</a> - Returns the shared secret</li>
<li><a href="function.radius-strerror.php" class="index">radius_strerror</a> - Returns an error message</li>
<li><a href="function.rand.php" class="index">rand</a> - Generate a random integer</li>
<li><a href="random-engine.generate.php" class="index">Random\Engine::generate</a> - Generates randomness</li>
<li><a href="random-engine-mt19937.generate.php" class="index">Random\Engine\Mt19937::generate</a> - Generate 32 bits of randomness</li>
<li><a href="random-engine-mt19937.construct.php" class="index">Random\Engine\Mt19937::__construct</a> - Constructs a new Mt19937 engine</li>
<li><a href="random-engine-mt19937.debuginfo.php" class="index">Random\Engine\Mt19937::__debugInfo</a> - Returns the internal state of the engine</li>
<li><a href="random-engine-mt19937.serialize.php" class="index">Random\Engine\Mt19937::__serialize</a> - Serializes the Mt19937 object</li>
<li><a href="random-engine-mt19937.unserialize.php" class="index">Random\Engine\Mt19937::__unserialize</a> - Deserializes the data parameter into a Mt19937 object</li>
<li><a href="random-engine-pcgoneseq128xslrr64.generate.php" class="index">Random\Engine\PcgOneseq128XslRr64::generate</a> - Generate 64 bits of randomness</li>
<li><a href="random-engine-pcgoneseq128xslrr64.jump.php" class="index">Random\Engine\PcgOneseq128XslRr64::jump</a> - Efficiently move the engine ahead multiple steps</li>
<li><a href="random-engine-pcgoneseq128xslrr64.construct.php" class="index">Random\Engine\PcgOneseq128XslRr64::__construct</a> - Constructs a new PCG Oneseq 128 XSL RR 64 engine</li>
<li><a href="random-engine-pcgoneseq128xslrr64.debuginfo.php" class="index">Random\Engine\PcgOneseq128XslRr64::__debugInfo</a> - Returns the internal state of the engine</li>
<li><a href="random-engine-pcgoneseq128xslrr64.serialize.php" class="index">Random\Engine\PcgOneseq128XslRr64::__serialize</a> - Serializes the PcgOneseq128XslRr64 object</li>
<li><a href="random-engine-pcgoneseq128xslrr64.unserialize.php" class="index">Random\Engine\PcgOneseq128XslRr64::__unserialize</a> - Deserializes the data parameter into a PcgOneseq128XslRr64 object</li>
<li><a href="random-engine-secure.generate.php" class="index">Random\Engine\Secure::generate</a> - Generate cryptographically secure randomness</li>
<li><a href="random-engine-xoshiro256starstar.generate.php" class="index">Random\Engine\Xoshiro256StarStar::generate</a> - Generate 64 bits of randomness</li>
<li><a href="random-engine-xoshiro256starstar.jump.php" class="index">Random\Engine\Xoshiro256StarStar::jump</a> - Efficiently move the engine ahead by 2^128 steps</li>
<li><a href="random-engine-xoshiro256starstar.jumplong.php" class="index">Random\Engine\Xoshiro256StarStar::jumpLong</a> - Efficiently move the engine ahead by 2^192 steps</li>
<li><a href="random-engine-xoshiro256starstar.construct.php" class="index">Random\Engine\Xoshiro256StarStar::__construct</a> - Constructs a new xoshiro256** engine</li>
<li><a href="random-engine-xoshiro256starstar.debuginfo.php" class="index">Random\Engine\Xoshiro256StarStar::__debugInfo</a> - Returns the internal state of the engine</li>
<li><a href="random-engine-xoshiro256starstar.serialize.php" class="index">Random\Engine\Xoshiro256StarStar::__serialize</a> - Serializes the Xoshiro256StarStar object</li>
<li><a href="random-engine-xoshiro256starstar.unserialize.php" class="index">Random\Engine\Xoshiro256StarStar::__unserialize</a> - Deserializes the data parameter into a Xoshiro256StarStar object</li>
<li><a href="random-randomizer.getbytes.php" class="index">Random\Randomizer::getBytes</a> - Get random bytes</li>
<li><a href="random-randomizer.getbytesfromstring.php" class="index">Random\Randomizer::getBytesFromString</a> - Get random bytes from a source string</li>
<li><a href="random-randomizer.getfloat.php" class="index">Random\Randomizer::getFloat</a> - Get a uniformly selected float</li>
<li><a href="random-randomizer.getint.php" class="index">Random\Randomizer::getInt</a> - Get a uniformly selected integer</li>
<li><a href="random-randomizer.nextfloat.php" class="index">Random\Randomizer::nextFloat</a> - Get a float from the right-open interval [0.0, 1.0)</li>
<li><a href="random-randomizer.nextint.php" class="index">Random\Randomizer::nextInt</a> - Get a positive integer</li>
<li><a href="random-randomizer.pickarraykeys.php" class="index">Random\Randomizer::pickArrayKeys</a> - Select random array keys</li>
<li><a href="random-randomizer.shufflearray.php" class="index">Random\Randomizer::shuffleArray</a> - Get a permutation of an array</li>
<li><a href="random-randomizer.shufflebytes.php" class="index">Random\Randomizer::shuffleBytes</a> - Get a byte-wise permutation of a string</li>
<li><a href="random-randomizer.construct.php" class="index">Random\Randomizer::__construct</a> - Constructs a new Randomizer</li>
<li><a href="random-randomizer.serialize.php" class="index">Random\Randomizer::__serialize</a> - Serializes the Randomizer object</li>
<li><a href="random-randomizer.unserialize.php" class="index">Random\Randomizer::__unserialize</a> - Deserializes the data parameter into a Randomizer object</li>
<li><a href="function.random-bytes.php" class="index">random_bytes</a> - Get cryptographically secure random bytes</li>
<li><a href="function.random-int.php" class="index">random_int</a> - Get a cryptographically secure, uniformly selected integer</li>
<li><a href="function.range.php" class="index">range</a> - Crea un array contenente una serie di elementi</li>
<li><a href="rararchive.close.php" class="index">RarArchive::close</a> - Close RAR archive and free all resources</li>
<li><a href="rararchive.getcomment.php" class="index">RarArchive::getComment</a> - Get comment text from the RAR archive</li>
<li><a href="rararchive.getentries.php" class="index">RarArchive::getEntries</a> - Get full list of entries from the RAR archive</li>
<li><a href="rararchive.getentry.php" class="index">RarArchive::getEntry</a> - Get entry object from the RAR archive</li>
<li><a href="rararchive.isbroken.php" class="index">RarArchive::isBroken</a> - Test whether an archive is broken (incomplete)</li>
<li><a href="rararchive.issolid.php" class="index">RarArchive::isSolid</a> - Check whether the RAR archive is solid</li>
<li><a href="rararchive.open.php" class="index">RarArchive::open</a> - Open RAR archive</li>
<li><a href="rararchive.setallowbroken.php" class="index">RarArchive::setAllowBroken</a> - Whether opening broken archives is allowed</li>
<li><a href="rararchive.tostring.php" class="index">RarArchive::__toString</a> - Get text representation</li>
<li><a href="rarentry.extract.php" class="index">RarEntry::extract</a> - Extract entry from the archive</li>
<li><a href="rarentry.getattr.php" class="index">RarEntry::getAttr</a> - Get attributes of the entry</li>
<li><a href="rarentry.getcrc.php" class="index">RarEntry::getCrc</a> - Get CRC of the entry</li>
<li><a href="rarentry.getfiletime.php" class="index">RarEntry::getFileTime</a> - Get entry last modification time</li>
<li><a href="rarentry.gethostos.php" class="index">RarEntry::getHostOs</a> - Get entry host OS</li>
<li><a href="rarentry.getmethod.php" class="index">RarEntry::getMethod</a> - Get pack method of the entry</li>
<li><a href="rarentry.getname.php" class="index">RarEntry::getName</a> - Get name of the entry</li>
<li><a href="rarentry.getpackedsize.php" class="index">RarEntry::getPackedSize</a> - Get packed size of the entry</li>
<li><a href="rarentry.getstream.php" class="index">RarEntry::getStream</a> - Get file handler for entry</li>
<li><a href="rarentry.getunpackedsize.php" class="index">RarEntry::getUnpackedSize</a> - Get unpacked size of the entry</li>
<li><a href="rarentry.getversion.php" class="index">RarEntry::getVersion</a> - Get minimum version of RAR program required to unpack the entry</li>
<li><a href="rarentry.isdirectory.php" class="index">RarEntry::isDirectory</a> - Test whether an entry represents a directory</li>
<li><a href="rarentry.isencrypted.php" class="index">RarEntry::isEncrypted</a> - Test whether an entry is encrypted</li>
<li><a href="rarentry.tostring.php" class="index">RarEntry::__toString</a> - Get text representation of entry</li>
<li><a href="rarexception.isusingexceptions.php" class="index">RarException::isUsingExceptions</a> - Check whether error handling with exceptions is in use</li>
<li><a href="rarexception.setusingexceptions.php" class="index">RarException::setUsingExceptions</a> - Activate and deactivate error handling with exceptions</li>
<li><a href="function.rar-wrapper-cache-stats.php" class="index">rar_wrapper_cache_stats</a> - Cache hits and misses for the URL wrapper</li>
<li><a href="function.rawurldecode.php" class="index">rawurldecode</a> - Decode URL-encoded strings</li>
<li><a href="function.rawurlencode.php" class="index">rawurlencode</a> - URL-encode according to RFC 3986</li>
<li><a href="function.readdir.php" class="index">readdir</a> - Legge una voce dall'handle della directory</li>
<li><a href="function.readfile.php" class="index">readfile</a> - Invia un file</li>
<li><a href="function.readgzfile.php" class="index">readgzfile</a> - Output a gz-file</li>
<li><a href="function.readline.php" class="index">readline</a> - Reads a line</li>
<li><a href="function.readline-add-history.php" class="index">readline_add_history</a> - Adds a line to the history</li>
<li><a href="function.readline-callback-handler-install.php" class="index">readline_callback_handler_install</a> - Initializes the readline callback interface and terminal, prints the prompt and returns immediately</li>
<li><a href="function.readline-callback-handler-remove.php" class="index">readline_callback_handler_remove</a> - Removes a previously installed callback handler and restores terminal settings</li>
<li><a href="function.readline-callback-read-char.php" class="index">readline_callback_read_char</a> - Reads a character and informs the readline callback interface when a line is received</li>
<li><a href="function.readline-clear-history.php" class="index">readline_clear_history</a> - Clears the history</li>
<li><a href="function.readline-completion-function.php" class="index">readline_completion_function</a> - Registers a completion function</li>
<li><a href="function.readline-info.php" class="index">readline_info</a> - Gets/sets various internal readline variables</li>
<li><a href="function.readline-list-history.php" class="index">readline_list_history</a> - Lists the history</li>
<li><a href="function.readline-on-new-line.php" class="index">readline_on_new_line</a> - Inform readline that the cursor has moved to a new line</li>
<li><a href="function.readline-read-history.php" class="index">readline_read_history</a> - Reads the history</li>
<li><a href="function.readline-redisplay.php" class="index">readline_redisplay</a> - Redraws the display</li>
<li><a href="function.readline-write-history.php" class="index">readline_write_history</a> - Writes the history</li>
<li><a href="function.readlink.php" class="index">readlink</a> - Restituisce il target di un link simbolico</li>
<li><a href="function.read-exif-data.php" class="index">read_exif_data</a> - Alias di exif_read_data</li>
<li><a href="function.realpath.php" class="index">realpath</a> - Restituisce un percorso assoluto regolare</li>
<li><a href="function.realpath-cache-get.php" class="index">realpath_cache_get</a> - Get realpath cache entries</li>
<li><a href="function.realpath-cache-size.php" class="index">realpath_cache_size</a> - Get realpath cache size</li>
<li><a href="function.recode.php" class="index">recode</a> - Alias di recode_string</li>
<li><a href="function.recode-file.php" class="index">recode_file</a> - Recode from file to file according to recode request</li>
<li><a href="function.recode-string.php" class="index">recode_string</a> - Recode a string according to a recode request</li>
<li><a href="recursivearrayiterator.getchildren.php" class="index">RecursiveArrayIterator::getChildren</a> - Returns an iterator for the current entry if it is an array or an object</li>
<li><a href="recursivearrayiterator.haschildren.php" class="index">RecursiveArrayIterator::hasChildren</a> - Returns whether current entry is an array or an object</li>
<li><a href="recursivecachingiterator.getchildren.php" class="index">RecursiveCachingIterator::getChildren</a> - Return the inner iterator's children as a RecursiveCachingIterator</li>
<li><a href="recursivecachingiterator.haschildren.php" class="index">RecursiveCachingIterator::hasChildren</a> - Check whether the current element of the inner iterator has children</li>
<li><a href="recursivecachingiterator.construct.php" class="index">RecursiveCachingIterator::__construct</a> - Construct</li>
<li><a href="recursivecallbackfilteriterator.getchildren.php" class="index">RecursiveCallbackFilterIterator::getChildren</a> - Return the inner iterator's children contained in a RecursiveCallbackFilterIterator</li>
<li><a href="recursivecallbackfilteriterator.haschildren.php" class="index">RecursiveCallbackFilterIterator::hasChildren</a> - Check whether the inner iterator's current element has children</li>
<li><a href="recursivecallbackfilteriterator.construct.php" class="index">RecursiveCallbackFilterIterator::__construct</a> - Create a RecursiveCallbackFilterIterator from a RecursiveIterator</li>
<li><a href="recursivedirectoryiterator.getchildren.php" class="index">RecursiveDirectoryIterator::getChildren</a> - Returns an iterator for the current entry if it is a directory</li>
<li><a href="recursivedirectoryiterator.getsubpath.php" class="index">RecursiveDirectoryIterator::getSubPath</a> - Get sub path</li>
<li><a href="recursivedirectoryiterator.getsubpathname.php" class="index">RecursiveDirectoryIterator::getSubPathname</a> - Get sub path and name</li>
<li><a href="recursivedirectoryiterator.haschildren.php" class="index">RecursiveDirectoryIterator::hasChildren</a> - Returns whether current entry is a directory and not '.' or '..'</li>
<li><a href="recursivedirectoryiterator.key.php" class="index">RecursiveDirectoryIterator::key</a> - Return path and filename of current dir entry</li>
<li><a href="recursivedirectoryiterator.next.php" class="index">RecursiveDirectoryIterator::next</a> - Move to next entry</li>
<li><a href="recursivedirectoryiterator.rewind.php" class="index">RecursiveDirectoryIterator::rewind</a> - Rewind dir back to the start</li>
<li><a href="recursivedirectoryiterator.construct.php" class="index">RecursiveDirectoryIterator::__construct</a> - Constructs a RecursiveDirectoryIterator</li>
<li><a href="recursivefilteriterator.getchildren.php" class="index">RecursiveFilterIterator::getChildren</a> - Return the inner iterator's children contained in a RecursiveFilterIterator</li>
<li><a href="recursivefilteriterator.haschildren.php" class="index">RecursiveFilterIterator::hasChildren</a> - Check whether the inner iterator's current element has children</li>
<li><a href="recursivefilteriterator.construct.php" class="index">RecursiveFilterIterator::__construct</a> - Create a RecursiveFilterIterator from a RecursiveIterator</li>
<li><a href="recursiveiterator.getchildren.php" class="index">RecursiveIterator::getChildren</a> - Returns an iterator for the current entry</li>
<li><a href="recursiveiterator.haschildren.php" class="index">RecursiveIterator::hasChildren</a> - Returns if an iterator can be created for the current entry</li>
<li><a href="recursiveiteratoriterator.beginchildren.php" class="index">RecursiveIteratorIterator::beginChildren</a> - Begin children</li>
<li><a href="recursiveiteratoriterator.beginiteration.php" class="index">RecursiveIteratorIterator::beginIteration</a> - Begin Iteration</li>
<li><a href="recursiveiteratoriterator.callgetchildren.php" class="index">RecursiveIteratorIterator::callGetChildren</a> - Get children</li>
<li><a href="recursiveiteratoriterator.callhaschildren.php" class="index">RecursiveIteratorIterator::callHasChildren</a> - Has children</li>
<li><a href="recursiveiteratoriterator.current.php" class="index">RecursiveIteratorIterator::current</a> - Access the current element value</li>
<li><a href="recursiveiteratoriterator.endchildren.php" class="index">RecursiveIteratorIterator::endChildren</a> - End children</li>
<li><a href="recursiveiteratoriterator.enditeration.php" class="index">RecursiveIteratorIterator::endIteration</a> - End Iteration</li>
<li><a href="recursiveiteratoriterator.getdepth.php" class="index">RecursiveIteratorIterator::getDepth</a> - Get the current depth of the recursive iteration</li>
<li><a href="recursiveiteratoriterator.getinneriterator.php" class="index">RecursiveIteratorIterator::getInnerIterator</a> - Get inner iterator</li>
<li><a href="recursiveiteratoriterator.getmaxdepth.php" class="index">RecursiveIteratorIterator::getMaxDepth</a> - Get max depth</li>
<li><a href="recursiveiteratoriterator.getsubiterator.php" class="index">RecursiveIteratorIterator::getSubIterator</a> - The current active sub iterator</li>
<li><a href="recursiveiteratoriterator.key.php" class="index">RecursiveIteratorIterator::key</a> - Access the current key</li>
<li><a href="recursiveiteratoriterator.next.php" class="index">RecursiveIteratorIterator::next</a> - Move forward to the next element</li>
<li><a href="recursiveiteratoriterator.nextelement.php" class="index">RecursiveIteratorIterator::nextElement</a> - Next element</li>
<li><a href="recursiveiteratoriterator.rewind.php" class="index">RecursiveIteratorIterator::rewind</a> - Rewind the iterator to the first element of the top level inner iterator</li>
<li><a href="recursiveiteratoriterator.setmaxdepth.php" class="index">RecursiveIteratorIterator::setMaxDepth</a> - Set max depth</li>
<li><a href="recursiveiteratoriterator.valid.php" class="index">RecursiveIteratorIterator::valid</a> - Check whether the current position is valid</li>
<li><a href="recursiveiteratoriterator.construct.php" class="index">RecursiveIteratorIterator::__construct</a> - Construct a RecursiveIteratorIterator</li>
<li><a href="recursiveregexiterator.getchildren.php" class="index">RecursiveRegexIterator::getChildren</a> - Returns an iterator for the current entry</li>
<li><a href="recursiveregexiterator.haschildren.php" class="index">RecursiveRegexIterator::hasChildren</a> - Returns whether an iterator can be obtained for the current entry</li>
<li><a href="recursiveregexiterator.construct.php" class="index">RecursiveRegexIterator::__construct</a> - Creates a new RecursiveRegexIterator</li>
<li><a href="recursivetreeiterator.beginchildren.php" class="index">RecursiveTreeIterator::beginChildren</a> - Begin children</li>
<li><a href="recursivetreeiterator.beginiteration.php" class="index">RecursiveTreeIterator::beginIteration</a> - Begin iteration</li>
<li><a href="recursivetreeiterator.callgetchildren.php" class="index">RecursiveTreeIterator::callGetChildren</a> - Get children</li>
<li><a href="recursivetreeiterator.callhaschildren.php" class="index">RecursiveTreeIterator::callHasChildren</a> - Has children</li>
<li><a href="recursivetreeiterator.current.php" class="index">RecursiveTreeIterator::current</a> - Get current element</li>
<li><a href="recursivetreeiterator.endchildren.php" class="index">RecursiveTreeIterator::endChildren</a> - End children</li>
<li><a href="recursivetreeiterator.enditeration.php" class="index">RecursiveTreeIterator::endIteration</a> - End iteration</li>
<li><a href="recursivetreeiterator.getentry.php" class="index">RecursiveTreeIterator::getEntry</a> - Get current entry</li>
<li><a href="recursivetreeiterator.getpostfix.php" class="index">RecursiveTreeIterator::getPostfix</a> - Get the postfix</li>
<li><a href="recursivetreeiterator.getprefix.php" class="index">RecursiveTreeIterator::getPrefix</a> - Get the prefix</li>
<li><a href="recursivetreeiterator.key.php" class="index">RecursiveTreeIterator::key</a> - Get the key of the current element</li>
<li><a href="recursivetreeiterator.next.php" class="index">RecursiveTreeIterator::next</a> - Move to next element</li>
<li><a href="recursivetreeiterator.nextelement.php" class="index">RecursiveTreeIterator::nextElement</a> - Next element</li>
<li><a href="recursivetreeiterator.rewind.php" class="index">RecursiveTreeIterator::rewind</a> - Rewind iterator</li>
<li><a href="recursivetreeiterator.setpostfix.php" class="index">RecursiveTreeIterator::setPostfix</a> - Set postfix</li>
<li><a href="recursivetreeiterator.setprefixpart.php" class="index">RecursiveTreeIterator::setPrefixPart</a> - Set a part of the prefix</li>
<li><a href="recursivetreeiterator.valid.php" class="index">RecursiveTreeIterator::valid</a> - Check validity</li>
<li><a href="recursivetreeiterator.construct.php" class="index">RecursiveTreeIterator::__construct</a> - Construct a RecursiveTreeIterator</li>
<li><a href="reflection.export.php" class="index">Reflection::export</a> - Exports</li>
<li><a href="reflection.getmodifiernames.php" class="index">Reflection::getModifierNames</a> - Gets modifier names</li>
<li><a href="reflectionattribute.getarguments.php" class="index">ReflectionAttribute::getArguments</a> - Gets arguments passed to attribute</li>
<li><a href="reflectionattribute.getname.php" class="index">ReflectionAttribute::getName</a> - Gets attribute name</li>
<li><a href="reflectionattribute.gettarget.php" class="index">ReflectionAttribute::getTarget</a> - Returns the target of the attribute as bitmask</li>
<li><a href="reflectionattribute.isrepeated.php" class="index">ReflectionAttribute::isRepeated</a> - Returns whether the attribute of this name has been repeated on a code element</li>
<li><a href="reflectionattribute.newinstance.php" class="index">ReflectionAttribute::newInstance</a> - Instantiates the attribute class represented by this ReflectionAttribute class and arguments</li>
<li><a href="reflectionattribute.construct.php" class="index">ReflectionAttribute::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="reflectionclass.export.php" class="index">ReflectionClass::export</a> - Exports a class</li>
<li><a href="reflectionclass.getattributes.php" class="index">ReflectionClass::getAttributes</a> - Gets Attributes</li>
<li><a href="reflectionclass.getconstant.php" class="index">ReflectionClass::getConstant</a> - Gets defined constant</li>
<li><a href="reflectionclass.getconstants.php" class="index">ReflectionClass::getConstants</a> - Gets constants</li>
<li><a href="reflectionclass.getconstructor.php" class="index">ReflectionClass::getConstructor</a> - Gets the constructor of the class</li>
<li><a href="reflectionclass.getdefaultproperties.php" class="index">ReflectionClass::getDefaultProperties</a> - Gets default properties</li>
<li><a href="reflectionclass.getdoccomment.php" class="index">ReflectionClass::getDocComment</a> - Gets doc comments</li>
<li><a href="reflectionclass.getendline.php" class="index">ReflectionClass::getEndLine</a> - Gets end line</li>
<li><a href="reflectionclass.getextension.php" class="index">ReflectionClass::getExtension</a> - Gets a ReflectionExtension object for the extension which defined the class</li>
<li><a href="reflectionclass.getextensionname.php" class="index">ReflectionClass::getExtensionName</a> - Gets the name of the extension which defined the class</li>
<li><a href="reflectionclass.getfilename.php" class="index">ReflectionClass::getFileName</a> - Gets the filename of the file in which the class has been defined</li>
<li><a href="reflectionclass.getinterfacenames.php" class="index">ReflectionClass::getInterfaceNames</a> - Gets the interface names</li>
<li><a href="reflectionclass.getinterfaces.php" class="index">ReflectionClass::getInterfaces</a> - Gets the interfaces</li>
<li><a href="reflectionclass.getlazyinitializer.php" class="index">ReflectionClass::getLazyInitializer</a> - Gets lazy initializer</li>
<li><a href="reflectionclass.getmethod.php" class="index">ReflectionClass::getMethod</a> - Gets a ReflectionMethod for a class method</li>
<li><a href="reflectionclass.getmethods.php" class="index">ReflectionClass::getMethods</a> - Gets an array of methods</li>
<li><a href="reflectionclass.getmodifiers.php" class="index">ReflectionClass::getModifiers</a> - Gets the class modifiers</li>
<li><a href="reflectionclass.getname.php" class="index">ReflectionClass::getName</a> - Gets class name</li>
<li><a href="reflectionclass.getnamespacename.php" class="index">ReflectionClass::getNamespaceName</a> - Gets namespace name</li>
<li><a href="reflectionclass.getparentclass.php" class="index">ReflectionClass::getParentClass</a> - Gets parent class</li>
<li><a href="reflectionclass.getproperties.php" class="index">ReflectionClass::getProperties</a> - Gets properties</li>
<li><a href="reflectionclass.getproperty.php" class="index">ReflectionClass::getProperty</a> - Gets a ReflectionProperty for a class's property</li>
<li><a href="reflectionclass.getreflectionconstant.php" class="index">ReflectionClass::getReflectionConstant</a> - Gets a ReflectionClassConstant for a class's constant</li>
<li><a href="reflectionclass.getreflectionconstants.php" class="index">ReflectionClass::getReflectionConstants</a> - Gets class constants</li>
<li><a href="reflectionclass.getshortname.php" class="index">ReflectionClass::getShortName</a> - Gets short name</li>
<li><a href="reflectionclass.getstartline.php" class="index">ReflectionClass::getStartLine</a> - Gets starting line number</li>
<li><a href="reflectionclass.getstaticproperties.php" class="index">ReflectionClass::getStaticProperties</a> - Gets static properties</li>
<li><a href="reflectionclass.getstaticpropertyvalue.php" class="index">ReflectionClass::getStaticPropertyValue</a> - Gets static property value</li>
<li><a href="reflectionclass.gettraitaliases.php" class="index">ReflectionClass::getTraitAliases</a> - Returns an array of trait aliases</li>
<li><a href="reflectionclass.gettraitnames.php" class="index">ReflectionClass::getTraitNames</a> - Returns an array of names of traits used by this class</li>
<li><a href="reflectionclass.gettraits.php" class="index">ReflectionClass::getTraits</a> - Returns an array of traits used by this class</li>
<li><a href="reflectionclass.hasconstant.php" class="index">ReflectionClass::hasConstant</a> - Checks if constant is defined</li>
<li><a href="reflectionclass.hasmethod.php" class="index">ReflectionClass::hasMethod</a> - Checks if method is defined</li>
<li><a href="reflectionclass.hasproperty.php" class="index">ReflectionClass::hasProperty</a> - Checks if property is defined</li>
<li><a href="reflectionclass.implementsinterface.php" class="index">ReflectionClass::implementsInterface</a> - Implements interface</li>
<li><a href="reflectionclass.initializelazyobject.php" class="index">ReflectionClass::initializeLazyObject</a> - Forces initialization of a lazy object</li>
<li><a href="reflectionclass.innamespace.php" class="index">ReflectionClass::inNamespace</a> - Checks if in namespace</li>
<li><a href="reflectionclass.isabstract.php" class="index">ReflectionClass::isAbstract</a> - Checks if class is abstract</li>
<li><a href="reflectionclass.isanonymous.php" class="index">ReflectionClass::isAnonymous</a> - Checks if class is anonymous</li>
<li><a href="reflectionclass.iscloneable.php" class="index">ReflectionClass::isCloneable</a> - Returns whether this class is cloneable</li>
<li><a href="reflectionclass.isenum.php" class="index">ReflectionClass::isEnum</a> - Returns whether this is an enum</li>
<li><a href="reflectionclass.isfinal.php" class="index">ReflectionClass::isFinal</a> - Checks if class is final</li>
<li><a href="reflectionclass.isinstance.php" class="index">ReflectionClass::isInstance</a> - Checks class for instance</li>
<li><a href="reflectionclass.isinstantiable.php" class="index">ReflectionClass::isInstantiable</a> - Checks if the class is instantiable</li>
<li><a href="reflectionclass.isinterface.php" class="index">ReflectionClass::isInterface</a> - Checks if the class is an interface</li>
<li><a href="reflectionclass.isinternal.php" class="index">ReflectionClass::isInternal</a> - Checks if class is defined internally by an extension, or the core</li>
<li><a href="reflectionclass.isiterable.php" class="index">ReflectionClass::isIterable</a> - Check whether this class is iterable</li>
<li><a href="reflectionclass.isiterateable.php" class="index">ReflectionClass::isIterateable</a> - Alias di ReflectionClass::isIterable</li>
<li><a href="reflectionclass.isreadonly.php" class="index">ReflectionClass::isReadOnly</a> - Checks if class is readonly</li>
<li><a href="reflectionclass.issubclassof.php" class="index">ReflectionClass::isSubclassOf</a> - Checks if a subclass</li>
<li><a href="reflectionclass.istrait.php" class="index">ReflectionClass::isTrait</a> - Returns whether this is a trait</li>
<li><a href="reflectionclass.isuninitializedlazyobject.php" class="index">ReflectionClass::isUninitializedLazyObject</a> - Checks if an object is lazy and uninitialized</li>
<li><a href="reflectionclass.isuserdefined.php" class="index">ReflectionClass::isUserDefined</a> - Checks if user defined</li>
<li><a href="reflectionclass.marklazyobjectasinitialized.php" class="index">ReflectionClass::markLazyObjectAsInitialized</a> - Marks a lazy object as initialized without calling the initializer or factory</li>
<li><a href="reflectionclass.newinstance.php" class="index">ReflectionClass::newInstance</a> - Creates a new class instance from given arguments</li>
<li><a href="reflectionclass.newinstanceargs.php" class="index">ReflectionClass::newInstanceArgs</a> - Creates a new class instance from given arguments</li>
<li><a href="reflectionclass.newinstancewithoutconstructor.php" class="index">ReflectionClass::newInstanceWithoutConstructor</a> - Creates a new class instance without invoking the constructor</li>
<li><a href="reflectionclass.newlazyghost.php" class="index">ReflectionClass::newLazyGhost</a> - Creates a new lazy ghost instance</li>
<li><a href="reflectionclass.newlazyproxy.php" class="index">ReflectionClass::newLazyProxy</a> - Creates a new lazy proxy instance</li>
<li><a href="reflectionclass.resetaslazyghost.php" class="index">ReflectionClass::resetAsLazyGhost</a> - Resets an object and marks it as lazy</li>
<li><a href="reflectionclass.resetaslazyproxy.php" class="index">ReflectionClass::resetAsLazyProxy</a> - Resets an object and marks it as lazy</li>
<li><a href="reflectionclass.setstaticpropertyvalue.php" class="index">ReflectionClass::setStaticPropertyValue</a> - Sets public static property value</li>
<li><a href="reflectionclass.construct.php" class="index">ReflectionClass::__construct</a> - Constructs a ReflectionClass</li>
<li><a href="reflectionclass.tostring.php" class="index">ReflectionClass::__toString</a> - Returns the string representation of the ReflectionClass object</li>
<li><a href="reflectionclassconstant.export.php" class="index">ReflectionClassConstant::export</a> - Export</li>
<li><a href="reflectionclassconstant.getattributes.php" class="index">ReflectionClassConstant::getAttributes</a> - Gets Attributes</li>
<li><a href="reflectionclassconstant.getdeclaringclass.php" class="index">ReflectionClassConstant::getDeclaringClass</a> - Gets declaring class</li>
<li><a href="reflectionclassconstant.getdoccomment.php" class="index">ReflectionClassConstant::getDocComment</a> - Gets doc comments</li>
<li><a href="reflectionclassconstant.getmodifiers.php" class="index">ReflectionClassConstant::getModifiers</a> - Gets the class constant modifiers</li>
<li><a href="reflectionclassconstant.getname.php" class="index">ReflectionClassConstant::getName</a> - Get name of the constant</li>
<li><a href="reflectionclassconstant.gettype.php" class="index">ReflectionClassConstant::getType</a> - Gets a class constant's type</li>
<li><a href="reflectionclassconstant.getvalue.php" class="index">ReflectionClassConstant::getValue</a> - Gets value</li>
<li><a href="reflectionclassconstant.hastype.php" class="index">ReflectionClassConstant::hasType</a> - Checks if class constant has a type</li>
<li><a href="reflectionclassconstant.isdeprecated.php" class="index">ReflectionClassConstant::isDeprecated</a> - Checks if deprecated</li>
<li><a href="reflectionclassconstant.isenumcase.php" class="index">ReflectionClassConstant::isEnumCase</a> - Checks if class constant is an Enum case</li>
<li><a href="reflectionclassconstant.isfinal.php" class="index">ReflectionClassConstant::isFinal</a> - Checks if class constant is final</li>
<li><a href="reflectionclassconstant.isprivate.php" class="index">ReflectionClassConstant::isPrivate</a> - Checks if class constant is private</li>
<li><a href="reflectionclassconstant.isprotected.php" class="index">ReflectionClassConstant::isProtected</a> - Checks if class constant is protected</li>
<li><a href="reflectionclassconstant.ispublic.php" class="index">ReflectionClassConstant::isPublic</a> - Checks if class constant is public</li>
<li><a href="reflectionclassconstant.construct.php" class="index">ReflectionClassConstant::__construct</a> - Constructs a ReflectionClassConstant</li>
<li><a href="reflectionclassconstant.tostring.php" class="index">ReflectionClassConstant::__toString</a> - Returns the string representation of the ReflectionClassConstant object</li>
<li><a href="reflectionconstant.getextension.php" class="index">ReflectionConstant::getExtension</a> - Gets ReflectionExtension of the defining extension</li>
<li><a href="reflectionconstant.getextensionname.php" class="index">ReflectionConstant::getExtensionName</a> - Gets name of the defining extension</li>
<li><a href="reflectionconstant.getfilename.php" class="index">ReflectionConstant::getFileName</a> - Gets name of the defining file</li>
<li><a href="reflectionconstant.getname.php" class="index">ReflectionConstant::getName</a> - Gets name</li>
<li><a href="reflectionconstant.getnamespacename.php" class="index">ReflectionConstant::getNamespaceName</a> - Gets namespace name</li>
<li><a href="reflectionconstant.getshortname.php" class="index">ReflectionConstant::getShortName</a> - Gets short name</li>
<li><a href="reflectionconstant.getvalue.php" class="index">ReflectionConstant::getValue</a> - Gets value</li>
<li><a href="reflectionconstant.isdeprecated.php" class="index">ReflectionConstant::isDeprecated</a> - Checks if deprecated</li>
<li><a href="reflectionconstant.construct.php" class="index">ReflectionConstant::__construct</a> - Constructs a ReflectionConstant</li>
<li><a href="reflectionconstant.tostring.php" class="index">ReflectionConstant::__toString</a> - Returns string representation</li>
<li><a href="reflectionenum.getbackingtype.php" class="index">ReflectionEnum::getBackingType</a> - Gets the backing type of an Enum, if any</li>
<li><a href="reflectionenum.getcase.php" class="index">ReflectionEnum::getCase</a> - Returns a specific case of an Enum</li>
<li><a href="reflectionenum.getcases.php" class="index">ReflectionEnum::getCases</a> - Returns a list of all cases on an Enum</li>
<li><a href="reflectionenum.hascase.php" class="index">ReflectionEnum::hasCase</a> - Checks for a case on an Enum</li>
<li><a href="reflectionenum.isbacked.php" class="index">ReflectionEnum::isBacked</a> - Determines if an Enum is a Backed Enum</li>
<li><a href="reflectionenum.construct.php" class="index">ReflectionEnum::__construct</a> - Instantiates a ReflectionEnum object</li>
<li><a href="reflectionenumbackedcase.getbackingvalue.php" class="index">ReflectionEnumBackedCase::getBackingValue</a> - Gets the scalar value backing this Enum case</li>
<li><a href="reflectionenumbackedcase.construct.php" class="index">ReflectionEnumBackedCase::__construct</a> - Instantiates a ReflectionEnumBackedCase object</li>
<li><a href="reflectionenumunitcase.getenum.php" class="index">ReflectionEnumUnitCase::getEnum</a> - Gets the reflection of the enum of this case</li>
<li><a href="reflectionenumunitcase.getvalue.php" class="index">ReflectionEnumUnitCase::getValue</a> - Gets the enum case object described by this reflection object</li>
<li><a href="reflectionenumunitcase.construct.php" class="index">ReflectionEnumUnitCase::__construct</a> - Instantiates a ReflectionEnumUnitCase object</li>
<li><a href="reflectionextension.export.php" class="index">ReflectionExtension::export</a> - Export</li>
<li><a href="reflectionextension.getclasses.php" class="index">ReflectionExtension::getClasses</a> - Gets classes</li>
<li><a href="reflectionextension.getclassnames.php" class="index">ReflectionExtension::getClassNames</a> - Gets class names</li>
<li><a href="reflectionextension.getconstants.php" class="index">ReflectionExtension::getConstants</a> - Gets constants</li>
<li><a href="reflectionextension.getdependencies.php" class="index">ReflectionExtension::getDependencies</a> - Gets dependencies</li>
<li><a href="reflectionextension.getfunctions.php" class="index">ReflectionExtension::getFunctions</a> - Gets extension functions</li>
<li><a href="reflectionextension.getinientries.php" class="index">ReflectionExtension::getINIEntries</a> - Gets extension ini entries</li>
<li><a href="reflectionextension.getname.php" class="index">ReflectionExtension::getName</a> - Gets extension name</li>
<li><a href="reflectionextension.getversion.php" class="index">ReflectionExtension::getVersion</a> - Gets extension version</li>
<li><a href="reflectionextension.info.php" class="index">ReflectionExtension::info</a> - Print extension info</li>
<li><a href="reflectionextension.ispersistent.php" class="index">ReflectionExtension::isPersistent</a> - Returns whether this extension is persistent</li>
<li><a href="reflectionextension.istemporary.php" class="index">ReflectionExtension::isTemporary</a> - Returns whether this extension is temporary</li>
<li><a href="reflectionextension.clone.php" class="index">ReflectionExtension::__clone</a> - Clones</li>
<li><a href="reflectionextension.construct.php" class="index">ReflectionExtension::__construct</a> - Constructs a ReflectionExtension</li>
<li><a href="reflectionextension.tostring.php" class="index">ReflectionExtension::__toString</a> - To string</li>
<li><a href="reflectionfiber.getcallable.php" class="index">ReflectionFiber::getCallable</a> - Gets the callable used to create the Fiber</li>
<li><a href="reflectionfiber.getexecutingfile.php" class="index">ReflectionFiber::getExecutingFile</a> - Get the file name of the current execution point</li>
<li><a href="reflectionfiber.getexecutingline.php" class="index">ReflectionFiber::getExecutingLine</a> - Get the line number of the current execution point</li>
<li><a href="reflectionfiber.getfiber.php" class="index">ReflectionFiber::getFiber</a> - Get the reflected Fiber instance</li>
<li><a href="reflectionfiber.gettrace.php" class="index">ReflectionFiber::getTrace</a> - Get the backtrace of the current execution point</li>
<li><a href="reflectionfiber.construct.php" class="index">ReflectionFiber::__construct</a> - Constructs a ReflectionFiber object</li>
<li><a href="reflectionfunction.export.php" class="index">ReflectionFunction::export</a> - Exports function</li>
<li><a href="reflectionfunction.getclosure.php" class="index">ReflectionFunction::getClosure</a> - Returns a dynamically created closure for the function</li>
<li><a href="reflectionfunction.invoke.php" class="index">ReflectionFunction::invoke</a> - Invokes function</li>
<li><a href="reflectionfunction.invokeargs.php" class="index">ReflectionFunction::invokeArgs</a> - Invokes function args</li>
<li><a href="reflectionfunction.isanonymous.php" class="index">ReflectionFunction::isAnonymous</a> - Checks if a function is anonymous</li>
<li><a href="reflectionfunction.isdisabled.php" class="index">ReflectionFunction::isDisabled</a> - Checks if function is disabled</li>
<li><a href="reflectionfunction.construct.php" class="index">ReflectionFunction::__construct</a> - Constructs a ReflectionFunction object</li>
<li><a href="reflectionfunction.tostring.php" class="index">ReflectionFunction::__toString</a> - Returns the string representation of the ReflectionFunction object</li>
<li><a href="reflectionfunctionabstract.getattributes.php" class="index">ReflectionFunctionAbstract::getAttributes</a> - Gets Attributes</li>
<li><a href="reflectionfunctionabstract.getclosurecalledclass.php" class="index">ReflectionFunctionAbstract::getClosureCalledClass</a> - Returns the class corresponding to static:: inside a closure</li>
<li><a href="reflectionfunctionabstract.getclosurescopeclass.php" class="index">ReflectionFunctionAbstract::getClosureScopeClass</a> - Returns the class corresponding to the scope inside a closure</li>
<li><a href="reflectionfunctionabstract.getclosurethis.php" class="index">ReflectionFunctionAbstract::getClosureThis</a> - Returns the object which corresponds to $this inside a closure</li>
<li><a href="reflectionfunctionabstract.getclosureusedvariables.php" class="index">ReflectionFunctionAbstract::getClosureUsedVariables</a> - Returns an array of the used variables in the Closure</li>
<li><a href="reflectionfunctionabstract.getdoccomment.php" class="index">ReflectionFunctionAbstract::getDocComment</a> - Gets doc comment</li>
<li><a href="reflectionfunctionabstract.getendline.php" class="index">ReflectionFunctionAbstract::getEndLine</a> - Gets end line number</li>
<li><a href="reflectionfunctionabstract.getextension.php" class="index">ReflectionFunctionAbstract::getExtension</a> - Gets extension info</li>
<li><a href="reflectionfunctionabstract.getextensionname.php" class="index">ReflectionFunctionAbstract::getExtensionName</a> - Gets extension name</li>
<li><a href="reflectionfunctionabstract.getfilename.php" class="index">ReflectionFunctionAbstract::getFileName</a> - Gets file name</li>
<li><a href="reflectionfunctionabstract.getname.php" class="index">ReflectionFunctionAbstract::getName</a> - Gets function name</li>
<li><a href="reflectionfunctionabstract.getnamespacename.php" class="index">ReflectionFunctionAbstract::getNamespaceName</a> - Gets namespace name</li>
<li><a href="reflectionfunctionabstract.getnumberofparameters.php" class="index">ReflectionFunctionAbstract::getNumberOfParameters</a> - Gets number of parameters</li>
<li><a href="reflectionfunctionabstract.getnumberofrequiredparameters.php" class="index">ReflectionFunctionAbstract::getNumberOfRequiredParameters</a> - Gets number of required parameters</li>
<li><a href="reflectionfunctionabstract.getparameters.php" class="index">ReflectionFunctionAbstract::getParameters</a> - Gets parameters</li>
<li><a href="reflectionfunctionabstract.getreturntype.php" class="index">ReflectionFunctionAbstract::getReturnType</a> - Gets the specified return type of a function</li>
<li><a href="reflectionfunctionabstract.getshortname.php" class="index">ReflectionFunctionAbstract::getShortName</a> - Gets function short name</li>
<li><a href="reflectionfunctionabstract.getstartline.php" class="index">ReflectionFunctionAbstract::getStartLine</a> - Gets starting line number</li>
<li><a href="reflectionfunctionabstract.getstaticvariables.php" class="index">ReflectionFunctionAbstract::getStaticVariables</a> - Gets static variables</li>
<li><a href="reflectionfunctionabstract.gettentativereturntype.php" class="index">ReflectionFunctionAbstract::getTentativeReturnType</a> - Returns the tentative return type associated with the function</li>
<li><a href="reflectionfunctionabstract.hasreturntype.php" class="index">ReflectionFunctionAbstract::hasReturnType</a> - Checks if the function has a specified return type</li>
<li><a href="reflectionfunctionabstract.hastentativereturntype.php" class="index">ReflectionFunctionAbstract::hasTentativeReturnType</a> - Returns whether the function has a tentative return type</li>
<li><a href="reflectionfunctionabstract.innamespace.php" class="index">ReflectionFunctionAbstract::inNamespace</a> - Checks if function in namespace</li>
<li><a href="reflectionfunctionabstract.isclosure.php" class="index">ReflectionFunctionAbstract::isClosure</a> - Checks if closure</li>
<li><a href="reflectionfunctionabstract.isdeprecated.php" class="index">ReflectionFunctionAbstract::isDeprecated</a> - Checks if deprecated</li>
<li><a href="reflectionfunctionabstract.isgenerator.php" class="index">ReflectionFunctionAbstract::isGenerator</a> - Returns whether this function is a generator</li>
<li><a href="reflectionfunctionabstract.isinternal.php" class="index">ReflectionFunctionAbstract::isInternal</a> - Checks if is internal</li>
<li><a href="reflectiofunctionabstract.isstatic.php" class="index">ReflectionFunctionAbstract::isStatic</a> - Checks if the function is static</li>
<li><a href="reflectionfunctionabstract.isuserdefined.php" class="index">ReflectionFunctionAbstract::isUserDefined</a> - Checks if user defined</li>
<li><a href="reflectionfunctionabstract.isvariadic.php" class="index">ReflectionFunctionAbstract::isVariadic</a> - Checks if the function is variadic</li>
<li><a href="reflectionfunctionabstract.returnsreference.php" class="index">ReflectionFunctionAbstract::returnsReference</a> - Checks if returns reference</li>
<li><a href="reflectionfunctionabstract.clone.php" class="index">ReflectionFunctionAbstract::__clone</a> - Clones function</li>
<li><a href="reflectionfunctionabstract.tostring.php" class="index">ReflectionFunctionAbstract::__toString</a> - Returns the string representation of the ReflectionFunctionAbstract object</li>
<li><a href="reflectiongenerator.getexecutingfile.php" class="index">ReflectionGenerator::getExecutingFile</a> - Gets the file name of the currently executing generator</li>
<li><a href="reflectiongenerator.getexecutinggenerator.php" class="index">ReflectionGenerator::getExecutingGenerator</a> - Gets the executing Generator object</li>
<li><a href="reflectiongenerator.getexecutingline.php" class="index">ReflectionGenerator::getExecutingLine</a> - Gets the currently executing line of the generator</li>
<li><a href="reflectiongenerator.getfunction.php" class="index">ReflectionGenerator::getFunction</a> - Gets the function name of the generator</li>
<li><a href="reflectiongenerator.getthis.php" class="index">ReflectionGenerator::getThis</a> - Gets the $this value of the generator</li>
<li><a href="reflectiongenerator.gettrace.php" class="index">ReflectionGenerator::getTrace</a> - Gets the trace of the executing generator</li>
<li><a href="reflectiongenerator.isclosed.php" class="index">ReflectionGenerator::isClosed</a> - Checks if execution finished</li>
<li><a href="reflectiongenerator.construct.php" class="index">ReflectionGenerator::__construct</a> - Constructs a ReflectionGenerator object</li>
<li><a href="reflectionintersectiontype.gettypes.php" class="index">ReflectionIntersectionType::getTypes</a> - Returns the types included in the intersection type</li>
<li><a href="reflectionmethod.createfrommethodname.php" class="index">ReflectionMethod::createFromMethodName</a> - Creates a new ReflectionMethod</li>
<li><a href="reflectionmethod.export.php" class="index">ReflectionMethod::export</a> - Export a reflection method</li>
<li><a href="reflectionmethod.getclosure.php" class="index">ReflectionMethod::getClosure</a> - Returns a dynamically created closure for the method</li>
<li><a href="reflectionmethod.getdeclaringclass.php" class="index">ReflectionMethod::getDeclaringClass</a> - Gets declaring class for the reflected method</li>
<li><a href="reflectionmethod.getmodifiers.php" class="index">ReflectionMethod::getModifiers</a> - Gets the method modifiers</li>
<li><a href="reflectionmethod.getprototype.php" class="index">ReflectionMethod::getPrototype</a> - Gets the method prototype (if there is one)</li>
<li><a href="reflectionmethod.hasprototype.php" class="index">ReflectionMethod::hasPrototype</a> - Returns whether a method has a prototype</li>
<li><a href="reflectionmethod.invoke.php" class="index">ReflectionMethod::invoke</a> - Invoke</li>
<li><a href="reflectionmethod.invokeargs.php" class="index">ReflectionMethod::invokeArgs</a> - Invoke args</li>
<li><a href="reflectionmethod.isabstract.php" class="index">ReflectionMethod::isAbstract</a> - Checks if method is abstract</li>
<li><a href="reflectionmethod.isconstructor.php" class="index">ReflectionMethod::isConstructor</a> - Checks if method is a constructor</li>
<li><a href="reflectionmethod.isdestructor.php" class="index">ReflectionMethod::isDestructor</a> - Checks if method is a destructor</li>
<li><a href="reflectionmethod.isfinal.php" class="index">ReflectionMethod::isFinal</a> - Checks if method is final</li>
<li><a href="reflectionmethod.isprivate.php" class="index">ReflectionMethod::isPrivate</a> - Checks if method is private</li>
<li><a href="reflectionmethod.isprotected.php" class="index">ReflectionMethod::isProtected</a> - Checks if method is protected</li>
<li><a href="reflectionmethod.ispublic.php" class="index">ReflectionMethod::isPublic</a> - Checks if method is public</li>
<li><a href="reflectionmethod.setaccessible.php" class="index">ReflectionMethod::setAccessible</a> - Set method accessibility</li>
<li><a href="reflectionmethod.construct.php" class="index">ReflectionMethod::__construct</a> - Constructs a ReflectionMethod</li>
<li><a href="reflectionmethod.tostring.php" class="index">ReflectionMethod::__toString</a> - Returns the string representation of the Reflection method object</li>
<li><a href="reflectionnamedtype.getname.php" class="index">ReflectionNamedType::getName</a> - Get the name of the type as a string</li>
<li><a href="reflectionnamedtype.isbuiltin.php" class="index">ReflectionNamedType::isBuiltin</a> - Checks if it is a built-in type</li>
<li><a href="reflectionobject.export.php" class="index">ReflectionObject::export</a> - Export</li>
<li><a href="reflectionobject.construct.php" class="index">ReflectionObject::__construct</a> - Constructs a ReflectionObject</li>
<li><a href="reflectionparameter.allowsnull.php" class="index">ReflectionParameter::allowsNull</a> - Checks if null is allowed</li>
<li><a href="reflectionparameter.canbepassedbyvalue.php" class="index">ReflectionParameter::canBePassedByValue</a> - Returns whether this parameter can be passed by value</li>
<li><a href="reflectionparameter.export.php" class="index">ReflectionParameter::export</a> - Exports</li>
<li><a href="reflectionparameter.getattributes.php" class="index">ReflectionParameter::getAttributes</a> - Gets Attributes</li>
<li><a href="reflectionparameter.getclass.php" class="index">ReflectionParameter::getClass</a> - Get a ReflectionClass object for the parameter being reflected or null</li>
<li><a href="reflectionparameter.getdeclaringclass.php" class="index">ReflectionParameter::getDeclaringClass</a> - Gets declaring class</li>
<li><a href="reflectionparameter.getdeclaringfunction.php" class="index">ReflectionParameter::getDeclaringFunction</a> - Gets declaring function</li>
<li><a href="reflectionparameter.getdefaultvalue.php" class="index">ReflectionParameter::getDefaultValue</a> - Gets default parameter value</li>
<li><a href="reflectionparameter.getdefaultvalueconstantname.php" class="index">ReflectionParameter::getDefaultValueConstantName</a> - Returns the default value's constant name if default value is constant or null</li>
<li><a href="reflectionparameter.getname.php" class="index">ReflectionParameter::getName</a> - Gets parameter name</li>
<li><a href="reflectionparameter.getposition.php" class="index">ReflectionParameter::getPosition</a> - Gets parameter position</li>
<li><a href="reflectionparameter.gettype.php" class="index">ReflectionParameter::getType</a> - Gets a parameter's type</li>
<li><a href="reflectionparameter.hastype.php" class="index">ReflectionParameter::hasType</a> - Checks if parameter has a type</li>
<li><a href="reflectionparameter.isarray.php" class="index">ReflectionParameter::isArray</a> - Checks if parameter expects an array</li>
<li><a href="reflectionparameter.iscallable.php" class="index">ReflectionParameter::isCallable</a> - Returns whether parameter MUST be callable</li>
<li><a href="reflectionparameter.isdefaultvalueavailable.php" class="index">ReflectionParameter::isDefaultValueAvailable</a> - Checks if a default value is available</li>
<li><a href="reflectionparameter.isdefaultvalueconstant.php" class="index">ReflectionParameter::isDefaultValueConstant</a> - Returns whether the default value of this parameter is a constant</li>
<li><a href="reflectionparameter.isoptional.php" class="index">ReflectionParameter::isOptional</a> - Checks if optional</li>
<li><a href="reflectionparameter.ispassedbyreference.php" class="index">ReflectionParameter::isPassedByReference</a> - Checks if passed by reference</li>
<li><a href="reflectionparameter.ispromoted.php" class="index">ReflectionParameter::isPromoted</a> - Checks if a parameter is promoted to a property</li>
<li><a href="reflectionparameter.isvariadic.php" class="index">ReflectionParameter::isVariadic</a> - Checks if the parameter is variadic</li>
<li><a href="reflectionparameter.clone.php" class="index">ReflectionParameter::__clone</a> - Clone</li>
<li><a href="reflectionparameter.construct.php" class="index">ReflectionParameter::__construct</a> - Construct</li>
<li><a href="reflectionparameter.tostring.php" class="index">ReflectionParameter::__toString</a> - To string</li>
<li><a href="reflectionproperty.export.php" class="index">ReflectionProperty::export</a> - Export</li>
<li><a href="reflectionproperty.getattributes.php" class="index">ReflectionProperty::getAttributes</a> - Gets Attributes</li>
<li><a href="reflectionproperty.getdeclaringclass.php" class="index">ReflectionProperty::getDeclaringClass</a> - Gets declaring class</li>
<li><a href="reflectionproperty.getdefaultvalue.php" class="index">ReflectionProperty::getDefaultValue</a> - Returns the default value declared for a property</li>
<li><a href="reflectionproperty.getdoccomment.php" class="index">ReflectionProperty::getDocComment</a> - Gets the property doc comment</li>
<li><a href="reflectionproperty.gethook.php" class="index">ReflectionProperty::getHook</a> - Returns a reflection object for a specified hook</li>
<li><a href="reflectionproperty.gethooks.php" class="index">ReflectionProperty::getHooks</a> - Returns an array of all hooks on this property</li>
<li><a href="reflectionproperty.getmodifiers.php" class="index">ReflectionProperty::getModifiers</a> - Gets the property modifiers</li>
<li><a href="reflectionproperty.getname.php" class="index">ReflectionProperty::getName</a> - Gets property name</li>
<li><a href="reflectionproperty.getrawvalue.php" class="index">ReflectionProperty::getRawValue</a> - Returns the value of a property, bypassing a get hook if defined</li>
<li><a href="reflectionproperty.getsettabletype.php" class="index">ReflectionProperty::getSettableType</a> - Returns the parameter type of a setter hook</li>
<li><a href="reflectionproperty.gettype.php" class="index">ReflectionProperty::getType</a> - Gets a property's type</li>
<li><a href="reflectionproperty.getvalue.php" class="index">ReflectionProperty::getValue</a> - Gets value</li>
<li><a href="reflectionproperty.hasdefaultvalue.php" class="index">ReflectionProperty::hasDefaultValue</a> - Checks if property has a default value declared</li>
<li><a href="reflectionproperty.hashook.php" class="index">ReflectionProperty::hasHook</a> - Returns whether the property has a given hook defined</li>
<li><a href="reflectionproperty.hashooks.php" class="index">ReflectionProperty::hasHooks</a> - Returns whether the property has any hooks defined</li>
<li><a href="reflectionproperty.hastype.php" class="index">ReflectionProperty::hasType</a> - Checks if property has a type</li>
<li><a href="reflectionproperty.isabstract.php" class="index">ReflectionProperty::isAbstract</a> - Determines if a property is abstract</li>
<li><a href="reflectionproperty.isdefault.php" class="index">ReflectionProperty::isDefault</a> - Checks if property is a default property</li>
<li><a href="reflectionproperty.isdynamic.php" class="index">ReflectionProperty::isDynamic</a> - Checks if property is a dynamic property</li>
<li><a href="reflectionproperty.isfinal.php" class="index">ReflectionProperty::isFinal</a> - Determines if this property is final or not</li>
<li><a href="reflectionproperty.isinitialized.php" class="index">ReflectionProperty::isInitialized</a> - Checks whether a property is initialized</li>
<li><a href="reflectionproperty.islazy.php" class="index">ReflectionProperty::isLazy</a> - Checks whether a property is lazy</li>
<li><a href="reflectionproperty.isprivate.php" class="index">ReflectionProperty::isPrivate</a> - Checks if property is private</li>
<li><a href="reflectionproperty.isprivateset.php" class="index">ReflectionProperty::isPrivateSet</a> - Checks if property is private for writing</li>
<li><a href="reflectionproperty.ispromoted.php" class="index">ReflectionProperty::isPromoted</a> - Checks if property is promoted</li>
<li><a href="reflectionproperty.isprotected.php" class="index">ReflectionProperty::isProtected</a> - Checks if property is protected</li>
<li><a href="reflectionproperty.isprotectedset.php" class="index">ReflectionProperty::isProtectedSet</a> - Checks whether the property is protected for writing</li>
<li><a href="reflectionproperty.ispublic.php" class="index">ReflectionProperty::isPublic</a> - Checks if property is public</li>
<li><a href="reflectionproperty.isreadonly.php" class="index">ReflectionProperty::isReadOnly</a> - Checks if property is readonly</li>
<li><a href="reflectionproperty.isstatic.php" class="index">ReflectionProperty::isStatic</a> - Checks if property is static</li>
<li><a href="reflectionproperty.isvirtual.php" class="index">ReflectionProperty::isVirtual</a> - Determines if a property is virtual</li>
<li><a href="reflectionproperty.setaccessible.php" class="index">ReflectionProperty::setAccessible</a> - Set property accessibility</li>
<li><a href="reflectionproperty.setrawvalue.php" class="index">ReflectionProperty::setRawValue</a> - Sets the value of a property, bypassing a set hook if defined</li>
<li><a href="reflectionproperty.setrawvaluewithoutlazyinitialization.php" class="index">ReflectionProperty::setRawValueWithoutLazyInitialization</a> - Set raw property value without triggering lazy initialization</li>
<li><a href="reflectionproperty.setvalue.php" class="index">ReflectionProperty::setValue</a> - Set property value</li>
<li><a href="reflectionproperty.skiplazyinitialization.php" class="index">ReflectionProperty::skipLazyInitialization</a> - Marks property as non-lazy</li>
<li><a href="reflectionproperty.clone.php" class="index">ReflectionProperty::__clone</a> - Clone</li>
<li><a href="reflectionproperty.construct.php" class="index">ReflectionProperty::__construct</a> - Construct a ReflectionProperty object</li>
<li><a href="reflectionproperty.tostring.php" class="index">ReflectionProperty::__toString</a> - To string</li>
<li><a href="reflectionreference.fromarrayelement.php" class="index">ReflectionReference::fromArrayElement</a> - Create a ReflectionReference from an array element</li>
<li><a href="reflectionreference.getid.php" class="index">ReflectionReference::getId</a> - Get unique ID of a reference</li>
<li><a href="reflectionreference.construct.php" class="index">ReflectionReference::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="reflectiontype.allowsnull.php" class="index">ReflectionType::allowsNull</a> - Checks if null is allowed</li>
<li><a href="reflectiontype.tostring.php" class="index">ReflectionType::__toString</a> - To string</li>
<li><a href="reflectionuniontype.gettypes.php" class="index">ReflectionUnionType::getTypes</a> - Returns the types included in the union type</li>
<li><a href="reflectionzendextension.export.php" class="index">ReflectionZendExtension::export</a> - Export</li>
<li><a href="reflectionzendextension.getauthor.php" class="index">ReflectionZendExtension::getAuthor</a> - Gets author</li>
<li><a href="reflectionzendextension.getcopyright.php" class="index">ReflectionZendExtension::getCopyright</a> - Gets copyright</li>
<li><a href="reflectionzendextension.getname.php" class="index">ReflectionZendExtension::getName</a> - Gets name</li>
<li><a href="reflectionzendextension.geturl.php" class="index">ReflectionZendExtension::getURL</a> - Gets URL</li>
<li><a href="reflectionzendextension.getversion.php" class="index">ReflectionZendExtension::getVersion</a> - Gets version</li>
<li><a href="reflectionzendextension.clone.php" class="index">ReflectionZendExtension::__clone</a> - Clone handler</li>
<li><a href="reflectionzendextension.construct.php" class="index">ReflectionZendExtension::__construct</a> - Constructs a ReflectionZendExtension object</li>
<li><a href="reflectionzendextension.tostring.php" class="index">ReflectionZendExtension::__toString</a> - To string handler</li>
<li><a href="reflector.export.php" class="index">Reflector::export</a> - Exports</li>
<li><a href="regexiterator.accept.php" class="index">RegexIterator::accept</a> - Get accept status</li>
<li><a href="regexiterator.getflags.php" class="index">RegexIterator::getFlags</a> - Get flags</li>
<li><a href="regexiterator.getmode.php" class="index">RegexIterator::getMode</a> - Returns operation mode</li>
<li><a href="regexiterator.getpregflags.php" class="index">RegexIterator::getPregFlags</a> - Returns the regular expression flags</li>
<li><a href="regexiterator.getregex.php" class="index">RegexIterator::getRegex</a> - Returns current regular expression</li>
<li><a href="regexiterator.setflags.php" class="index">RegexIterator::setFlags</a> - Sets the flags</li>
<li><a href="regexiterator.setmode.php" class="index">RegexIterator::setMode</a> - Sets the operation mode</li>
<li><a href="regexiterator.setpregflags.php" class="index">RegexIterator::setPregFlags</a> - Sets the regular expression flags</li>
<li><a href="regexiterator.construct.php" class="index">RegexIterator::__construct</a> - Create a new RegexIterator</li>
<li><a href="function.register-shutdown-function.php" class="index">register_shutdown_function</a> - Register a function for execution on shutdown</li>
<li><a href="function.register-tick-function.php" class="index">register_tick_function</a> - Register a function for execution on each tick</li>
<li><a href="function.rename.php" class="index">rename</a> - Rinomina un file o una directory</li>
<li><a href="function.request-parse-body.php" class="index">request_parse_body</a> - Read and parse the request body and return the result</li>
<li><a href="function.reset.php" class="index">reset</a> - Reimposta il puntatore interno di un array sulla posizione iniziale</li>
<li><a href="resourcebundle.count.php" class="index">ResourceBundle::count</a> - Get number of elements in the bundle</li>
<li><a href="resourcebundle.create.php" class="index">ResourceBundle::create</a> - Create a resource bundle</li>
<li><a href="resourcebundle.get.php" class="index">ResourceBundle::get</a> - Get data from the bundle</li>
<li><a href="resourcebundle.geterrorcode.php" class="index">ResourceBundle::getErrorCode</a> - Get bundle's last error code</li>
<li><a href="resourcebundle.geterrormessage.php" class="index">ResourceBundle::getErrorMessage</a> - Get bundle's last error message</li>
<li><a href="resourcebundle.locales.php" class="index">ResourceBundle::getLocales</a> - Get supported locales</li>
<li><a href="function.restore-error-handler.php" class="index">restore_error_handler</a> - Ripristina la precedente funzione di gestione dell'errore</li>
<li><a href="function.restore-exception-handler.php" class="index">restore_exception_handler</a> - Ripristina la funzione di gestione delle eccezioni definita in precedenza</li>
<li><a href="function.restore-include-path.php" class="index">restore_include_path</a> - Ripristina il valore dell'opzione include_path</li>
<li><a href="mysql-xdevapi-result.getaffecteditemscount.php" class="index">Result::getAffectedItemsCount</a> - Get affected row count</li>
<li><a href="mysql-xdevapi-result.getautoincrementvalue.php" class="index">Result::getAutoIncrementValue</a> - Get autoincremented value</li>
<li><a href="mysql-xdevapi-result.getgeneratedids.php" class="index">Result::getGeneratedIds</a> - Get generated ids</li>
<li><a href="mysql-xdevapi-result.getwarnings.php" class="index">Result::getWarnings</a> - Get warnings from last operation</li>
<li><a href="mysql-xdevapi-result.getwarningscount.php" class="index">Result::getWarningsCount</a> - Get warning count from last operation</li>
<li><a href="mysql-xdevapi-result.construct.php" class="index">Result::__construct</a> - Result constructor</li>
<li><a href="returntypewillchange.construct.php" class="index">ReturnTypeWillChange::__construct</a> - Construct a new ReturnTypeWillChange attribute instance</li>
<li><a href="function.rewind.php" class="index">rewind</a> - Riavvolge la posizione di un puntatore a file</li>
<li><a href="function.rewinddir.php" class="index">rewinddir</a> - Riavvolge l'handle della directory</li>
<li><a href="function.rmdir.php" class="index">rmdir</a> - Rimuove una directory</li>
<li><a href="function.rnp-backend-string.php" class="index">rnp_backend_string</a> - Return cryptographic backend library name</li>
<li><a href="function.rnp-backend-version.php" class="index">rnp_backend_version</a> - Return cryptographic backend library version</li>
<li><a href="function.rnp-decrypt.php" class="index">rnp_decrypt</a> - Decrypt PGP message</li>
<li><a href="function.rnp-dump-packets.php" class="index">rnp_dump_packets</a> - Dump OpenPGP packets stream information in humand-readable format</li>
<li><a href="function.rnp-dump-packets-to-json.php" class="index">rnp_dump_packets_to_json</a> - Dump OpenPGP packets stream information to the JSON string</li>
<li><a href="function.rnp-ffi-create.php" class="index">rnp_ffi_create</a> - Create the top-level object used for interacting with the library</li>
<li><a href="function.rnp-ffi-destroy.php" class="index">rnp_ffi_destroy</a> - Destroy the top-level object used for interacting with the library</li>
<li><a href="function.rnp-ffi-set-pass-provider.php" class="index">rnp_ffi_set_pass_provider</a> - Set password provider callback function</li>
<li><a href="function.rnp-import-keys.php" class="index">rnp_import_keys</a> - Import keys from PHP string to the keyring and receive JSON describing new/updated keys</li>
<li><a href="function.rnp-import-signatures.php" class="index">rnp_import_signatures</a> - Import standalone signatures to the keyring and receive JSON describing updated keys</li>
<li><a href="function.rnp-key-export.php" class="index">rnp_key_export</a> - Export a key</li>
<li><a href="function.rnp-key-export-autocrypt.php" class="index">rnp_key_export_autocrypt</a> - Export minimal key for autocrypt feature (just 5 packets: key, uid, signature,
   encryption subkey, signature)</li>
<li><a href="function.rnp-key-export-revocation.php" class="index">rnp_key_export_revocation</a> - Generate and export primary key revocation signature</li>
<li><a href="function.rnp-key-get-info.php" class="index">rnp_key_get_info</a> - Get information about the key</li>
<li><a href="function.rnp-key-remove.php" class="index">rnp_key_remove</a> - Remove a key from keyring(s)</li>
<li><a href="function.rnp-key-revoke.php" class="index">rnp_key_revoke</a> - Revoke a key or subkey by generating and adding revocation signature</li>
<li><a href="function.rnp-list-keys.php" class="index">rnp_list_keys</a> - Enumerate all keys present in a keyring by specified identifer type</li>
<li><a href="function.rnp-load-keys.php" class="index">rnp_load_keys</a> - Load keys from PHP string</li>
<li><a href="function.rnp-load-keys-from-path.php" class="index">rnp_load_keys_from_path</a> - Load keys from specified path</li>
<li><a href="function.rnp-locate-key.php" class="index">rnp_locate_key</a> - Search for the key</li>
<li><a href="function.rnp-op-encrypt.php" class="index">rnp_op_encrypt</a> - Encrypt message</li>
<li><a href="function.rnp-op-generate-key.php" class="index">rnp_op_generate_key</a> - Generate key</li>
<li><a href="function.rnp-op-sign.php" class="index">rnp_op_sign</a> - Perform signing operation on a binary data, return embedded signature(s)</li>
<li><a href="function.rnp-op-sign-cleartext.php" class="index">rnp_op_sign_cleartext</a> - Perform signing operation on a textual data, return cleartext signed message</li>
<li><a href="function.rnp-op-sign-detached.php" class="index">rnp_op_sign_detached</a> - Perform signing operation, return detached signature(s)</li>
<li><a href="function.rnp-op-verify.php" class="index">rnp_op_verify</a> - Verify embedded or cleartext signatures</li>
<li><a href="function.rnp-op-verify-detached.php" class="index">rnp_op_verify_detached</a> - Verify detached signatures</li>
<li><a href="function.rnp-save-keys.php" class="index">rnp_save_keys</a> - Save keys to PHP string</li>
<li><a href="function.rnp-save-keys-to-path.php" class="index">rnp_save_keys_to_path</a> - Save keys to specified path</li>
<li><a href="function.rnp-supported-features.php" class="index">rnp_supported_features</a> - Get supported features in JSON format</li>
<li><a href="function.rnp-version-string.php" class="index">rnp_version_string</a> - RNP library version</li>
<li><a href="function.rnp-version-string-full.php" class="index">rnp_version_string_full</a> - Full version string of RNP library</li>
<li><a href="function.round.php" class="index">round</a> - Arrotonda un float</li>
<li><a href="mysql-xdevapi-rowresult.fetchall.php" class="index">RowResult::fetchAll</a> - Get all rows from result</li>
<li><a href="mysql-xdevapi-rowresult.fetchone.php" class="index">RowResult::fetchOne</a> - Get row from result</li>
<li><a href="mysql-xdevapi-rowresult.getcolumnnames.php" class="index">RowResult::getColumnNames</a> - Get all column names</li>
<li><a href="mysql-xdevapi-rowresult.getcolumns.php" class="index">RowResult::getColumns</a> - Get column metadata</li>
<li><a href="mysql-xdevapi-rowresult.getcolumncount.php" class="index">RowResult::getColumnsCount</a> - Get column count</li>
<li><a href="mysql-xdevapi-rowresult.getwarnings.php" class="index">RowResult::getWarnings</a> - Get warnings from last operation</li>
<li><a href="mysql-xdevapi-rowresult.getwarningscount.php" class="index">RowResult::getWarningsCount</a> - Get warning count from last operation</li>
<li><a href="mysql-xdevapi-rowresult.construct.php" class="index">RowResult::__construct</a> - RowResult constructor</li>
<li><a href="function.rpmaddtag.php" class="index">rpmaddtag</a> - Add tag retrieved in query</li>
<li><a href="function.rpmdbinfo.php" class="index">rpmdbinfo</a> - Get information from installed RPM</li>
<li><a href="function.rpmdbsearch.php" class="index">rpmdbsearch</a> - Search RPM packages</li>
<li><a href="function.rpmdefine.php" class="index">rpmdefine</a> - Define or change a RPM macro value</li>
<li><a href="function.rpmexpand.php" class="index">rpmexpand</a> - Retrieve expanded value of a RPM macro</li>
<li><a href="function.rpmexpandnumeric.php" class="index">rpmexpandnumeric</a> - Retrieve numerical value of a RPM macro</li>
<li><a href="function.rpmgetsymlink.php" class="index">rpmgetsymlink</a> - Get target of a symlink</li>
<li><a href="function.rpminfo.php" class="index">rpminfo</a> - Get information from a RPM file</li>
<li><a href="function.rpmvercmp.php" class="index">rpmvercmp</a> - RPM version comparison</li>
<li><a href="rrdcreator.addarchive.php" class="index">RRDCreator::addArchive</a> - Adds RRA - archive of data values for each data source</li>
<li><a href="rrdcreator.adddatasource.php" class="index">RRDCreator::addDataSource</a> - Adds data source definition for RRD database</li>
<li><a href="rrdcreator.save.php" class="index">RRDCreator::save</a> - Saves the RRD database to a file</li>
<li><a href="rrdcreator.construct.php" class="index">RRDCreator::__construct</a> - Creates new RRDCreator instance</li>
<li><a href="function.rrdc-disconnect.php" class="index">rrdc_disconnect</a> - Close any outstanding connection to rrd caching daemon</li>
<li><a href="rrdgraph.save.php" class="index">RRDGraph::save</a> - Saves the result of query into image</li>
<li><a href="rrdgraph.saveverbose.php" class="index">RRDGraph::saveVerbose</a> - Saves the RRD database query into image and returns the verbose
   information about generated graph</li>
<li><a href="rrdgraph.setoptions.php" class="index">RRDGraph::setOptions</a> - Sets the options for rrd graph export</li>
<li><a href="rrdgraph.construct.php" class="index">RRDGraph::__construct</a> - Creates new RRDGraph instance</li>
<li><a href="rrdupdater.update.php" class="index">RRDUpdater::update</a> - Update the RRD database file</li>
<li><a href="rrdupdater.construct.php" class="index">RRDUpdater::__construct</a> - Creates new RRDUpdater instance</li>
<li><a href="function.rrd-create.php" class="index">rrd_create</a> - Creates rrd database file</li>
<li><a href="function.rrd-error.php" class="index">rrd_error</a> - Gets latest error message</li>
<li><a href="function.rrd-fetch.php" class="index">rrd_fetch</a> - Fetch the data for graph as array</li>
<li><a href="function.rrd-first.php" class="index">rrd_first</a> - Gets the timestamp of the first sample from rrd file</li>
<li><a href="function.rrd-graph.php" class="index">rrd_graph</a> - Creates image from a data</li>
<li><a href="function.rrd-info.php" class="index">rrd_info</a> - Gets information about rrd file</li>
<li><a href="function.rrd-last.php" class="index">rrd_last</a> - Gets unix timestamp of the last sample</li>
<li><a href="function.rrd-lastupdate.php" class="index">rrd_lastupdate</a> - Gets information about last updated data</li>
<li><a href="function.rrd-restore.php" class="index">rrd_restore</a> - Restores the RRD file from XML dump</li>
<li><a href="function.rrd-tune.php" class="index">rrd_tune</a> - Tunes some RRD database file header options</li>
<li><a href="function.rrd-update.php" class="index">rrd_update</a> - Updates the RRD database</li>
<li><a href="function.rrd-version.php" class="index">rrd_version</a> - Gets information about underlying rrdtool library</li>
<li><a href="function.rrd-xport.php" class="index">rrd_xport</a> - Exports the information about RRD database</li>
<li><a href="function.rsort.php" class="index">rsort</a> - Ordina un array in ordine decrescente</li>
<li><a href="function.rtrim.php" class="index">rtrim</a> - Rimuove gli spazi (ed altri caratteri) dalla fine della stringa</li>
<li><a href="function.runkit7-constant-add.php" class="index">runkit7_constant_add</a> - Similar to define(), but allows defining in class definitions as well</li>
<li><a href="function.runkit7-constant-redefine.php" class="index">runkit7_constant_redefine</a> - Redefine an already defined constant</li>
<li><a href="function.runkit7-constant-remove.php" class="index">runkit7_constant_remove</a> - Remove/Delete an already defined constant</li>
<li><a href="function.runkit7-function-add.php" class="index">runkit7_function_add</a> - Add a new function, similar to create_function</li>
<li><a href="function.runkit7-function-copy.php" class="index">runkit7_function_copy</a> - Copy a function to a new function name</li>
<li><a href="function.runkit7-function-redefine.php" class="index">runkit7_function_redefine</a> - Replace a function definition with a new implementation</li>
<li><a href="function.runkit7-function-remove.php" class="index">runkit7_function_remove</a> - Remove a function definition</li>
<li><a href="function.runkit7-function-rename.php" class="index">runkit7_function_rename</a> - Change a function's name</li>
<li><a href="function.runkit7-import.php" class="index">runkit7_import</a> - Process a PHP file importing function and class definitions, overwriting where appropriate</li>
<li><a href="function.runkit7-method-add.php" class="index">runkit7_method_add</a> - Dynamically adds a new method to a given class</li>
<li><a href="function.runkit7-method-copy.php" class="index">runkit7_method_copy</a> - Copies a method from class to another</li>
<li><a href="function.runkit7-method-redefine.php" class="index">runkit7_method_redefine</a> - Dynamically changes the code of the given method</li>
<li><a href="function.runkit7-method-remove.php" class="index">runkit7_method_remove</a> - Dynamically removes the given method</li>
<li><a href="function.runkit7-method-rename.php" class="index">runkit7_method_rename</a> - Dynamically changes the name of the given method</li>
<li><a href="function.runkit7-object-id.php" class="index">runkit7_object_id</a> - Return the integer object handle for given object</li>
<li><a href="function.runkit7-superglobals.php" class="index">runkit7_superglobals</a> - Return numerically indexed array of registered superglobals</li>
<li><a href="function.runkit7-zval-inspect.php" class="index">runkit7_zval_inspect</a> - Returns information about the passed in value with data types, reference counts, etc</li>
</ul></li>
<li class='gen-index index-for-s'>s<ul id='refentry-index-for-s'>
<li><a href="function.sapi-windows-cp-conv.php" class="index">sapi_windows_cp_conv</a> - Convert string from one codepage to another</li>
<li><a href="function.sapi-windows-cp-get.php" class="index">sapi_windows_cp_get</a> - Get current codepage</li>
<li><a href="function.sapi-windows-cp-is-utf8.php" class="index">sapi_windows_cp_is_utf8</a> - Indicates whether the codepage is UTF-8 compatible</li>
<li><a href="function.sapi-windows-cp-set.php" class="index">sapi_windows_cp_set</a> - Set process codepage</li>
<li><a href="function.sapi-windows-generate-ctrl-event.php" class="index">sapi_windows_generate_ctrl_event</a> - Send a CTRL event to another process</li>
<li><a href="function.sapi-windows-set-ctrl-handler.php" class="index">sapi_windows_set_ctrl_handler</a> - Set or remove a CTRL event handler</li>
<li><a href="function.sapi-windows-vt100-support.php" class="index">sapi_windows_vt100_support</a> - Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.</li>
<li><a href="function.scandir.php" class="index">scandir</a> - List files and directories inside the specified path</li>
<li><a href="mysql-xdevapi-schema.createcollection.php" class="index">Schema::createCollection</a> - Add collection to schema</li>
<li><a href="mysql-xdevapi-schema.dropcollection.php" class="index">Schema::dropCollection</a> - Drop collection from schema</li>
<li><a href="mysql-xdevapi-schema.existsindatabase.php" class="index">Schema::existsInDatabase</a> - Check if exists in database</li>
<li><a href="mysql-xdevapi-schema.getcollection.php" class="index">Schema::getCollection</a> - Get collection from schema</li>
<li><a href="mysql-xdevapi-schema.getcollectionastable.php" class="index">Schema::getCollectionAsTable</a> - Get collection as a Table object</li>
<li><a href="mysql-xdevapi-schema.getcollections.php" class="index">Schema::getCollections</a> - Get all schema collections</li>
<li><a href="mysql-xdevapi-schema.getname.php" class="index">Schema::getName</a> - Get schema name</li>
<li><a href="mysql-xdevapi-schema.getsession.php" class="index">Schema::getSession</a> - Get schema session</li>
<li><a href="mysql-xdevapi-schema.gettable.php" class="index">Schema::getTable</a> - Get schema table</li>
<li><a href="mysql-xdevapi-schema.gettables.php" class="index">Schema::getTables</a> - Get schema tables</li>
<li><a href="mysql-xdevapi-schema.construct.php" class="index">Schema::__construct</a> - Schema constructor</li>
<li><a href="mysql-xdevapi-schemaobject.getschema.php" class="index">SchemaObject::getSchema</a> - Get schema object</li>
<li><a href="function.scoutapm-get-calls.php" class="index">scoutapm_get_calls</a> - Returns a list of instrumented calls that have occurred</li>
<li><a href="function.scoutapm-list-instrumented-functions.php" class="index">scoutapm_list_instrumented_functions</a> - List functions scoutapm will instrument.</li>
<li><a href="seaslog.alert.php" class="index">SeasLog::alert</a> - Record alert log information</li>
<li><a href="seaslog.analyzercount.php" class="index">SeasLog::analyzerCount</a> - Get log count by level, log_path and key_word</li>
<li><a href="seaslog.analyzerdetail.php" class="index">SeasLog::analyzerDetail</a> - Get log detail by level, log_path, key_word, start, limit, order</li>
<li><a href="seaslog.closeloggerstream.php" class="index">SeasLog::closeLoggerStream</a> - Manually release stream flow from logger</li>
<li><a href="seaslog.critical.php" class="index">SeasLog::critical</a> - Record critical log information</li>
<li><a href="seaslog.debug.php" class="index">SeasLog::debug</a> - Record debug log information</li>
<li><a href="seaslog.emergency.php" class="index">SeasLog::emergency</a> - Record emergency log information</li>
<li><a href="seaslog.error.php" class="index">SeasLog::error</a> - Record error log information</li>
<li><a href="seaslog.flushbuffer.php" class="index">SeasLog::flushBuffer</a> - Flush logs buffer, dump to appender file, or send to remote api with tcp/udp</li>
<li><a href="seaslog.getbasepath.php" class="index">SeasLog::getBasePath</a> - Get SeasLog base path.</li>
<li><a href="seaslog.getbuffer.php" class="index">SeasLog::getBuffer</a> - Get the logs buffer in memory as array</li>
<li><a href="seaslog.getbufferenabled.php" class="index">SeasLog::getBufferEnabled</a> - Determin if buffer enabled</li>
<li><a href="seaslog.getdatetimeformat.php" class="index">SeasLog::getDatetimeFormat</a> - Get SeasLog datetime format style</li>
<li><a href="seaslog.getlastlogger.php" class="index">SeasLog::getLastLogger</a> - Get SeasLog last logger path</li>
<li><a href="seaslog.getrequestid.php" class="index">SeasLog::getRequestID</a> - Get SeasLog request_id differentiated requests</li>
<li><a href="seaslog.getrequestvariable.php" class="index">SeasLog::getRequestVariable</a> - Get SeasLog request variable</li>
<li><a href="seaslog.info.php" class="index">SeasLog::info</a> - Record info log information</li>
<li><a href="seaslog.log.php" class="index">SeasLog::log</a> - The Common Record Log Function</li>
<li><a href="seaslog.notice.php" class="index">SeasLog::notice</a> - Record notice log information</li>
<li><a href="seaslog.setbasepath.php" class="index">SeasLog::setBasePath</a> - Set SeasLog base path</li>
<li><a href="seaslog.setdatetimeformat.php" class="index">SeasLog::setDatetimeFormat</a> - Set SeasLog datetime format style</li>
<li><a href="seaslog.setlogger.php" class="index">SeasLog::setLogger</a> - Set SeasLog logger name</li>
<li><a href="seaslog.setrequestid.php" class="index">SeasLog::setRequestID</a> - Set SeasLog request_id differentiated requests</li>
<li><a href="seaslog.setrequestvariable.php" class="index">SeasLog::setRequestVariable</a> - Manually set SeasLog request variable</li>
<li><a href="seaslog.warning.php" class="index">SeasLog::warning</a> - Record warning log information</li>
<li><a href="seaslog.construct.php" class="index">SeasLog::__construct</a> - Description</li>
<li><a href="seaslog.destruct.php" class="index">SeasLog::__destruct</a> - Description</li>
<li><a href="function.seaslog-get-author.php" class="index">seaslog_get_author</a> - Get SeasLog author.</li>
<li><a href="function.seaslog-get-version.php" class="index">seaslog_get_version</a> - Get SeasLog version.</li>
<li><a href="seekableiterator.seek.php" class="index">SeekableIterator::seek</a> - Seeks to a position</li>
<li><a href="function.sem-acquire.php" class="index">sem_acquire</a> - Acquire a semaphore</li>
<li><a href="function.sem-get.php" class="index">sem_get</a> - Get a semaphore id</li>
<li><a href="function.sem-release.php" class="index">sem_release</a> - Release a semaphore</li>
<li><a href="function.sem-remove.php" class="index">sem_remove</a> - Remove a semaphore</li>
<li><a href="sensitiveparameter.construct.php" class="index">SensitiveParameter::__construct</a> - Construct a new SensitiveParameter attribute instance</li>
<li><a href="sensitiveparametervalue.getvalue.php" class="index">SensitiveParameterValue::getValue</a> - Returns the sensitive value</li>
<li><a href="sensitiveparametervalue.construct.php" class="index">SensitiveParameterValue::__construct</a> - Constructs a new SensitiveParameterValue object</li>
<li><a href="sensitiveparametervalue.debuginfo.php" class="index">SensitiveParameterValue::__debugInfo</a> - Protects the sensitive value against accidental exposure</li>
<li><a href="serializable.serialize.php" class="index">Serializable::serialize</a> - String representation of object</li>
<li><a href="serializable.unserialize.php" class="index">Serializable::unserialize</a> - Constructs the object</li>
<li><a href="function.serialize.php" class="index">serialize</a> - Genera una versione archiviabile del valore</li>
<li><a href="mysql-xdevapi-session.close.php" class="index">Session::close</a> - Close session</li>
<li><a href="mysql-xdevapi-session.commit.php" class="index">Session::commit</a> - Commit transaction</li>
<li><a href="mysql-xdevapi-session.createschema.php" class="index">Session::createSchema</a> - Create new schema</li>
<li><a href="mysql-xdevapi-session.dropschema.php" class="index">Session::dropSchema</a> - Drop a schema</li>
<li><a href="mysql-xdevapi-session.generateuuid.php" class="index">Session::generateUUID</a> - Get new UUID</li>
<li><a href="mysql-xdevapi-session.getdefaultschema.php" class="index">Session::getDefaultSchema</a> - Get default schema name</li>
<li><a href="mysql-xdevapi-session.getschema.php" class="index">Session::getSchema</a> - Get a new schema object</li>
<li><a href="mysql-xdevapi-session.getschemas.php" class="index">Session::getSchemas</a> - Get the schemas</li>
<li><a href="mysql-xdevapi-session.getserverversion.php" class="index">Session::getServerVersion</a> - Get server version</li>
<li><a href="mysql-xdevapi-session.listclients.php" class="index">Session::listClients</a> - Get client list</li>
<li><a href="mysql-xdevapi-session.quotename.php" class="index">Session::quoteName</a> - Add quotes</li>
<li><a href="mysql-xdevapi-session.releasesavepoint.php" class="index">Session::releaseSavepoint</a> - Release set savepoint</li>
<li><a href="mysql-xdevapi-session.rollback.php" class="index">Session::rollback</a> - Rollback transaction</li>
<li><a href="mysql-xdevapi-session.rollbackto.php" class="index">Session::rollbackTo</a> - Rollback transaction to savepoint</li>
<li><a href="mysql-xdevapi-session.setsavepoint.php" class="index">Session::setSavepoint</a> - Create savepoint</li>
<li><a href="mysql-xdevapi-session.sql.php" class="index">Session::sql</a> - Create SQL query</li>
<li><a href="mysql-xdevapi-session.starttransaction.php" class="index">Session::startTransaction</a> - Start transaction</li>
<li><a href="mysql-xdevapi-session.construct.php" class="index">Session::__construct</a> - Description constructor</li>
<li><a href="sessionhandler.close.php" class="index">SessionHandler::close</a> - Close the session</li>
<li><a href="sessionhandler.create-sid.php" class="index">SessionHandler::create_sid</a> - Return a new session ID</li>
<li><a href="sessionhandler.destroy.php" class="index">SessionHandler::destroy</a> - Destroy a session</li>
<li><a href="sessionhandler.gc.php" class="index">SessionHandler::gc</a> - Cleanup old sessions</li>
<li><a href="sessionhandler.open.php" class="index">SessionHandler::open</a> - Initialize session</li>
<li><a href="sessionhandler.read.php" class="index">SessionHandler::read</a> - Read session data</li>
<li><a href="sessionhandler.write.php" class="index">SessionHandler::write</a> - Write session data</li>
<li><a href="sessionhandlerinterface.close.php" class="index">SessionHandlerInterface::close</a> - Close the session</li>
<li><a href="sessionhandlerinterface.destroy.php" class="index">SessionHandlerInterface::destroy</a> - Destroy a session</li>
<li><a href="sessionhandlerinterface.gc.php" class="index">SessionHandlerInterface::gc</a> - Cleanup old sessions</li>
<li><a href="sessionhandlerinterface.open.php" class="index">SessionHandlerInterface::open</a> - Initialize session</li>
<li><a href="sessionhandlerinterface.read.php" class="index">SessionHandlerInterface::read</a> - Read session data</li>
<li><a href="sessionhandlerinterface.write.php" class="index">SessionHandlerInterface::write</a> - Write session data</li>
<li><a href="sessionidinterface.create-sid.php" class="index">SessionIdInterface::create_sid</a> - Create session ID</li>
<li><a href="sessionupdatetimestamphandlerinterface.updatetimestamp.php" class="index">SessionUpdateTimestampHandlerInterface::updateTimestamp</a> - Update timestamp</li>
<li><a href="sessionupdatetimestamphandlerinterface.validateid.php" class="index">SessionUpdateTimestampHandlerInterface::validateId</a> - Validate ID</li>
<li><a href="function.session-abort.php" class="index">session_abort</a> - Discard session array changes and finish session</li>
<li><a href="function.session-cache-expire.php" class="index">session_cache_expire</a> - Ritorna il valore corrente di scadenza della cache</li>
<li><a href="function.session-cache-limiter.php" class="index">session_cache_limiter</a> - Assume o imposta il limitatore di cache corrente</li>
<li><a href="function.session-commit.php" class="index">session_commit</a> - Alias di session_write_close</li>
<li><a href="function.session-create-id.php" class="index">session_create_id</a> - Create new session id</li>
<li><a href="function.session-decode.php" class="index">session_decode</a> - Decodifica i dati di sessione da una stringa</li>
<li><a href="function.session-destroy.php" class="index">session_destroy</a> - Distrugge tutti i dati registrati in una sessione</li>
<li><a href="function.session-encode.php" class="index">session_encode</a> - Codifica i dati della sessione corrente in una stringa</li>
<li><a href="function.session-gc.php" class="index">session_gc</a> - Perform session data garbage collection</li>
<li><a href="function.session-get-cookie-params.php" class="index">session_get_cookie_params</a> - Restituisce i parametri del cookie di sessione</li>
<li><a href="function.session-id.php" class="index">session_id</a> - Assume o imposta l'id di sessione corrente</li>
<li><a href="function.session-module-name.php" class="index">session_module_name</a> - Assume o imposta il corrente modulo di sessione</li>
<li><a href="function.session-name.php" class="index">session_name</a> - Recupera e/o imposta il nome della sessione corrente</li>
<li><a href="function.session-regenerate-id.php" class="index">session_regenerate_id</a> - Update the current session id with a newly generated one</li>
<li><a href="function.session-register-shutdown.php" class="index">session_register_shutdown</a> - Session shutdown function</li>
<li><a href="function.session-reset.php" class="index">session_reset</a> - Re-initialize session array with original values</li>
<li><a href="function.session-save-path.php" class="index">session_save_path</a> - Assume o stabilisce il percorso di salvataggio sessione corrente</li>
<li><a href="function.session-set-cookie-params.php" class="index">session_set_cookie_params</a> - Imposta i parametri del cookie di sessione</li>
<li><a href="function.session-set-save-handler.php" class="index">session_set_save_handler</a> - Imposta le funzioni di archiviazione sessioni a livello utente</li>
<li><a href="function.session-start.php" class="index">session_start</a> - Inizializza i dati di sessione</li>
<li><a href="function.session-status.php" class="index">session_status</a> - Returns the current session status</li>
<li><a href="function.session-unset.php" class="index">session_unset</a> - Libera tutte le variabili di sessione</li>
<li><a href="function.session-write-close.php" class="index">session_write_close</a> - Scrive i dati di sessione e termina la sessione</li>
<li><a href="function.setcookie.php" class="index">setcookie</a> - Send a cookie</li>
<li><a href="function.setlocale.php" class="index">setlocale</a> - Imposta i parametri di localizzazione</li>
<li><a href="function.setrawcookie.php" class="index">setrawcookie</a> - Send a cookie without urlencoding the cookie value</li>
<li><a href="function.settype.php" class="index">settype</a> - Definisce il tipo di una variabile</li>
<li><a href="function.set-error-handler.php" class="index">set_error_handler</a> - Configura una funzione di gestione dell'errore definita dall'utente</li>
<li><a href="function.set-exception-handler.php" class="index">set_exception_handler</a> - Imposta una funzione di gestione delle eccezioni definita dall'utente</li>
<li><a href="function.set-file-buffer.php" class="index">set_file_buffer</a> - Alias di stream_set_write_buffer</li>
<li><a href="function.set-include-path.php" class="index">set_include_path</a> - Imposta include_path</li>
<li><a href="function.set-time-limit.php" class="index">set_time_limit</a> - Limita il tempo massimo di esecuzione</li>
<li><a href="function.sha1.php" class="index">sha1</a> - Calcola l'hash sha1 di una stringa</li>
<li><a href="function.sha1-file.php" class="index">sha1_file</a> - Calcola l'hash sha1 di un file</li>
<li><a href="function.shell-exec.php" class="index">shell_exec</a> - Esegue un comando attraverso la shell e restituisce l'output completo come stringa</li>
<li><a href="function.shmop-close.php" class="index">shmop_close</a> - Close shared memory block</li>
<li><a href="function.shmop-delete.php" class="index">shmop_delete</a> - Delete shared memory block</li>
<li><a href="function.shmop-open.php" class="index">shmop_open</a> - Create or open shared memory block</li>
<li><a href="function.shmop-read.php" class="index">shmop_read</a> - Read data from shared memory block</li>
<li><a href="function.shmop-size.php" class="index">shmop_size</a> - Get size of shared memory block</li>
<li><a href="function.shmop-write.php" class="index">shmop_write</a> - Write data into shared memory block</li>
<li><a href="function.shm-attach.php" class="index">shm_attach</a> - Creates or open a shared memory segment</li>
<li><a href="function.shm-detach.php" class="index">shm_detach</a> - Disconnects from shared memory segment</li>
<li><a href="function.shm-get-var.php" class="index">shm_get_var</a> - Returns a variable from shared memory</li>
<li><a href="function.shm-has-var.php" class="index">shm_has_var</a> - Check whether a specific entry exists</li>
<li><a href="function.shm-put-var.php" class="index">shm_put_var</a> - Inserts or updates a variable in shared memory</li>
<li><a href="function.shm-remove.php" class="index">shm_remove</a> - Removes shared memory from Unix systems</li>
<li><a href="function.shm-remove-var.php" class="index">shm_remove_var</a> - Removes a variable from shared memory</li>
<li><a href="function.show-source.php" class="index">show_source</a> - Alias di highlight_file</li>
<li><a href="function.shuffle.php" class="index">shuffle</a> - Mescola un array</li>
<li><a href="function.simdjson-decode.php" class="index">simdjson_decode</a> - Decodes a JSON string</li>
<li><a href="function.simdjson-is-valid.php" class="index">simdjson_is_valid</a> - Check if a JSON string is valid</li>
<li><a href="function.simdjson-key-count.php" class="index">simdjson_key_count</a> - Returns the value at a JSON pointer.</li>
<li><a href="function.simdjson-key-exists.php" class="index">simdjson_key_exists</a> - Check if the JSON contains the value referred to by a JSON pointer.</li>
<li><a href="function.simdjson-key-value.php" class="index">simdjson_key_value</a> - Decodes the value of a JSON string located at the requested JSON pointer.</li>
<li><a href="function.similar-text.php" class="index">similar_text</a> - Calcola la similitudine tra due stringhe</li>
<li><a href="simplexmlelement.addattribute.php" class="index">SimpleXMLElement::addAttribute</a> - Adds an attribute to the SimpleXML element</li>
<li><a href="simplexmlelement.addchild.php" class="index">SimpleXMLElement::addChild</a> - Adds a child element to the XML node</li>
<li><a href="simplexmlelement.asxml.php" class="index">SimpleXMLElement::asXML</a> - Return a well-formed XML string based on SimpleXML element</li>
<li><a href="simplexmlelement.attributes.php" class="index">SimpleXMLElement::attributes</a> - Identifies an element's attributes</li>
<li><a href="simplexmlelement.children.php" class="index">SimpleXMLElement::children</a> - Finds children of given node</li>
<li><a href="simplexmlelement.count.php" class="index">SimpleXMLElement::count</a> - Counts the children of an element</li>
<li><a href="simplexmlelement.current.php" class="index">SimpleXMLElement::current</a> - Returns the current element</li>
<li><a href="simplexmlelement.getchildren.php" class="index">SimpleXMLElement::getChildren</a> - Returns the sub-elements of the current element</li>
<li><a href="simplexmlelement.getdocnamespaces.php" class="index">SimpleXMLElement::getDocNamespaces</a> - Returns namespaces declared in document</li>
<li><a href="simplexmlelement.getname.php" class="index">SimpleXMLElement::getName</a> - Gets the name of the XML element</li>
<li><a href="simplexmlelement.getnamespaces.php" class="index">SimpleXMLElement::getNamespaces</a> - Returns namespaces used in document</li>
<li><a href="simplexmlelement.haschildren.php" class="index">SimpleXMLElement::hasChildren</a> - Checks whether the current element has sub elements</li>
<li><a href="simplexmlelement.key.php" class="index">SimpleXMLElement::key</a> - Return current key</li>
<li><a href="simplexmlelement.next.php" class="index">SimpleXMLElement::next</a> - Move to next element</li>
<li><a href="simplexmlelement.registerxpathnamespace.php" class="index">SimpleXMLElement::registerXPathNamespace</a> - Creates a prefix/ns context for the next XPath query</li>
<li><a href="simplexmlelement.rewind.php" class="index">SimpleXMLElement::rewind</a> - Rewind to the first element</li>
<li><a href="simplexmlelement.savexml.php" class="index">SimpleXMLElement::saveXML</a> - Alias di SimpleXMLElement::asXML</li>
<li><a href="simplexmlelement.valid.php" class="index">SimpleXMLElement::valid</a> - Check whether the current element is valid</li>
<li><a href="simplexmlelement.xpath.php" class="index">SimpleXMLElement::xpath</a> - Runs XPath query on XML data</li>
<li><a href="simplexmlelement.construct.php" class="index">SimpleXMLElement::__construct</a> - Creates a new SimpleXMLElement object</li>
<li><a href="simplexmlelement.tostring.php" class="index">SimpleXMLElement::__toString</a> - Returns the string content</li>
<li><a href="function.simplexml-import-dom.php" class="index">simplexml_import_dom</a> - Get a SimpleXMLElement object from an XML or HTML node</li>
<li><a href="function.simplexml-load-file.php" class="index">simplexml_load_file</a> - Interprets an XML file into an object</li>
<li><a href="function.simplexml-load-string.php" class="index">simplexml_load_string</a> - Interprets a string of XML into an object</li>
<li><a href="function.sin.php" class="index">sin</a> - Seno</li>
<li><a href="function.sinh.php" class="index">sinh</a> - Seno iperbolico</li>
<li><a href="function.sizeof.php" class="index">sizeof</a> - Alias di count</li>
<li><a href="function.sleep.php" class="index">sleep</a> - Pausa dell'esecuzione</li>
<li><a href="function.snmp2-get.php" class="index">snmp2_get</a> - Fetch an SNMP object</li>
<li><a href="function.snmp2-getnext.php" class="index">snmp2_getnext</a> - Fetch the SNMP object which follows the given object id</li>
<li><a href="function.snmp2-real-walk.php" class="index">snmp2_real_walk</a> - Return all objects including their respective object ID within the specified one</li>
<li><a href="function.snmp2-set.php" class="index">snmp2_set</a> - Set the value of an SNMP object</li>
<li><a href="function.snmp2-walk.php" class="index">snmp2_walk</a> - Fetch all the SNMP objects from an agent</li>
<li><a href="function.snmp3-get.php" class="index">snmp3_get</a> - Fetch an SNMP object</li>
<li><a href="function.snmp3-getnext.php" class="index">snmp3_getnext</a> - Fetch the SNMP object which follows the given object id</li>
<li><a href="function.snmp3-real-walk.php" class="index">snmp3_real_walk</a> - Return all objects including their respective object ID within the specified one</li>
<li><a href="function.snmp3-set.php" class="index">snmp3_set</a> - Set the value of an SNMP object</li>
<li><a href="function.snmp3-walk.php" class="index">snmp3_walk</a> - Fetch all the SNMP objects from an agent</li>
<li><a href="snmp.close.php" class="index">SNMP::close</a> - Close SNMP session</li>
<li><a href="snmp.get.php" class="index">SNMP::get</a> - Fetch an SNMP object</li>
<li><a href="snmp.geterrno.php" class="index">SNMP::getErrno</a> - Get last error code</li>
<li><a href="snmp.geterror.php" class="index">SNMP::getError</a> - Get last error message</li>
<li><a href="snmp.getnext.php" class="index">SNMP::getnext</a> - Fetch an SNMP object which
  follows the given object id</li>
<li><a href="snmp.set.php" class="index">SNMP::set</a> - Set the value of an SNMP object</li>
<li><a href="snmp.setsecurity.php" class="index">SNMP::setSecurity</a> - Configures security-related SNMPv3 session parameters</li>
<li><a href="snmp.walk.php" class="index">SNMP::walk</a> - Fetch SNMP object subtree</li>
<li><a href="snmp.construct.php" class="index">SNMP::__construct</a> - Creates SNMP instance representing session to remote SNMP agent</li>
<li><a href="function.snmpget.php" class="index">snmpget</a> - Fetch an SNMP object</li>
<li><a href="function.snmpgetnext.php" class="index">snmpgetnext</a> - Fetch the SNMP object which follows the given object id</li>
<li><a href="function.snmprealwalk.php" class="index">snmprealwalk</a> - Return all objects including their respective object ID within the specified one</li>
<li><a href="function.snmpset.php" class="index">snmpset</a> - Set the value of an SNMP object</li>
<li><a href="function.snmpwalk.php" class="index">snmpwalk</a> - Fetch all the SNMP objects from an agent</li>
<li><a href="function.snmpwalkoid.php" class="index">snmpwalkoid</a> - Query for a tree of information about a network entity</li>
<li><a href="function.snmp-get-quick-print.php" class="index">snmp_get_quick_print</a> - Fetches the current value of the NET-SNMP library's quick_print setting</li>
<li><a href="function.snmp-get-valueretrieval.php" class="index">snmp_get_valueretrieval</a> - Return the method how the SNMP values will be returned</li>
<li><a href="function.snmp-read-mib.php" class="index">snmp_read_mib</a> - Reads and parses a MIB file into the active MIB tree</li>
<li><a href="function.snmp-set-enum-print.php" class="index">snmp_set_enum_print</a> - Return all values that are enums with their enum value instead of the raw integer</li>
<li><a href="function.snmp-set-oid-numeric-print.php" class="index">snmp_set_oid_numeric_print</a> - Alias di snmp_set_oid_output_format</li>
<li><a href="function.snmp-set-oid-output-format.php" class="index">snmp_set_oid_output_format</a> - Set the OID output format</li>
<li><a href="function.snmp-set-quick-print.php" class="index">snmp_set_quick_print</a> - Set the value of enable within the NET-SNMP library</li>
<li><a href="function.snmp-set-valueretrieval.php" class="index">snmp_set_valueretrieval</a> - Specify the method how the SNMP values will be returned</li>
<li><a href="soapclient.call.php" class="index">SoapClient::__call</a> - Calls a SOAP function (deprecated)</li>
<li><a href="soapclient.construct.php" class="index">SoapClient::__construct</a> - SoapClient constructor</li>
<li><a href="soapclient.dorequest.php" class="index">SoapClient::__doRequest</a> - Performs a SOAP request</li>
<li><a href="soapclient.getcookies.php" class="index">SoapClient::__getCookies</a> - Get list of cookies</li>
<li><a href="soapclient.getfunctions.php" class="index">SoapClient::__getFunctions</a> - Returns list of available SOAP functions</li>
<li><a href="soapclient.getlastrequest.php" class="index">SoapClient::__getLastRequest</a> - Returns last SOAP request</li>
<li><a href="soapclient.getlastrequestheaders.php" class="index">SoapClient::__getLastRequestHeaders</a> - Returns the SOAP headers from the last request</li>
<li><a href="soapclient.getlastresponse.php" class="index">SoapClient::__getLastResponse</a> - Returns last SOAP response</li>
<li><a href="soapclient.getlastresponseheaders.php" class="index">SoapClient::__getLastResponseHeaders</a> - Returns the SOAP headers from the last response</li>
<li><a href="soapclient.gettypes.php" class="index">SoapClient::__getTypes</a> - Returns a list of SOAP types</li>
<li><a href="soapclient.setcookie.php" class="index">SoapClient::__setCookie</a> - Defines a cookie for SOAP requests</li>
<li><a href="soapclient.setlocation.php" class="index">SoapClient::__setLocation</a> - Sets the location of the Web service to use</li>
<li><a href="soapclient.setsoapheaders.php" class="index">SoapClient::__setSoapHeaders</a> - Sets SOAP headers for subsequent calls</li>
<li><a href="soapclient.soapcall.php" class="index">SoapClient::__soapCall</a> - Calls a SOAP function</li>
<li><a href="soapfault.construct.php" class="index">SoapFault::__construct</a> - SoapFault constructor</li>
<li><a href="soapfault.tostring.php" class="index">SoapFault::__toString</a> - Obtain a string representation of a SoapFault</li>
<li><a href="soapheader.construct.php" class="index">SoapHeader::__construct</a> - SoapHeader constructor</li>
<li><a href="soapparam.construct.php" class="index">SoapParam::__construct</a> - SoapParam constructor</li>
<li><a href="soapserver.addfunction.php" class="index">SoapServer::addFunction</a> - Adds one or more functions to handle SOAP requests</li>
<li><a href="soapserver.addsoapheader.php" class="index">SoapServer::addSoapHeader</a> - Add a SOAP header to the response</li>
<li><a href="soapserver.fault.php" class="index">SoapServer::fault</a> - Issue SoapServer fault indicating an error</li>
<li><a href="soapserver.getfunctions.php" class="index">SoapServer::getFunctions</a> - Returns list of defined functions</li>
<li><a href="soapserver.handle.php" class="index">SoapServer::handle</a> - Handles a SOAP request</li>
<li><a href="soapserver.setclass.php" class="index">SoapServer::setClass</a> - Sets the class which handles SOAP requests</li>
<li><a href="soapserver.setobject.php" class="index">SoapServer::setObject</a> - Sets the object which will be used to handle SOAP requests</li>
<li><a href="soapserver.setpersistence.php" class="index">SoapServer::setPersistence</a> - Sets SoapServer persistence mode</li>
<li><a href="soapserver.construct.php" class="index">SoapServer::__construct</a> - SoapServer constructor</li>
<li><a href="soapserver.getlastresponse.php" class="index">SoapServer::__getLastResponse</a> - Returns last SOAP response</li>
<li><a href="soapvar.construct.php" class="index">SoapVar::__construct</a> - SoapVar constructor</li>
<li><a href="function.socket-accept.php" class="index">socket_accept</a> - Accetta una connessione su un socket</li>
<li><a href="function.socket-addrinfo-bind.php" class="index">socket_addrinfo_bind</a> - Create and bind to a socket from a given addrinfo</li>
<li><a href="function.socket-addrinfo-connect.php" class="index">socket_addrinfo_connect</a> - Create and connect to a socket from a given addrinfo</li>
<li><a href="function.socket-addrinfo-explain.php" class="index">socket_addrinfo_explain</a> - Get information about addrinfo</li>
<li><a href="function.socket-addrinfo-lookup.php" class="index">socket_addrinfo_lookup</a> - Get array with contents of getaddrinfo about the given hostname</li>
<li><a href="function.socket-atmark.php" class="index">socket_atmark</a> - Determines whether socket is at out-of-band mark</li>
<li><a href="function.socket-bind.php" class="index">socket_bind</a> - Bind di un nome ad un socket</li>
<li><a href="function.socket-clear-error.php" class="index">socket_clear_error</a> - Azzera gli erorri di un socket, oppure l'ultimo codice d'errore</li>
<li><a href="function.socket-close.php" class="index">socket_close</a> - Chiude una risorsa di tipo socket</li>
<li><a href="function.socket-cmsg-space.php" class="index">socket_cmsg_space</a> - Calculate message buffer size</li>
<li><a href="function.socket-connect.php" class="index">socket_connect</a> - Inizia una connessione su un socket</li>
<li><a href="function.socket-create.php" class="index">socket_create</a> - Crea un socket (punto terminale di una comunicazione).</li>
<li><a href="function.socket-create-listen.php" class="index">socket_create_listen</a> - Apre un socket per accettare connessioni su una porta</li>
<li><a href="function.socket-create-pair.php" class="index">socket_create_pair</a> - Crea una coppia di socket non distinguibili e li memorizza in una matrice</li>
<li><a href="function.socket-export-stream.php" class="index">socket_export_stream</a> - Export a socket into a stream that encapsulates a socket</li>
<li><a href="function.socket-getopt.php" class="index">socket_getopt</a> - Alias di socket_get_option</li>
<li><a href="function.socket-getpeername.php" class="index">socket_getpeername</a> - Interroga il lato remoto di un dato socket per ottenere o la combinazione host/porta
     od un percorso Unix, in base al tipo di socket</li>
<li><a href="function.socket-getsockname.php" class="index">socket_getsockname</a> - Interroga il lato locale di un dato socket e restituisce o la combinazione host/porta
     oppure un percorso Unix in base al tipo di socket</li>
<li><a href="function.socket-get-option.php" class="index">socket_get_option</a> - Ottiene le opzioni per un socket</li>
<li><a href="function.socket-get-status.php" class="index">socket_get_status</a> - Alias di stream_get_meta_data</li>
<li><a href="function.socket-import-stream.php" class="index">socket_import_stream</a> - Import a stream</li>
<li><a href="function.socket-last-error.php" class="index">socket_last_error</a> - Restituisce l'ultimo errore su un socket.</li>
<li><a href="function.socket-listen.php" class="index">socket_listen</a> - Attende una richiesta di connessione su un socket</li>
<li><a href="function.socket-read.php" class="index">socket_read</a> - Legge fino ad un massimo di byte predefiniti da un socket</li>
<li><a href="function.socket-recv.php" class="index">socket_recv</a> - Riceve i dati da un socket collegato</li>
<li><a href="function.socket-recvfrom.php" class="index">socket_recvfrom</a> - Riceve i dati da un socket, che sia connesso o meno</li>
<li><a href="function.socket-recvmsg.php" class="index">socket_recvmsg</a> - Legge un messaggio</li>
<li><a href="function.socket-select.php" class="index">socket_select</a> - Esegue la system call select() su un set di socket con un dato timeout</li>
<li><a href="function.socket-send.php" class="index">socket_send</a> - Invia i dati ad un socket collegato</li>
<li><a href="function.socket-sendmsg.php" class="index">socket_sendmsg</a> - Manda un messaggio</li>
<li><a href="function.socket-sendto.php" class="index">socket_sendto</a> - Invia un messaggio ad un socket, a prescindere che sia connesso o meno</li>
<li><a href="function.socket-setopt.php" class="index">socket_setopt</a> - Alias di socket_set_option</li>
<li><a href="function.socket-set-block.php" class="index">socket_set_block</a> - Sets blocking mode on a socket</li>
<li><a href="function.socket-set-blocking.php" class="index">socket_set_blocking</a> - Alias di stream_set_blocking</li>
<li><a href="function.socket-set-nonblock.php" class="index">socket_set_nonblock</a> - Attiva la modalit&agrave; &quot;nonblocking&quot; per il descrittore di file fd</li>
<li><a href="function.socket-set-option.php" class="index">socket_set_option</a> - Valorizza le opzioni per un socket</li>
<li><a href="function.socket-set-timeout.php" class="index">socket_set_timeout</a> - Alias di stream_set_timeout</li>
<li><a href="function.socket-shutdown.php" class="index">socket_shutdown</a> - Chiude un socket in ricezione, in invio o in entrambi i sensi</li>
<li><a href="function.socket-strerror.php" class="index">socket_strerror</a> - Restituisce una stringa con la descrizione dell'errore.</li>
<li><a href="function.socket-write.php" class="index">socket_write</a> - Scrive su un socket.</li>
<li><a href="function.socket-wsaprotocol-info-export.php" class="index">socket_wsaprotocol_info_export</a> - Exports the WSAPROTOCOL_INFO Structure</li>
<li><a href="function.socket-wsaprotocol-info-import.php" class="index">socket_wsaprotocol_info_import</a> - Imports a Socket from another Process</li>
<li><a href="function.socket-wsaprotocol-info-release.php" class="index">socket_wsaprotocol_info_release</a> - Releases an exported WSAPROTOCOL_INFO Structure</li>
<li><a href="function.sodium-add.php" class="index">sodium_add</a> - Add large numbers</li>
<li><a href="function.sodium-base642bin.php" class="index">sodium_base642bin</a> - Decodes a base64-encoded string into raw binary.</li>
<li><a href="function.sodium-bin2base64.php" class="index">sodium_bin2base64</a> - Encodes a raw binary string with base64.</li>
<li><a href="function.sodium-bin2hex.php" class="index">sodium_bin2hex</a> - Encode to hexadecimal</li>
<li><a href="function.sodium-compare.php" class="index">sodium_compare</a> - Compare large numbers</li>
<li><a href="function.sodium-crypto-aead-aegis128l-decrypt.php" class="index">sodium_crypto_aead_aegis128l_decrypt</a> - Verify then decrypt a message with AEGIS-128L</li>
<li><a href="function.sodium-crypto-aead-aegis128l-encrypt.php" class="index">sodium_crypto_aead_aegis128l_encrypt</a> - Encrypt then authenticate a message with AEGIS-128L</li>
<li><a href="function.sodium-crypto-aead-aegis128l-keygen.php" class="index">sodium_crypto_aead_aegis128l_keygen</a> - Generate a random AEGIS-128L key</li>
<li><a href="function.sodium-crypto-aead-aegis256-decrypt.php" class="index">sodium_crypto_aead_aegis256_decrypt</a> - Verify then decrypt a message with AEGIS-256</li>
<li><a href="function.sodium-crypto-aead-aegis256-encrypt.php" class="index">sodium_crypto_aead_aegis256_encrypt</a> - Encrypt then authenticate a message with AEGIS-256</li>
<li><a href="function.sodium-crypto-aead-aegis256-keygen.php" class="index">sodium_crypto_aead_aegis256_keygen</a> - Generate a random AEGIS-256 key</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-decrypt.php" class="index">sodium_crypto_aead_aes256gcm_decrypt</a> - Verify then decrypt a message with AES-256-GCM</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-encrypt.php" class="index">sodium_crypto_aead_aes256gcm_encrypt</a> - Encrypt then authenticate with AES-256-GCM</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-is-available.php" class="index">sodium_crypto_aead_aes256gcm_is_available</a> - Check if hardware supports AES256-GCM</li>
<li><a href="function.sodium-crypto-aead-aes256gcm-keygen.php" class="index">sodium_crypto_aead_aes256gcm_keygen</a> - Generate a random AES-256-GCM key</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-decrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_decrypt</a> - Verify then decrypt with ChaCha20-Poly1305</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-encrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_encrypt</a> - Encrypt then authenticate with ChaCha20-Poly1305</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-decrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_decrypt</a> - Verify that the ciphertext includes a valid tag</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-encrypt.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_encrypt</a> - Encrypt a message</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-ietf-keygen.php" class="index">sodium_crypto_aead_chacha20poly1305_ietf_keygen</a> - Generate a random ChaCha20-Poly1305 (IETF) key.</li>
<li><a href="function.sodium-crypto-aead-chacha20poly1305-keygen.php" class="index">sodium_crypto_aead_chacha20poly1305_keygen</a> - Generate a random ChaCha20-Poly1305 key.</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-decrypt.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_decrypt</a> - (Preferred) Verify then decrypt with XChaCha20-Poly1305</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-encrypt.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_encrypt</a> - (Preferred) Encrypt then authenticate with XChaCha20-Poly1305</li>
<li><a href="function.sodium-crypto-aead-xchacha20poly1305-ietf-keygen.php" class="index">sodium_crypto_aead_xchacha20poly1305_ietf_keygen</a> - Generate a random XChaCha20-Poly1305 key.</li>
<li><a href="function.sodium-crypto-auth.php" class="index">sodium_crypto_auth</a> - Compute a tag for the message</li>
<li><a href="function.sodium-crypto-auth-keygen.php" class="index">sodium_crypto_auth_keygen</a> - Generate a random key for sodium_crypto_auth</li>
<li><a href="function.sodium-crypto-auth-verify.php" class="index">sodium_crypto_auth_verify</a> - Verifies that the tag is valid for the message</li>
<li><a href="function.sodium-crypto-box.php" class="index">sodium_crypto_box</a> - Authenticated public-key encryption</li>
<li><a href="function.sodium-crypto-box-keypair.php" class="index">sodium_crypto_box_keypair</a> - Randomly generate a secret key and a corresponding public key</li>
<li><a href="function.sodium-crypto-box-keypair-from-secretkey-and-publickey.php" class="index">sodium_crypto_box_keypair_from_secretkey_and_publickey</a> - Create a unified keypair string from a secret key and public key</li>
<li><a href="function.sodium-crypto-box-open.php" class="index">sodium_crypto_box_open</a> - Authenticated public-key decryption</li>
<li><a href="function.sodium-crypto-box-publickey.php" class="index">sodium_crypto_box_publickey</a> - Extract the public key from a crypto_box keypair</li>
<li><a href="function.sodium-crypto-box-publickey-from-secretkey.php" class="index">sodium_crypto_box_publickey_from_secretkey</a> - Calculate the public key from a secret key</li>
<li><a href="function.sodium-crypto-box-seal.php" class="index">sodium_crypto_box_seal</a> - Anonymous public-key encryption</li>
<li><a href="function.sodium-crypto-box-seal-open.php" class="index">sodium_crypto_box_seal_open</a> - Anonymous public-key decryption</li>
<li><a href="function.sodium-crypto-box-secretkey.php" class="index">sodium_crypto_box_secretkey</a> - Extracts the secret key from a crypto_box keypair</li>
<li><a href="function.sodium-crypto-box-seed-keypair.php" class="index">sodium_crypto_box_seed_keypair</a> - Deterministically derive the key pair from a single key</li>
<li><a href="function.sodium-crypto-core-ristretto255-add.php" class="index">sodium_crypto_core_ristretto255_add</a> - Adds an element</li>
<li><a href="function.sodium-crypto-core-ristretto255-from-hash.php" class="index">sodium_crypto_core_ristretto255_from_hash</a> - Maps a vector</li>
<li><a href="function.sodium-crypto-core-ristretto255-is-valid-point.php" class="index">sodium_crypto_core_ristretto255_is_valid_point</a> - Determines if a point on the ristretto255 curve</li>
<li><a href="function.sodium-crypto-core-ristretto255-random.php" class="index">sodium_crypto_core_ristretto255_random</a> - Generates a random key</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-add.php" class="index">sodium_crypto_core_ristretto255_scalar_add</a> - Adds a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-complement.php" class="index">sodium_crypto_core_ristretto255_scalar_complement</a> - The sodium_crypto_core_ristretto255_scalar_complement purpose</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-invert.php" class="index">sodium_crypto_core_ristretto255_scalar_invert</a> - Inverts a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-mul.php" class="index">sodium_crypto_core_ristretto255_scalar_mul</a> - Multiplies a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-negate.php" class="index">sodium_crypto_core_ristretto255_scalar_negate</a> - Negates a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-random.php" class="index">sodium_crypto_core_ristretto255_scalar_random</a> - Generates a random key</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-reduce.php" class="index">sodium_crypto_core_ristretto255_scalar_reduce</a> - Reduces a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-scalar-sub.php" class="index">sodium_crypto_core_ristretto255_scalar_sub</a> - Subtracts a scalar value</li>
<li><a href="function.sodium-crypto-core-ristretto255-sub.php" class="index">sodium_crypto_core_ristretto255_sub</a> - Subtracts an element</li>
<li><a href="function.sodium-crypto-generichash.php" class="index">sodium_crypto_generichash</a> - Get a hash of the message</li>
<li><a href="function.sodium-crypto-generichash-final.php" class="index">sodium_crypto_generichash_final</a> - Complete the hash</li>
<li><a href="function.sodium-crypto-generichash-init.php" class="index">sodium_crypto_generichash_init</a> - Initialize a hash for streaming</li>
<li><a href="function.sodium-crypto-generichash-keygen.php" class="index">sodium_crypto_generichash_keygen</a> - Generate a random generichash key</li>
<li><a href="function.sodium-crypto-generichash-update.php" class="index">sodium_crypto_generichash_update</a> - Add message to a hash</li>
<li><a href="function.sodium-crypto-kdf-derive-from-key.php" class="index">sodium_crypto_kdf_derive_from_key</a> - Derive a subkey</li>
<li><a href="function.sodium-crypto-kdf-keygen.php" class="index">sodium_crypto_kdf_keygen</a> - Generate a random root key for the KDF interface</li>
<li><a href="function.sodium-crypto-kx-client-session-keys.php" class="index">sodium_crypto_kx_client_session_keys</a> - Calculate the client-side session keys.</li>
<li><a href="function.sodium-crypto-kx-keypair.php" class="index">sodium_crypto_kx_keypair</a> - Creates a new sodium keypair</li>
<li><a href="function.sodium-crypto-kx-publickey.php" class="index">sodium_crypto_kx_publickey</a> - Extract the public key from a crypto_kx keypair</li>
<li><a href="function.sodium-crypto-kx-secretkey.php" class="index">sodium_crypto_kx_secretkey</a> - Extract the secret key from a crypto_kx keypair.</li>
<li><a href="function.sodium-crypto-kx-seed-keypair.php" class="index">sodium_crypto_kx_seed_keypair</a> - Description</li>
<li><a href="function.sodium-crypto-kx-server-session-keys.php" class="index">sodium_crypto_kx_server_session_keys</a> - Calculate the server-side session keys.</li>
<li><a href="function.sodium-crypto-pwhash.php" class="index">sodium_crypto_pwhash</a> - Derive a key from a password, using Argon2</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256</a> - Derives a key from a password, using scrypt</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256-str.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256_str</a> - Get an ASCII encoded hash</li>
<li><a href="function.sodium-crypto-pwhash-scryptsalsa208sha256-str-verify.php" class="index">sodium_crypto_pwhash_scryptsalsa208sha256_str_verify</a> - Verify that the password is a valid password verification string</li>
<li><a href="function.sodium-crypto-pwhash-str.php" class="index">sodium_crypto_pwhash_str</a> - Get an ASCII-encoded hash</li>
<li><a href="function.sodium-crypto-pwhash-str-needs-rehash.php" class="index">sodium_crypto_pwhash_str_needs_rehash</a> - Determine whether or not to rehash a password</li>
<li><a href="function.sodium-crypto-pwhash-str-verify.php" class="index">sodium_crypto_pwhash_str_verify</a> - Verifies that a password matches a hash</li>
<li><a href="function.sodium-crypto-scalarmult.php" class="index">sodium_crypto_scalarmult</a> - Compute a shared secret given a user's secret key and another user's public key</li>
<li><a href="function.sodium-crypto-scalarmult-base.php" class="index">sodium_crypto_scalarmult_base</a> - Alias di sodium_crypto_box_publickey_from_secretkey</li>
<li><a href="function.sodium-crypto-scalarmult-ristretto255.php" class="index">sodium_crypto_scalarmult_ristretto255</a> - Computes a shared secret</li>
<li><a href="function.sodium-crypto-scalarmult-ristretto255-base.php" class="index">sodium_crypto_scalarmult_ristretto255_base</a> - Calculates the public key from a secret key</li>
<li><a href="function.sodium-crypto-secretbox.php" class="index">sodium_crypto_secretbox</a> - Authenticated shared-key encryption</li>
<li><a href="function.sodium-crypto-secretbox-keygen.php" class="index">sodium_crypto_secretbox_keygen</a> - Generate random key for sodium_crypto_secretbox</li>
<li><a href="function.sodium-crypto-secretbox-open.php" class="index">sodium_crypto_secretbox_open</a> - Authenticated shared-key decryption</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-init-pull.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_init_pull</a> - Initialize a secretstream context for decryption</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_init_push</a> - Initialize a secretstream context for encryption</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-keygen.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_keygen</a> - Generate a random secretstream key.</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-pull.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_pull</a> - Decrypt a chunk of data from an encrypted stream</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-push.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_push</a> - Encrypt a chunk of data so that it can safely be decrypted in a streaming API</li>
<li><a href="function.sodium-crypto-secretstream-xchacha20poly1305-rekey.php" class="index">sodium_crypto_secretstream_xchacha20poly1305_rekey</a> - Explicitly rotate the key in the secretstream state</li>
<li><a href="function.sodium-crypto-shorthash.php" class="index">sodium_crypto_shorthash</a> - Compute a short hash of a message and key</li>
<li><a href="function.sodium-crypto-shorthash-keygen.php" class="index">sodium_crypto_shorthash_keygen</a> - Get random bytes for key</li>
<li><a href="function.sodium-crypto-sign.php" class="index">sodium_crypto_sign</a> - Sign a message</li>
<li><a href="function.sodium-crypto-sign-detached.php" class="index">sodium_crypto_sign_detached</a> - Sign the message</li>
<li><a href="function.sodium-crypto-sign-ed25519-pk-to-curve25519.php" class="index">sodium_crypto_sign_ed25519_pk_to_curve25519</a> - Convert an Ed25519 public key to a Curve25519 public key</li>
<li><a href="function.sodium-crypto-sign-ed25519-sk-to-curve25519.php" class="index">sodium_crypto_sign_ed25519_sk_to_curve25519</a> - Convert an Ed25519 secret key to a Curve25519 secret key</li>
<li><a href="function.sodium-crypto-sign-keypair.php" class="index">sodium_crypto_sign_keypair</a> - Randomly generate a secret key and a corresponding public key</li>
<li><a href="function.sodium-crypto-sign-keypair-from-secretkey-and-publickey.php" class="index">sodium_crypto_sign_keypair_from_secretkey_and_publickey</a> - Join a secret key and public key together</li>
<li><a href="function.sodium-crypto-sign-open.php" class="index">sodium_crypto_sign_open</a> - Check that the signed message has a valid signature</li>
<li><a href="function.sodium-crypto-sign-publickey.php" class="index">sodium_crypto_sign_publickey</a> - Extract the Ed25519 public key from a keypair</li>
<li><a href="function.sodium-crypto-sign-publickey-from-secretkey.php" class="index">sodium_crypto_sign_publickey_from_secretkey</a> - Extract the Ed25519 public key from the secret key</li>
<li><a href="function.sodium-crypto-sign-secretkey.php" class="index">sodium_crypto_sign_secretkey</a> - Extract the Ed25519 secret key from a keypair</li>
<li><a href="function.sodium-crypto-sign-seed-keypair.php" class="index">sodium_crypto_sign_seed_keypair</a> - Deterministically derive the key pair from a single key</li>
<li><a href="function.sodium-crypto-sign-verify-detached.php" class="index">sodium_crypto_sign_verify_detached</a> - Verify signature for the message</li>
<li><a href="function.sodium-crypto-stream.php" class="index">sodium_crypto_stream</a> - Generate a deterministic sequence of bytes from a seed</li>
<li><a href="function.sodium-crypto-stream-keygen.php" class="index">sodium_crypto_stream_keygen</a> - Generate a random sodium_crypto_stream key.</li>
<li><a href="function.sodium-crypto-stream-xchacha20.php" class="index">sodium_crypto_stream_xchacha20</a> - Expands the key and nonce into a keystream of pseudorandom bytes</li>
<li><a href="function.sodium-crypto-stream-xchacha20-keygen.php" class="index">sodium_crypto_stream_xchacha20_keygen</a> - Returns a secure random key</li>
<li><a href="function.sodium-crypto-stream-xchacha20-xor.php" class="index">sodium_crypto_stream_xchacha20_xor</a> - Encrypts a message using a nonce and a secret key (no authentication)</li>
<li><a href="function.sodium-crypto-stream-xchacha20-xor-ic.php" class="index">sodium_crypto_stream_xchacha20_xor_ic</a> - Encrypts a message using a nonce and a secret key (no authentication)</li>
<li><a href="function.sodium-crypto-stream-xor.php" class="index">sodium_crypto_stream_xor</a> - Encrypt a message without authentication</li>
<li><a href="function.sodium-hex2bin.php" class="index">sodium_hex2bin</a> - Decodes a hexadecimally encoded binary string</li>
<li><a href="function.sodium-increment.php" class="index">sodium_increment</a> - Increment large number</li>
<li><a href="function.sodium-memcmp.php" class="index">sodium_memcmp</a> - Test for equality in constant-time</li>
<li><a href="function.sodium-memzero.php" class="index">sodium_memzero</a> - Overwrite a string with NUL characters</li>
<li><a href="function.sodium-pad.php" class="index">sodium_pad</a> - Add padding data</li>
<li><a href="function.sodium-unpad.php" class="index">sodium_unpad</a> - Remove padding data</li>
<li><a href="solrclient.adddocument.php" class="index">SolrClient::addDocument</a> - Adds a document to the index</li>
<li><a href="solrclient.adddocuments.php" class="index">SolrClient::addDocuments</a> - Adds a collection of SolrInputDocument instances to the index</li>
<li><a href="solrclient.commit.php" class="index">SolrClient::commit</a> - Finalizes all add/deletes made to the index</li>
<li><a href="solrclient.deletebyid.php" class="index">SolrClient::deleteById</a> - Delete by Id</li>
<li><a href="solrclient.deletebyids.php" class="index">SolrClient::deleteByIds</a> - Deletes by Ids</li>
<li><a href="solrclient.deletebyqueries.php" class="index">SolrClient::deleteByQueries</a> - Removes all documents matching any of the queries</li>
<li><a href="solrclient.deletebyquery.php" class="index">SolrClient::deleteByQuery</a> - Deletes all documents matching the given query</li>
<li><a href="solrclient.getbyid.php" class="index">SolrClient::getById</a> - Get Document By Id. Utilizes Solr Realtime Get (RTG)</li>
<li><a href="solrclient.getbyids.php" class="index">SolrClient::getByIds</a> - Get Documents by their Ids. Utilizes Solr Realtime Get (RTG)</li>
<li><a href="solrclient.getdebug.php" class="index">SolrClient::getDebug</a> - Returns the debug data for the last connection attempt</li>
<li><a href="solrclient.getoptions.php" class="index">SolrClient::getOptions</a> - Returns the client options set internally</li>
<li><a href="solrclient.optimize.php" class="index">SolrClient::optimize</a> - Defragments the index</li>
<li><a href="solrclient.ping.php" class="index">SolrClient::ping</a> - Checks if Solr server is still up</li>
<li><a href="solrclient.query.php" class="index">SolrClient::query</a> - Sends a query to the server</li>
<li><a href="solrclient.request.php" class="index">SolrClient::request</a> - Sends a raw update request</li>
<li><a href="solrclient.rollback.php" class="index">SolrClient::rollback</a> - Rollbacks all add/deletes made to the index since the last commit</li>
<li><a href="solrclient.setresponsewriter.php" class="index">SolrClient::setResponseWriter</a> - Sets the response writer used to prepare the response from Solr</li>
<li><a href="solrclient.setservlet.php" class="index">SolrClient::setServlet</a> - Changes the specified servlet type to a new value</li>
<li><a href="solrclient.system.php" class="index">SolrClient::system</a> - Retrieve Solr Server information</li>
<li><a href="solrclient.threads.php" class="index">SolrClient::threads</a> - Checks the threads status</li>
<li><a href="solrclient.construct.php" class="index">SolrClient::__construct</a> - Constructor for the SolrClient object</li>
<li><a href="solrclient.destruct.php" class="index">SolrClient::__destruct</a> - Destructor for SolrClient</li>
<li><a href="solrclientexception.getinternalinfo.php" class="index">SolrClientException::getInternalInfo</a> - Returns internal information where the Exception was thrown</li>
<li><a href="solrcollapsefunction.getfield.php" class="index">SolrCollapseFunction::getField</a> - Returns the field that is being collapsed on</li>
<li><a href="solrcollapsefunction.gethint.php" class="index">SolrCollapseFunction::getHint</a> - Returns collapse hint</li>
<li><a href="solrcollapsefunction.getmax.php" class="index">SolrCollapseFunction::getMax</a> - Returns max parameter</li>
<li><a href="solrcollapsefunction.getmin.php" class="index">SolrCollapseFunction::getMin</a> - Returns min parameter</li>
<li><a href="solrcollapsefunction.getnullpolicy.php" class="index">SolrCollapseFunction::getNullPolicy</a> - Returns null policy</li>
<li><a href="solrcollapsefunction.getsize.php" class="index">SolrCollapseFunction::getSize</a> - Returns size parameter</li>
<li><a href="solrcollapsefunction.setfield.php" class="index">SolrCollapseFunction::setField</a> - Sets the field to collapse on</li>
<li><a href="solrcollapsefunction.sethint.php" class="index">SolrCollapseFunction::setHint</a> - Sets collapse hint</li>
<li><a href="solrcollapsefunction.setmax.php" class="index">SolrCollapseFunction::setMax</a> - Selects the group heads by the max value of a numeric field or function query</li>
<li><a href="solrcollapsefunction.setmin.php" class="index">SolrCollapseFunction::setMin</a> - Sets the initial size of the collapse data structures when collapsing on a numeric field only</li>
<li><a href="solrcollapsefunction.setnullpolicy.php" class="index">SolrCollapseFunction::setNullPolicy</a> - Sets the NULL Policy</li>
<li><a href="solrcollapsefunction.setsize.php" class="index">SolrCollapseFunction::setSize</a> - Sets the initial size of the collapse data structures when collapsing on a numeric field only</li>
<li><a href="solrcollapsefunction.construct.php" class="index">SolrCollapseFunction::__construct</a> - Constructor</li>
<li><a href="solrcollapsefunction.tostring.php" class="index">SolrCollapseFunction::__toString</a> - Returns a string representing the constructed collapse function</li>
<li><a href="solrdismaxquery.addbigramphrasefield.php" class="index">SolrDisMaxQuery::addBigramPhraseField</a> - Adds a Phrase Bigram Field (pf2 parameter)</li>
<li><a href="solrdismaxquery.addboostquery.php" class="index">SolrDisMaxQuery::addBoostQuery</a> - Adds a boost query field with value and optional boost (bq parameter)</li>
<li><a href="solrdismaxquery.addphrasefield.php" class="index">SolrDisMaxQuery::addPhraseField</a> - Adds a Phrase Field (pf parameter)</li>
<li><a href="solrdismaxquery.addqueryfield.php" class="index">SolrDisMaxQuery::addQueryField</a> - Add a query field with optional boost (qf parameter)</li>
<li><a href="solrdismaxquery.addtrigramphrasefield.php" class="index">SolrDisMaxQuery::addTrigramPhraseField</a> - Adds a Trigram Phrase Field (pf3 parameter)</li>
<li><a href="solrdismaxquery.adduserfield.php" class="index">SolrDisMaxQuery::addUserField</a> - Adds a field to User Fields Parameter (uf)</li>
<li><a href="solrdismaxquery.removebigramphrasefield.php" class="index">SolrDisMaxQuery::removeBigramPhraseField</a> - Removes phrase bigram field (pf2 parameter)</li>
<li><a href="solrdismaxquery.removeboostquery.php" class="index">SolrDisMaxQuery::removeBoostQuery</a> - Removes a boost query partial by field name (bq)</li>
<li><a href="solrdismaxquery.removephrasefield.php" class="index">SolrDisMaxQuery::removePhraseField</a> - Removes a Phrase Field (pf parameter)</li>
<li><a href="solrdismaxquery.removequeryfield.php" class="index">SolrDisMaxQuery::removeQueryField</a> - Removes a Query Field (qf parameter)</li>
<li><a href="solrdismaxquery.removetrigramphrasefield.php" class="index">SolrDisMaxQuery::removeTrigramPhraseField</a> - Removes a Trigram Phrase Field (pf3 parameter)</li>
<li><a href="solrdismaxquery.removeuserfield.php" class="index">SolrDisMaxQuery::removeUserField</a> - Removes a field from The User Fields Parameter (uf)</li>
<li><a href="solrdismaxquery.setbigramphrasefields.php" class="index">SolrDisMaxQuery::setBigramPhraseFields</a> - Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter</li>
<li><a href="solrdismaxquery.setbigramphraseslop.php" class="index">SolrDisMaxQuery::setBigramPhraseSlop</a> - Sets Bigram Phrase Slop (ps2 parameter)</li>
<li><a href="solrdismaxquery.setboostfunction.php" class="index">SolrDisMaxQuery::setBoostFunction</a> - Sets a Boost Function (bf parameter)</li>
<li><a href="solrdismaxquery.setboostquery.php" class="index">SolrDisMaxQuery::setBoostQuery</a> - Directly Sets Boost Query Parameter (bq)</li>
<li><a href="solrdismaxquery.setminimummatch.php" class="index">SolrDisMaxQuery::setMinimumMatch</a> - Set Minimum &quot;Should&quot; Match (mm)</li>
<li><a href="solrdismaxquery.setphrasefields.php" class="index">SolrDisMaxQuery::setPhraseFields</a> - Sets  Phrase Fields and their boosts (and slops) using pf2 parameter</li>
<li><a href="solrdismaxquery.setphraseslop.php" class="index">SolrDisMaxQuery::setPhraseSlop</a> - Sets the default slop on phrase queries (ps parameter)</li>
<li><a href="solrdismaxquery.setqueryalt.php" class="index">SolrDisMaxQuery::setQueryAlt</a> - Set Query Alternate (q.alt parameter)</li>
<li><a href="solrdismaxquery.setqueryphraseslop.php" class="index">SolrDisMaxQuery::setQueryPhraseSlop</a> - Specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter)</li>
<li><a href="solrdismaxquery.settiebreaker.php" class="index">SolrDisMaxQuery::setTieBreaker</a> - Sets Tie Breaker parameter (tie parameter)</li>
<li><a href="solrdismaxquery.settrigramphrasefields.php" class="index">SolrDisMaxQuery::setTrigramPhraseFields</a> - Directly Sets Trigram Phrase Fields (pf3 parameter)</li>
<li><a href="solrdismaxquery.settrigramphraseslop.php" class="index">SolrDisMaxQuery::setTrigramPhraseSlop</a> - Sets Trigram Phrase Slop (ps3 parameter)</li>
<li><a href="solrdismaxquery.setuserfields.php" class="index">SolrDisMaxQuery::setUserFields</a> - Sets User Fields parameter (uf)</li>
<li><a href="solrdismaxquery.usedismaxqueryparser.php" class="index">SolrDisMaxQuery::useDisMaxQueryParser</a> - Switch QueryParser to be DisMax Query Parser</li>
<li><a href="solrdismaxquery.useedismaxqueryparser.php" class="index">SolrDisMaxQuery::useEDisMaxQueryParser</a> - Switch QueryParser to be EDisMax</li>
<li><a href="solrdismaxquery.construct.php" class="index">SolrDisMaxQuery::__construct</a> - Class Constructor</li>
<li><a href="solrdocument.addfield.php" class="index">SolrDocument::addField</a> - Adds a field to the document</li>
<li><a href="solrdocument.clear.php" class="index">SolrDocument::clear</a> - Drops all the fields in the document</li>
<li><a href="solrdocument.current.php" class="index">SolrDocument::current</a> - Retrieves the current field</li>
<li><a href="solrdocument.deletefield.php" class="index">SolrDocument::deleteField</a> - Removes a field from the document</li>
<li><a href="solrdocument.fieldexists.php" class="index">SolrDocument::fieldExists</a> - Checks if a field exists in the document</li>
<li><a href="solrdocument.getchilddocuments.php" class="index">SolrDocument::getChildDocuments</a> - Returns an array of child documents (SolrDocument)</li>
<li><a href="solrdocument.getchilddocumentscount.php" class="index">SolrDocument::getChildDocumentsCount</a> - Returns the number of child documents</li>
<li><a href="solrdocument.getfield.php" class="index">SolrDocument::getField</a> - Retrieves a field by name</li>
<li><a href="solrdocument.getfieldcount.php" class="index">SolrDocument::getFieldCount</a> - Returns the number of fields in this document</li>
<li><a href="solrdocument.getfieldnames.php" class="index">SolrDocument::getFieldNames</a> - Returns an array of fields names in the document</li>
<li><a href="solrdocument.getinputdocument.php" class="index">SolrDocument::getInputDocument</a> - Returns a SolrInputDocument equivalent of the object</li>
<li><a href="solrdocument.haschilddocuments.php" class="index">SolrDocument::hasChildDocuments</a> - Checks whether the document has any child documents</li>
<li><a href="solrdocument.key.php" class="index">SolrDocument::key</a> - Retrieves the current key</li>
<li><a href="solrdocument.merge.php" class="index">SolrDocument::merge</a> - Merges source to the current SolrDocument</li>
<li><a href="solrdocument.next.php" class="index">SolrDocument::next</a> - Moves the internal pointer to the next field</li>
<li><a href="solrdocument.offsetexists.php" class="index">SolrDocument::offsetExists</a> - Checks if a particular field exists</li>
<li><a href="solrdocument.offsetget.php" class="index">SolrDocument::offsetGet</a> - Retrieves a field</li>
<li><a href="solrdocument.offsetset.php" class="index">SolrDocument::offsetSet</a> - Adds a field to the document</li>
<li><a href="solrdocument.offsetunset.php" class="index">SolrDocument::offsetUnset</a> - Removes a field</li>
<li><a href="solrdocument.reset.php" class="index">SolrDocument::reset</a> - Alias di SolrDocument::clear</li>
<li><a href="solrdocument.rewind.php" class="index">SolrDocument::rewind</a> - Resets the internal pointer to the beginning</li>
<li><a href="solrdocument.serialize.php" class="index">SolrDocument::serialize</a> - Used for custom serialization</li>
<li><a href="solrdocument.sort.php" class="index">SolrDocument::sort</a> - Sorts the fields in the document</li>
<li><a href="solrdocument.toarray.php" class="index">SolrDocument::toArray</a> - Returns an array representation of the document</li>
<li><a href="solrdocument.unserialize.php" class="index">SolrDocument::unserialize</a> - Custom serialization of SolrDocument objects</li>
<li><a href="solrdocument.valid.php" class="index">SolrDocument::valid</a> - Checks if the current position internally is still valid</li>
<li><a href="solrdocument.clone.php" class="index">SolrDocument::__clone</a> - Creates a copy of a SolrDocument object</li>
<li><a href="solrdocument.construct.php" class="index">SolrDocument::__construct</a> - Constructor</li>
<li><a href="solrdocument.destruct.php" class="index">SolrDocument::__destruct</a> - Destructor</li>
<li><a href="solrdocument.get.php" class="index">SolrDocument::__get</a> - Access the field as a property</li>
<li><a href="solrdocument.isset.php" class="index">SolrDocument::__isset</a> - Checks if a field exists</li>
<li><a href="solrdocument.set.php" class="index">SolrDocument::__set</a> - Adds another field to the document</li>
<li><a href="solrdocument.unset.php" class="index">SolrDocument::__unset</a> - Removes a field from the document</li>
<li><a href="solrdocumentfield.construct.php" class="index">SolrDocumentField::__construct</a> - Constructor</li>
<li><a href="solrdocumentfield.destruct.php" class="index">SolrDocumentField::__destruct</a> - Destructor</li>
<li><a href="solrexception.getinternalinfo.php" class="index">SolrException::getInternalInfo</a> - Returns internal information where the Exception was thrown</li>
<li><a href="solrgenericresponse.construct.php" class="index">SolrGenericResponse::__construct</a> - Constructor</li>
<li><a href="solrgenericresponse.destruct.php" class="index">SolrGenericResponse::__destruct</a> - Destructor</li>
<li><a href="solrillegalargumentexception.getinternalinfo.php" class="index">SolrIllegalArgumentException::getInternalInfo</a> - Returns internal information where the Exception was thrown</li>
<li><a href="solrillegaloperationexception.getinternalinfo.php" class="index">SolrIllegalOperationException::getInternalInfo</a> - Returns internal information where the Exception was thrown</li>
<li><a href="solrinputdocument.addchilddocument.php" class="index">SolrInputDocument::addChildDocument</a> - Adds a child document for block indexing</li>
<li><a href="solrinputdocument.addchilddocuments.php" class="index">SolrInputDocument::addChildDocuments</a> - Adds an array of child documents</li>
<li><a href="solrinputdocument.addfield.php" class="index">SolrInputDocument::addField</a> - Adds a field to the document</li>
<li><a href="solrinputdocument.clear.php" class="index">SolrInputDocument::clear</a> - Resets the input document</li>
<li><a href="solrinputdocument.deletefield.php" class="index">SolrInputDocument::deleteField</a> - Removes a field from the document</li>
<li><a href="solrinputdocument.fieldexists.php" class="index">SolrInputDocument::fieldExists</a> - Checks if a field exists</li>
<li><a href="solrinputdocument.getboost.php" class="index">SolrInputDocument::getBoost</a> - Retrieves the current boost value for the document</li>
<li><a href="solrinputdocument.getchilddocuments.php" class="index">SolrInputDocument::getChildDocuments</a> - Returns an array of child documents (SolrInputDocument)</li>
<li><a href="solrinputdocument.getchilddocumentscount.php" class="index">SolrInputDocument::getChildDocumentsCount</a> - Returns the number of child documents</li>
<li><a href="solrinputdocument.getfield.php" class="index">SolrInputDocument::getField</a> - Retrieves a field by name</li>
<li><a href="solrinputdocument.getfieldboost.php" class="index">SolrInputDocument::getFieldBoost</a> - Retrieves the boost value for a particular field</li>
<li><a href="solrinputdocument.getfieldcount.php" class="index">SolrInputDocument::getFieldCount</a> - Returns the number of fields in the document</li>
<li><a href="solrinputdocument.getfieldnames.php" class="index">SolrInputDocument::getFieldNames</a> - Returns an array containing all the fields in the document</li>
<li><a href="solrinputdocument.haschilddocuments.php" class="index">SolrInputDocument::hasChildDocuments</a> - Returns true if the document has any child documents</li>
<li><a href="solrinputdocument.merge.php" class="index">SolrInputDocument::merge</a> - Merges one input document into another</li>
<li><a href="solrinputdocument.reset.php" class="index">SolrInputDocument::reset</a> - Alias di SolrInputDocument::clear</li>
<li><a href="solrinputdocument.setboost.php" class="index">SolrInputDocument::setBoost</a> - Sets the boost value for this document</li>
<li><a href="solrinputdocument.setfieldboost.php" class="index">SolrInputDocument::setFieldBoost</a> - Sets the index-time boost value for a field</li>
<li><a href="solrinputdocument.sort.php" class="index">SolrInputDocument::sort</a> - Sorts the fields within the document</li>
<li><a href="solrinputdocument.toarray.php" class="index">SolrInputDocument::toArray</a> - Returns an array representation of the input document</li>
<li><a href="solrinputdocument.clone.php" class="index">SolrInputDocument::__clone</a> - Creates a copy of a SolrDocument</li>
<li><a href="solrinputdocument.construct.php" class="index">SolrInputDocument::__construct</a> - Constructor</li>
<li><a href="solrinputdocument.destruct.php" class="index">SolrInputDocument::__destruct</a> - Destructor</li>
<li><a href="solrmodifiableparams.construct.php" class="index">SolrModifiableParams::__construct</a> - Constructor</li>
<li><a href="solrmodifiableparams.destruct.php" class="index">SolrModifiableParams::__destruct</a> - Destructor</li>
<li><a href="solrobject.getpropertynames.php" class="index">SolrObject::getPropertyNames</a> - Returns an array of all the names of the properties</li>
<li><a href="solrobject.offsetexists.php" class="index">SolrObject::offsetExists</a> - Checks if the property exists</li>
<li><a href="solrobject.offsetget.php" class="index">SolrObject::offsetGet</a> - Used to retrieve a property</li>
<li><a href="solrobject.offsetset.php" class="index">SolrObject::offsetSet</a> - Sets the value for a property</li>
<li><a href="solrobject.offsetunset.php" class="index">SolrObject::offsetUnset</a> - Unsets the value for the property</li>
<li><a href="solrobject.construct.php" class="index">SolrObject::__construct</a> - Creates Solr object</li>
<li><a href="solrobject.destruct.php" class="index">SolrObject::__destruct</a> - Destructor</li>
<li><a href="solrparams.add.php" class="index">SolrParams::add</a> - Alias di SolrParams::addParam</li>
<li><a href="solrparams.addparam.php" class="index">SolrParams::addParam</a> - Adds a parameter to the object</li>
<li><a href="solrparams.get.php" class="index">SolrParams::get</a> - Alias di SolrParams::getParam</li>
<li><a href="solrparams.getparam.php" class="index">SolrParams::getParam</a> - Returns a parameter value</li>
<li><a href="solrparams.getparams.php" class="index">SolrParams::getParams</a> - Returns an array of non URL-encoded parameters</li>
<li><a href="solrparams.getpreparedparams.php" class="index">SolrParams::getPreparedParams</a> - Returns an array of URL-encoded parameters</li>
<li><a href="solrparams.serialize.php" class="index">SolrParams::serialize</a> - Used for custom serialization</li>
<li><a href="solrparams.set.php" class="index">SolrParams::set</a> - Alias di SolrParams::setParam</li>
<li><a href="solrparams.setparam.php" class="index">SolrParams::setParam</a> - Sets the parameter to the specified value</li>
<li><a href="solrparams.tostring.php" class="index">SolrParams::toString</a> - Returns all the name-value pair parameters in the object</li>
<li><a href="solrparams.unserialize.php" class="index">SolrParams::unserialize</a> - Used for custom serialization</li>
<li><a href="solrpingresponse.getresponse.php" class="index">SolrPingResponse::getResponse</a> - Returns the response from the server</li>
<li><a href="solrpingresponse.construct.php" class="index">SolrPingResponse::__construct</a> - Constructor</li>
<li><a href="solrpingresponse.destruct.php" class="index">SolrPingResponse::__destruct</a> - Destructor</li>
<li><a href="solrquery.addexpandfilterquery.php" class="index">SolrQuery::addExpandFilterQuery</a> - Overrides main filter query, determines which documents to include in the main group</li>
<li><a href="solrquery.addexpandsortfield.php" class="index">SolrQuery::addExpandSortField</a> - Orders the documents within the expanded groups (expand.sort parameter)</li>
<li><a href="solrquery.addfacetdatefield.php" class="index">SolrQuery::addFacetDateField</a> - Maps to facet.date</li>
<li><a href="solrquery.addfacetdateother.php" class="index">SolrQuery::addFacetDateOther</a> - Adds another facet.date.other parameter</li>
<li><a href="solrquery.addfacetfield.php" class="index">SolrQuery::addFacetField</a> - Adds another field to the facet</li>
<li><a href="solrquery.addfacetquery.php" class="index">SolrQuery::addFacetQuery</a> - Adds a facet query</li>
<li><a href="solrquery.addfield.php" class="index">SolrQuery::addField</a> - Specifies which fields to return in the result</li>
<li><a href="solrquery.addfilterquery.php" class="index">SolrQuery::addFilterQuery</a> - Specifies a filter query</li>
<li><a href="solrquery.addgroupfield.php" class="index">SolrQuery::addGroupField</a> - Add a field to be used to group results</li>
<li><a href="solrquery.addgroupfunction.php" class="index">SolrQuery::addGroupFunction</a> - Allows grouping results based on the unique values of a function query (group.func parameter)</li>
<li><a href="solrquery.addgroupquery.php" class="index">SolrQuery::addGroupQuery</a> - Allows grouping of documents that match the given query</li>
<li><a href="solrquery.addgroupsortfield.php" class="index">SolrQuery::addGroupSortField</a> - Add a group sort field (group.sort parameter)</li>
<li><a href="solrquery.addhighlightfield.php" class="index">SolrQuery::addHighlightField</a> - Maps to hl.fl</li>
<li><a href="solrquery.addmltfield.php" class="index">SolrQuery::addMltField</a> - Sets a field to use for similarity</li>
<li><a href="solrquery.addmltqueryfield.php" class="index">SolrQuery::addMltQueryField</a> - Maps to mlt.qf</li>
<li><a href="solrquery.addsortfield.php" class="index">SolrQuery::addSortField</a> - Used to control how the results should be sorted</li>
<li><a href="solrquery.addstatsfacet.php" class="index">SolrQuery::addStatsFacet</a> - Requests a return of sub results for values within the given facet</li>
<li><a href="solrquery.addstatsfield.php" class="index">SolrQuery::addStatsField</a> - Maps to stats.field parameter</li>
<li><a href="solrquery.collapse.php" class="index">SolrQuery::collapse</a> - Collapses the result set to a single document per group</li>
<li><a href="solrquery.getexpand.php" class="index">SolrQuery::getExpand</a> - Returns true if group expanding is enabled</li>
<li><a href="solrquery.getexpandfilterqueries.php" class="index">SolrQuery::getExpandFilterQueries</a> - Returns the expand filter queries</li>
<li><a href="solrquery.getexpandquery.php" class="index">SolrQuery::getExpandQuery</a> - Returns the expand query expand.q parameter</li>
<li><a href="solrquery.getexpandrows.php" class="index">SolrQuery::getExpandRows</a> - Returns The number of rows to display in each group (expand.rows)</li>
<li><a href="solrquery.getexpandsortfields.php" class="index">SolrQuery::getExpandSortFields</a> - Returns an array of fields</li>
<li><a href="solrquery.getfacet.php" class="index">SolrQuery::getFacet</a> - Returns the value of the facet parameter</li>
<li><a href="solrquery.getfacetdateend.php" class="index">SolrQuery::getFacetDateEnd</a> - Returns the value for the facet.date.end parameter</li>
<li><a href="solrquery.getfacetdatefields.php" class="index">SolrQuery::getFacetDateFields</a> - Returns all the facet.date fields</li>
<li><a href="solrquery.getfacetdategap.php" class="index">SolrQuery::getFacetDateGap</a> - Returns the value of the facet.date.gap parameter</li>
<li><a href="solrquery.getfacetdatehardend.php" class="index">SolrQuery::getFacetDateHardEnd</a> - Returns the value of the facet.date.hardend parameter</li>
<li><a href="solrquery.getfacetdateother.php" class="index">SolrQuery::getFacetDateOther</a> - Returns the value for the facet.date.other parameter</li>
<li><a href="solrquery.getfacetdatestart.php" class="index">SolrQuery::getFacetDateStart</a> - Returns the  lower bound for the first date range for all date faceting on this field</li>
<li><a href="solrquery.getfacetfields.php" class="index">SolrQuery::getFacetFields</a> - Returns all the facet fields</li>
<li><a href="solrquery.getfacetlimit.php" class="index">SolrQuery::getFacetLimit</a> - Returns the maximum number of constraint counts that should be returned for the facet fields</li>
<li><a href="solrquery.getfacetmethod.php" class="index">SolrQuery::getFacetMethod</a> - Returns the value of the facet.method parameter</li>
<li><a href="solrquery.getfacetmincount.php" class="index">SolrQuery::getFacetMinCount</a> - Returns the minimum counts for facet fields should be included in the response</li>
<li><a href="solrquery.getfacetmissing.php" class="index">SolrQuery::getFacetMissing</a> - Returns the current state of the facet.missing parameter</li>
<li><a href="solrquery.getfacetoffset.php" class="index">SolrQuery::getFacetOffset</a> - Returns an offset into the list of constraints to be used for pagination</li>
<li><a href="solrquery.getfacetprefix.php" class="index">SolrQuery::getFacetPrefix</a> - Returns the facet prefix</li>
<li><a href="solrquery.getfacetqueries.php" class="index">SolrQuery::getFacetQueries</a> - Returns all the facet queries</li>
<li><a href="solrquery.getfacetsort.php" class="index">SolrQuery::getFacetSort</a> - Returns the facet sort type</li>
<li><a href="solrquery.getfields.php" class="index">SolrQuery::getFields</a> - Returns the list of fields that will be returned in the response</li>
<li><a href="solrquery.getfilterqueries.php" class="index">SolrQuery::getFilterQueries</a> - Returns an array of filter queries</li>
<li><a href="solrquery.getgroup.php" class="index">SolrQuery::getGroup</a> - Returns true if grouping is enabled</li>
<li><a href="solrquery.getgroupcachepercent.php" class="index">SolrQuery::getGroupCachePercent</a> - Returns group cache percent value</li>
<li><a href="solrquery.getgroupfacet.php" class="index">SolrQuery::getGroupFacet</a> - Returns the group.facet parameter value</li>
<li><a href="solrquery.getgroupfields.php" class="index">SolrQuery::getGroupFields</a> - Returns group fields (group.field parameter values)</li>
<li><a href="solrquery.getgroupformat.php" class="index">SolrQuery::getGroupFormat</a> - Returns the group.format value</li>
<li><a href="solrquery.getgroupfunctions.php" class="index">SolrQuery::getGroupFunctions</a> - Returns group functions (group.func parameter values)</li>
<li><a href="solrquery.getgrouplimit.php" class="index">SolrQuery::getGroupLimit</a> - Returns the group.limit value</li>
<li><a href="solrquery.getgroupmain.php" class="index">SolrQuery::getGroupMain</a> - Returns the group.main value</li>
<li><a href="solrquery.getgroupngroups.php" class="index">SolrQuery::getGroupNGroups</a> - Returns the group.ngroups value</li>
<li><a href="solrquery.getgroupoffset.php" class="index">SolrQuery::getGroupOffset</a> - Returns the group.offset value</li>
<li><a href="solrquery.getgroupqueries.php" class="index">SolrQuery::getGroupQueries</a> - Returns all the group.query parameter values</li>
<li><a href="solrquery.getgroupsortfields.php" class="index">SolrQuery::getGroupSortFields</a> - Returns the group.sort value</li>
<li><a href="solrquery.getgrouptruncate.php" class="index">SolrQuery::getGroupTruncate</a> - Returns the group.truncate value</li>
<li><a href="solrquery.gethighlight.php" class="index">SolrQuery::getHighlight</a> - Returns the state of the hl parameter</li>
<li><a href="solrquery.gethighlightalternatefield.php" class="index">SolrQuery::getHighlightAlternateField</a> - Returns the highlight field to use as backup or default</li>
<li><a href="solrquery.gethighlightfields.php" class="index">SolrQuery::getHighlightFields</a> - Returns all the fields that Solr should generate highlighted snippets for</li>
<li><a href="solrquery.gethighlightformatter.php" class="index">SolrQuery::getHighlightFormatter</a> - Returns the formatter for the highlighted output</li>
<li><a href="solrquery.gethighlightfragmenter.php" class="index">SolrQuery::getHighlightFragmenter</a> - Returns the text snippet generator for highlighted text</li>
<li><a href="solrquery.gethighlightfragsize.php" class="index">SolrQuery::getHighlightFragsize</a> - Returns the number of characters of fragments to consider for highlighting</li>
<li><a href="solrquery.gethighlighthighlightmultiterm.php" class="index">SolrQuery::getHighlightHighlightMultiTerm</a> - Returns whether or not to enable highlighting for range/wildcard/fuzzy/prefix queries</li>
<li><a href="solrquery.gethighlightmaxalternatefieldlength.php" class="index">SolrQuery::getHighlightMaxAlternateFieldLength</a> - Returns the maximum number of characters of the field to return</li>
<li><a href="solrquery.gethighlightmaxanalyzedchars.php" class="index">SolrQuery::getHighlightMaxAnalyzedChars</a> - Returns the maximum number of characters into a document to look for suitable snippets</li>
<li><a href="solrquery.gethighlightmergecontiguous.php" class="index">SolrQuery::getHighlightMergeContiguous</a> - Returns whether or not the collapse contiguous fragments into a single fragment</li>
<li><a href="solrquery.gethighlightquery.php" class="index">SolrQuery::getHighlightQuery</a> - return the highlightquery (hl.q)</li>
<li><a href="solrquery.gethighlightregexmaxanalyzedchars.php" class="index">SolrQuery::getHighlightRegexMaxAnalyzedChars</a> - Returns the maximum number of characters from a field when using the regex fragmenter</li>
<li><a href="solrquery.gethighlightregexpattern.php" class="index">SolrQuery::getHighlightRegexPattern</a> - Returns the regular expression for fragmenting</li>
<li><a href="solrquery.gethighlightregexslop.php" class="index">SolrQuery::getHighlightRegexSlop</a> - Returns the deviation factor from the ideal fragment size</li>
<li><a href="solrquery.gethighlightrequirefieldmatch.php" class="index">SolrQuery::getHighlightRequireFieldMatch</a> - Returns if a field will only be highlighted if the query matched in this particular field</li>
<li><a href="solrquery.gethighlightsimplepost.php" class="index">SolrQuery::getHighlightSimplePost</a> - Returns the text which appears after a highlighted term</li>
<li><a href="solrquery.gethighlightsimplepre.php" class="index">SolrQuery::getHighlightSimplePre</a> - Returns the text which appears before a highlighted term</li>
<li><a href="solrquery.gethighlightsnippets.php" class="index">SolrQuery::getHighlightSnippets</a> - Returns the maximum number of highlighted snippets to generate per field</li>
<li><a href="solrquery.gethighlightusephrasehighlighter.php" class="index">SolrQuery::getHighlightUsePhraseHighlighter</a> - Returns the state of the hl.usePhraseHighlighter parameter</li>
<li><a href="solrquery.getmlt.php" class="index">SolrQuery::getMlt</a> - Returns whether or not MoreLikeThis results should be enabled</li>
<li><a href="solrquery.getmltboost.php" class="index">SolrQuery::getMltBoost</a> - Returns whether or not the query will be boosted by the interesting term relevance</li>
<li><a href="solrquery.getmltcount.php" class="index">SolrQuery::getMltCount</a> - Returns the number of similar documents to return for each result</li>
<li><a href="solrquery.getmltfields.php" class="index">SolrQuery::getMltFields</a> - Returns all the fields to use for similarity</li>
<li><a href="solrquery.getmltmaxnumqueryterms.php" class="index">SolrQuery::getMltMaxNumQueryTerms</a> - Returns the maximum number of query terms that will be included in any generated query</li>
<li><a href="solrquery.getmltmaxnumtokens.php" class="index">SolrQuery::getMltMaxNumTokens</a> - Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support</li>
<li><a href="solrquery.getmltmaxwordlength.php" class="index">SolrQuery::getMltMaxWordLength</a> - Returns the maximum word length above which words will be ignored</li>
<li><a href="solrquery.getmltmindocfrequency.php" class="index">SolrQuery::getMltMinDocFrequency</a> - Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs</li>
<li><a href="solrquery.getmltmintermfrequency.php" class="index">SolrQuery::getMltMinTermFrequency</a> - Returns the frequency below which terms will be ignored in the source document</li>
<li><a href="solrquery.getmltminwordlength.php" class="index">SolrQuery::getMltMinWordLength</a> - Returns the minimum word length below which words will be ignored</li>
<li><a href="solrquery.getmltqueryfields.php" class="index">SolrQuery::getMltQueryFields</a> - Returns the query fields and their boosts</li>
<li><a href="solrquery.getquery.php" class="index">SolrQuery::getQuery</a> - Returns the main query</li>
<li><a href="solrquery.getrows.php" class="index">SolrQuery::getRows</a> - Returns the maximum number of documents</li>
<li><a href="solrquery.getsortfields.php" class="index">SolrQuery::getSortFields</a> - Returns all the sort fields</li>
<li><a href="solrquery.getstart.php" class="index">SolrQuery::getStart</a> - Returns the offset in the complete result set</li>
<li><a href="solrquery.getstats.php" class="index">SolrQuery::getStats</a> - Returns whether or not stats is enabled</li>
<li><a href="solrquery.getstatsfacets.php" class="index">SolrQuery::getStatsFacets</a> - Returns all the stats facets that were set</li>
<li><a href="solrquery.getstatsfields.php" class="index">SolrQuery::getStatsFields</a> - Returns all the statistics fields</li>
<li><a href="solrquery.getterms.php" class="index">SolrQuery::getTerms</a> - Returns whether or not the TermsComponent is enabled</li>
<li><a href="solrquery.gettermsfield.php" class="index">SolrQuery::getTermsField</a> - Returns the field from which the terms are retrieved</li>
<li><a href="solrquery.gettermsincludelowerbound.php" class="index">SolrQuery::getTermsIncludeLowerBound</a> - Returns whether or not to include the lower bound in the result set</li>
<li><a href="solrquery.gettermsincludeupperbound.php" class="index">SolrQuery::getTermsIncludeUpperBound</a> - Returns whether or not to include the upper bound term in the result set</li>
<li><a href="solrquery.gettermslimit.php" class="index">SolrQuery::getTermsLimit</a> - Returns the maximum number of terms Solr should return</li>
<li><a href="solrquery.gettermslowerbound.php" class="index">SolrQuery::getTermsLowerBound</a> - Returns the term to start at</li>
<li><a href="solrquery.gettermsmaxcount.php" class="index">SolrQuery::getTermsMaxCount</a> - Returns the maximum document frequency</li>
<li><a href="solrquery.gettermsmincount.php" class="index">SolrQuery::getTermsMinCount</a> - Returns the minimum document frequency to return in order to be included</li>
<li><a href="solrquery.gettermsprefix.php" class="index">SolrQuery::getTermsPrefix</a> - Returns the term prefix</li>
<li><a href="solrquery.gettermsreturnraw.php" class="index">SolrQuery::getTermsReturnRaw</a> - Whether or not to return raw characters</li>
<li><a href="solrquery.gettermssort.php" class="index">SolrQuery::getTermsSort</a> - Returns an integer indicating how terms are sorted</li>
<li><a href="solrquery.gettermsupperbound.php" class="index">SolrQuery::getTermsUpperBound</a> - Returns the term to stop at</li>
<li><a href="solrquery.gettimeallowed.php" class="index">SolrQuery::getTimeAllowed</a> - Returns the time in milliseconds allowed for the query to finish</li>
<li><a href="solrquery.removeexpandfilterquery.php" class="index">SolrQuery::removeExpandFilterQuery</a> - Removes an expand filter query</li>
<li><a href="solrquery.removeexpandsortfield.php" class="index">SolrQuery::removeExpandSortField</a> - Removes an expand sort field from the expand.sort parameter</li>
<li><a href="solrquery.removefacetdatefield.php" class="index">SolrQuery::removeFacetDateField</a> - Removes one of the facet date fields</li>
<li><a href="solrquery.removefacetdateother.php" class="index">SolrQuery::removeFacetDateOther</a> - Removes one of the facet.date.other parameters</li>
<li><a href="solrquery.removefacetfield.php" class="index">SolrQuery::removeFacetField</a> - Removes one of the facet.date parameters</li>
<li><a href="solrquery.removefacetquery.php" class="index">SolrQuery::removeFacetQuery</a> - Removes one of the facet.query parameters</li>
<li><a href="solrquery.removefield.php" class="index">SolrQuery::removeField</a> - Removes a field from the list of fields</li>
<li><a href="solrquery.removefilterquery.php" class="index">SolrQuery::removeFilterQuery</a> - Removes a filter query</li>
<li><a href="solrquery.removehighlightfield.php" class="index">SolrQuery::removeHighlightField</a> - Removes one of the fields used for highlighting</li>
<li><a href="solrquery.removemltfield.php" class="index">SolrQuery::removeMltField</a> - Removes one of the moreLikeThis fields</li>
<li><a href="solrquery.removemltqueryfield.php" class="index">SolrQuery::removeMltQueryField</a> - Removes one of the moreLikeThis query fields</li>
<li><a href="solrquery.removesortfield.php" class="index">SolrQuery::removeSortField</a> - Removes one of the sort fields</li>
<li><a href="solrquery.removestatsfacet.php" class="index">SolrQuery::removeStatsFacet</a> - Removes one of the stats.facet parameters</li>
<li><a href="solrquery.removestatsfield.php" class="index">SolrQuery::removeStatsField</a> - Removes one of the stats.field parameters</li>
<li><a href="solrquery.setechohandler.php" class="index">SolrQuery::setEchoHandler</a> - Toggles the echoHandler parameter</li>
<li><a href="solrquery.setechoparams.php" class="index">SolrQuery::setEchoParams</a> - Determines what kind of parameters to include in the response</li>
<li><a href="solrquery.setexpand.php" class="index">SolrQuery::setExpand</a> - Enables/Disables the Expand Component</li>
<li><a href="solrquery.setexpandquery.php" class="index">SolrQuery::setExpandQuery</a> - Sets the expand.q parameter</li>
<li><a href="solrquery.setexpandrows.php" class="index">SolrQuery::setExpandRows</a> - Sets the number of rows to display in each group (expand.rows). Server Default 5</li>
<li><a href="solrquery.setexplainother.php" class="index">SolrQuery::setExplainOther</a> - Sets the explainOther common query parameter</li>
<li><a href="solrquery.setfacet.php" class="index">SolrQuery::setFacet</a> - Maps to the facet parameter. Enables or disables facetting</li>
<li><a href="solrquery.setfacetdateend.php" class="index">SolrQuery::setFacetDateEnd</a> - Maps to facet.date.end</li>
<li><a href="solrquery.setfacetdategap.php" class="index">SolrQuery::setFacetDateGap</a> - Maps to facet.date.gap</li>
<li><a href="solrquery.setfacetdatehardend.php" class="index">SolrQuery::setFacetDateHardEnd</a> - Maps to facet.date.hardend</li>
<li><a href="solrquery.setfacetdatestart.php" class="index">SolrQuery::setFacetDateStart</a> - Maps to facet.date.start</li>
<li><a href="solrquery.setfacetenumcachemindefaultfrequency.php" class="index">SolrQuery::setFacetEnumCacheMinDefaultFrequency</a> - Sets the minimum document frequency used for determining term count</li>
<li><a href="solrquery.setfacetlimit.php" class="index">SolrQuery::setFacetLimit</a> - Maps to facet.limit</li>
<li><a href="solrquery.setfacetmethod.php" class="index">SolrQuery::setFacetMethod</a> - Specifies the type of algorithm to use when faceting a field</li>
<li><a href="solrquery.setfacetmincount.php" class="index">SolrQuery::setFacetMinCount</a> - Maps to facet.mincount</li>
<li><a href="solrquery.setfacetmissing.php" class="index">SolrQuery::setFacetMissing</a> - Maps to facet.missing</li>
<li><a href="solrquery.setfacetoffset.php" class="index">SolrQuery::setFacetOffset</a> - Sets the offset into the list of constraints to allow for pagination</li>
<li><a href="solrquery.setfacetprefix.php" class="index">SolrQuery::setFacetPrefix</a> - Specifies a string prefix with which to limits the terms on which to facet</li>
<li><a href="solrquery.setfacetsort.php" class="index">SolrQuery::setFacetSort</a> - Determines the ordering of the facet field constraints</li>
<li><a href="solrquery.setgroup.php" class="index">SolrQuery::setGroup</a> - Enable/Disable result grouping (group parameter)</li>
<li><a href="solrquery.setgroupcachepercent.php" class="index">SolrQuery::setGroupCachePercent</a> - Enables caching for result grouping</li>
<li><a href="solrquery.setgroupfacet.php" class="index">SolrQuery::setGroupFacet</a> - Sets group.facet parameter</li>
<li><a href="solrquery.setgroupformat.php" class="index">SolrQuery::setGroupFormat</a> - Sets the group format, result structure (group.format parameter)</li>
<li><a href="solrquery.setgrouplimit.php" class="index">SolrQuery::setGroupLimit</a> - Specifies the number of results to return for each group. The server default value is 1</li>
<li><a href="solrquery.setgroupmain.php" class="index">SolrQuery::setGroupMain</a> - If true, the result of the first field grouping command is used as the main result list in the response, using group.format=simple</li>
<li><a href="solrquery.setgroupngroups.php" class="index">SolrQuery::setGroupNGroups</a> - If true, Solr includes the number of groups that have matched the query in the results</li>
<li><a href="solrquery.setgroupoffset.php" class="index">SolrQuery::setGroupOffset</a> - Sets the group.offset parameter</li>
<li><a href="solrquery.setgrouptruncate.php" class="index">SolrQuery::setGroupTruncate</a> - If true, facet counts are based on the most relevant document of each group matching the query</li>
<li><a href="solrquery.sethighlight.php" class="index">SolrQuery::setHighlight</a> - Enables or disables highlighting</li>
<li><a href="solrquery.sethighlightalternatefield.php" class="index">SolrQuery::setHighlightAlternateField</a> - Specifies the backup field to use</li>
<li><a href="solrquery.sethighlightformatter.php" class="index">SolrQuery::setHighlightFormatter</a> - Specify a formatter for the highlight output</li>
<li><a href="solrquery.sethighlightfragmenter.php" class="index">SolrQuery::setHighlightFragmenter</a> - Sets a text snippet generator for highlighted text</li>
<li><a href="solrquery.sethighlightfragsize.php" class="index">SolrQuery::setHighlightFragsize</a> - The size of fragments to consider for highlighting</li>
<li><a href="solrquery.sethighlighthighlightmultiterm.php" class="index">SolrQuery::setHighlightHighlightMultiTerm</a> - Use SpanScorer to highlight phrase terms</li>
<li><a href="solrquery.sethighlightmaxalternatefieldlength.php" class="index">SolrQuery::setHighlightMaxAlternateFieldLength</a> - Sets the maximum number of characters of the field to return</li>
<li><a href="solrquery.sethighlightmaxanalyzedchars.php" class="index">SolrQuery::setHighlightMaxAnalyzedChars</a> - Specifies the number of characters into a document to look for suitable snippets</li>
<li><a href="solrquery.sethighlightmergecontiguous.php" class="index">SolrQuery::setHighlightMergeContiguous</a> - Whether or not to collapse contiguous fragments into a single fragment</li>
<li><a href="solrquery.sethighlightquery.php" class="index">SolrQuery::setHighlightQuery</a> - A query designated for highlighting (hl.q)</li>
<li><a href="solrquery.sethighlightregexmaxanalyzedchars.php" class="index">SolrQuery::setHighlightRegexMaxAnalyzedChars</a> - Specify the maximum number of characters to analyze</li>
<li><a href="solrquery.sethighlightregexpattern.php" class="index">SolrQuery::setHighlightRegexPattern</a> - Specify the regular expression for fragmenting</li>
<li><a href="solrquery.sethighlightregexslop.php" class="index">SolrQuery::setHighlightRegexSlop</a> - Sets the factor by which the regex fragmenter can stray from the ideal fragment size</li>
<li><a href="solrquery.sethighlightrequirefieldmatch.php" class="index">SolrQuery::setHighlightRequireFieldMatch</a> - Require field matching during highlighting</li>
<li><a href="solrquery.sethighlightsimplepost.php" class="index">SolrQuery::setHighlightSimplePost</a> - Sets the text which appears after a highlighted term</li>
<li><a href="solrquery.sethighlightsimplepre.php" class="index">SolrQuery::setHighlightSimplePre</a> - Sets the text which appears before a highlighted term</li>
<li><a href="solrquery.sethighlightsnippets.php" class="index">SolrQuery::setHighlightSnippets</a> - Sets the maximum number of highlighted snippets to generate per field</li>
<li><a href="solrquery.sethighlightusephrasehighlighter.php" class="index">SolrQuery::setHighlightUsePhraseHighlighter</a> - Whether to highlight phrase terms only when they appear within the query phrase</li>
<li><a href="solrquery.setmlt.php" class="index">SolrQuery::setMlt</a> - Enables or disables moreLikeThis</li>
<li><a href="solrquery.setmltboost.php" class="index">SolrQuery::setMltBoost</a> - Set if the query will be boosted by the interesting term relevance</li>
<li><a href="solrquery.setmltcount.php" class="index">SolrQuery::setMltCount</a> - Set the number of similar documents to return for each result</li>
<li><a href="solrquery.setmltmaxnumqueryterms.php" class="index">SolrQuery::setMltMaxNumQueryTerms</a> - Sets the maximum number of query terms included</li>
<li><a href="solrquery.setmltmaxnumtokens.php" class="index">SolrQuery::setMltMaxNumTokens</a> - Specifies the maximum number of tokens to parse</li>
<li><a href="solrquery.setmltmaxwordlength.php" class="index">SolrQuery::setMltMaxWordLength</a> - Sets the maximum word length</li>
<li><a href="solrquery.setmltmindocfrequency.php" class="index">SolrQuery::setMltMinDocFrequency</a> - Sets the mltMinDoc frequency</li>
<li><a href="solrquery.setmltmintermfrequency.php" class="index">SolrQuery::setMltMinTermFrequency</a> - Sets the frequency below which terms will be ignored in the source docs</li>
<li><a href="solrquery.setmltminwordlength.php" class="index">SolrQuery::setMltMinWordLength</a> - Sets the minimum word length</li>
<li><a href="solrquery.setomitheader.php" class="index">SolrQuery::setOmitHeader</a> - Exclude the header from the returned results</li>
<li><a href="solrquery.setquery.php" class="index">SolrQuery::setQuery</a> - Sets the search query</li>
<li><a href="solrquery.setrows.php" class="index">SolrQuery::setRows</a> - Specifies the maximum number of rows to return in the result</li>
<li><a href="solrquery.setshowdebuginfo.php" class="index">SolrQuery::setShowDebugInfo</a> - Flag to show debug information</li>
<li><a href="solrquery.setstart.php" class="index">SolrQuery::setStart</a> - Specifies the number of rows to skip</li>
<li><a href="solrquery.setstats.php" class="index">SolrQuery::setStats</a> - Enables or disables the Stats component</li>
<li><a href="solrquery.setterms.php" class="index">SolrQuery::setTerms</a> - Enables or disables the TermsComponent</li>
<li><a href="solrquery.settermsfield.php" class="index">SolrQuery::setTermsField</a> - Sets the name of the field to get the Terms from</li>
<li><a href="solrquery.settermsincludelowerbound.php" class="index">SolrQuery::setTermsIncludeLowerBound</a> - Include the lower bound term in the result set</li>
<li><a href="solrquery.settermsincludeupperbound.php" class="index">SolrQuery::setTermsIncludeUpperBound</a> - Include the upper bound term in the result set</li>
<li><a href="solrquery.settermslimit.php" class="index">SolrQuery::setTermsLimit</a> - Sets the maximum number of terms to return</li>
<li><a href="solrquery.settermslowerbound.php" class="index">SolrQuery::setTermsLowerBound</a> - Specifies the Term to start from</li>
<li><a href="solrquery.settermsmaxcount.php" class="index">SolrQuery::setTermsMaxCount</a> - Sets the maximum document frequency</li>
<li><a href="solrquery.settermsmincount.php" class="index">SolrQuery::setTermsMinCount</a> - Sets the minimum document frequency</li>
<li><a href="solrquery.settermsprefix.php" class="index">SolrQuery::setTermsPrefix</a> - Restrict matches to terms that start with the prefix</li>
<li><a href="solrquery.settermsreturnraw.php" class="index">SolrQuery::setTermsReturnRaw</a> - Return the raw characters of the indexed term</li>
<li><a href="solrquery.settermssort.php" class="index">SolrQuery::setTermsSort</a> - Specifies how to sort the returned terms</li>
<li><a href="solrquery.settermsupperbound.php" class="index">SolrQuery::setTermsUpperBound</a> - Sets the term to stop at</li>
<li><a href="solrquery.settimeallowed.php" class="index">SolrQuery::setTimeAllowed</a> - The time allowed for search to finish</li>
<li><a href="solrquery.construct.php" class="index">SolrQuery::__construct</a> - Constructor</li>
<li><a href="solrquery.destruct.php" class="index">SolrQuery::__destruct</a> - Destructor</li>
<li><a href="solrqueryresponse.construct.php" class="index">SolrQueryResponse::__construct</a> - Constructor</li>
<li><a href="solrqueryresponse.destruct.php" class="index">SolrQueryResponse::__destruct</a> - Destructor</li>
<li><a href="solrresponse.getdigestedresponse.php" class="index">SolrResponse::getDigestedResponse</a> - Returns the XML response as serialized PHP data</li>
<li><a href="solrresponse.gethttpstatus.php" class="index">SolrResponse::getHttpStatus</a> - Returns the HTTP status of the response</li>
<li><a href="solrresponse.gethttpstatusmessage.php" class="index">SolrResponse::getHttpStatusMessage</a> - Returns more details on the HTTP status</li>
<li><a href="solrresponse.getrawrequest.php" class="index">SolrResponse::getRawRequest</a> - Returns the raw request sent to the Solr server</li>
<li><a href="solrresponse.getrawrequestheaders.php" class="index">SolrResponse::getRawRequestHeaders</a> - Returns the raw request headers sent to the Solr server</li>
<li><a href="solrresponse.getrawresponse.php" class="index">SolrResponse::getRawResponse</a> - Returns the raw response from the server</li>
<li><a href="solrresponse.getrawresponseheaders.php" class="index">SolrResponse::getRawResponseHeaders</a> - Returns the raw response headers from the server</li>
<li><a href="solrresponse.getrequesturl.php" class="index">SolrResponse::getRequestUrl</a> - Returns the full URL the request was sent to</li>
<li><a href="solrresponse.getresponse.php" class="index">SolrResponse::getResponse</a> - Returns a SolrObject representing the XML response from the server</li>
<li><a href="solrresponse.setparsemode.php" class="index">SolrResponse::setParseMode</a> - Sets the parse mode</li>
<li><a href="solrresponse.success.php" class="index">SolrResponse::success</a> - Was the request a success</li>
<li><a href="solrserverexception.getinternalinfo.php" class="index">SolrServerException::getInternalInfo</a> - Returns internal information where the Exception was thrown</li>
<li><a href="solrupdateresponse.construct.php" class="index">SolrUpdateResponse::__construct</a> - Constructor</li>
<li><a href="solrupdateresponse.destruct.php" class="index">SolrUpdateResponse::__destruct</a> - Destructor</li>
<li><a href="solrutils.digestxmlresponse.php" class="index">SolrUtils::digestXmlResponse</a> - Parses an response XML string into a SolrObject</li>
<li><a href="solrutils.escapequerychars.php" class="index">SolrUtils::escapeQueryChars</a> - Escapes a lucene query string</li>
<li><a href="solrutils.getsolrversion.php" class="index">SolrUtils::getSolrVersion</a> - Returns the current version of the Solr extension</li>
<li><a href="solrutils.queryphrase.php" class="index">SolrUtils::queryPhrase</a> - Prepares a phrase from an unescaped lucene string</li>
<li><a href="function.solr-get-version.php" class="index">solr_get_version</a> - Returns the current version of the Apache Solr extension</li>
<li><a href="function.sort.php" class="index">sort</a> - Ordina un array</li>
<li><a href="function.soundex.php" class="index">soundex</a> - Calcola la chiave soundex di una data stringa</li>
<li><a href="spldoublylinkedlist.add.php" class="index">SplDoublyLinkedList::add</a> - Add/insert a new value at the specified index</li>
<li><a href="spldoublylinkedlist.bottom.php" class="index">SplDoublyLinkedList::bottom</a> - Peeks at the node from the beginning of the doubly linked list</li>
<li><a href="spldoublylinkedlist.count.php" class="index">SplDoublyLinkedList::count</a> - Counts the number of elements in the doubly linked list</li>
<li><a href="spldoublylinkedlist.current.php" class="index">SplDoublyLinkedList::current</a> - Return current array entry</li>
<li><a href="spldoublylinkedlist.getiteratormode.php" class="index">SplDoublyLinkedList::getIteratorMode</a> - Returns the mode of iteration</li>
<li><a href="spldoublylinkedlist.isempty.php" class="index">SplDoublyLinkedList::isEmpty</a> - Checks whether the doubly linked list is empty</li>
<li><a href="spldoublylinkedlist.key.php" class="index">SplDoublyLinkedList::key</a> - Return current node index</li>
<li><a href="spldoublylinkedlist.next.php" class="index">SplDoublyLinkedList::next</a> - Move to next entry</li>
<li><a href="spldoublylinkedlist.offsetexists.php" class="index">SplDoublyLinkedList::offsetExists</a> - Returns whether the requested $index exists</li>
<li><a href="spldoublylinkedlist.offsetget.php" class="index">SplDoublyLinkedList::offsetGet</a> - Returns the value at the specified $index</li>
<li><a href="spldoublylinkedlist.offsetset.php" class="index">SplDoublyLinkedList::offsetSet</a> - Sets the value at the specified $index to $value</li>
<li><a href="spldoublylinkedlist.offsetunset.php" class="index">SplDoublyLinkedList::offsetUnset</a> - Unsets the value at the specified $index</li>
<li><a href="spldoublylinkedlist.pop.php" class="index">SplDoublyLinkedList::pop</a> - Pops a node from the end of the doubly linked list</li>
<li><a href="spldoublylinkedlist.prev.php" class="index">SplDoublyLinkedList::prev</a> - Move to previous entry</li>
<li><a href="spldoublylinkedlist.push.php" class="index">SplDoublyLinkedList::push</a> - Pushes an element at the end of the doubly linked list</li>
<li><a href="spldoublylinkedlist.rewind.php" class="index">SplDoublyLinkedList::rewind</a> - Rewind iterator back to the start</li>
<li><a href="spldoublylinkedlist.serialize.php" class="index">SplDoublyLinkedList::serialize</a> - Serializes the storage</li>
<li><a href="spldoublylinkedlist.setiteratormode.php" class="index">SplDoublyLinkedList::setIteratorMode</a> - Sets the mode of iteration</li>
<li><a href="spldoublylinkedlist.shift.php" class="index">SplDoublyLinkedList::shift</a> - Shifts a node from the beginning of the doubly linked list</li>
<li><a href="spldoublylinkedlist.top.php" class="index">SplDoublyLinkedList::top</a> - Peeks at the node from the end of the doubly linked list</li>
<li><a href="spldoublylinkedlist.unserialize.php" class="index">SplDoublyLinkedList::unserialize</a> - Unserializes the storage</li>
<li><a href="spldoublylinkedlist.unshift.php" class="index">SplDoublyLinkedList::unshift</a> - Prepends the doubly linked list with an element</li>
<li><a href="spldoublylinkedlist.valid.php" class="index">SplDoublyLinkedList::valid</a> - Check whether the doubly linked list contains more nodes</li>
<li><a href="splfileinfo.getatime.php" class="index">SplFileInfo::getATime</a> - Gets last access time of the file</li>
<li><a href="splfileinfo.getbasename.php" class="index">SplFileInfo::getBasename</a> - Gets the base name of the file</li>
<li><a href="splfileinfo.getctime.php" class="index">SplFileInfo::getCTime</a> - Gets the inode change time</li>
<li><a href="splfileinfo.getextension.php" class="index">SplFileInfo::getExtension</a> - Gets the file extension</li>
<li><a href="splfileinfo.getfileinfo.php" class="index">SplFileInfo::getFileInfo</a> - Gets an SplFileInfo object for the file</li>
<li><a href="splfileinfo.getfilename.php" class="index">SplFileInfo::getFilename</a> - Gets the filename</li>
<li><a href="splfileinfo.getgroup.php" class="index">SplFileInfo::getGroup</a> - Gets the file group</li>
<li><a href="splfileinfo.getinode.php" class="index">SplFileInfo::getInode</a> - Gets the inode for the file</li>
<li><a href="splfileinfo.getlinktarget.php" class="index">SplFileInfo::getLinkTarget</a> - Gets the target of a link</li>
<li><a href="splfileinfo.getmtime.php" class="index">SplFileInfo::getMTime</a> - Gets the last modified time</li>
<li><a href="splfileinfo.getowner.php" class="index">SplFileInfo::getOwner</a> - Gets the owner of the file</li>
<li><a href="splfileinfo.getpath.php" class="index">SplFileInfo::getPath</a> - Gets the path without filename</li>
<li><a href="splfileinfo.getpathinfo.php" class="index">SplFileInfo::getPathInfo</a> - Gets an SplFileInfo object for the path</li>
<li><a href="splfileinfo.getpathname.php" class="index">SplFileInfo::getPathname</a> - Gets the path to the file</li>
<li><a href="splfileinfo.getperms.php" class="index">SplFileInfo::getPerms</a> - Gets file permissions</li>
<li><a href="splfileinfo.getrealpath.php" class="index">SplFileInfo::getRealPath</a> - Gets absolute path to file</li>
<li><a href="splfileinfo.getsize.php" class="index">SplFileInfo::getSize</a> - Gets file size</li>
<li><a href="splfileinfo.gettype.php" class="index">SplFileInfo::getType</a> - Gets file type</li>
<li><a href="splfileinfo.isdir.php" class="index">SplFileInfo::isDir</a> - Tells if the file is a directory</li>
<li><a href="splfileinfo.isexecutable.php" class="index">SplFileInfo::isExecutable</a> - Tells if the file is executable</li>
<li><a href="splfileinfo.isfile.php" class="index">SplFileInfo::isFile</a> - Tells if the object references a regular file</li>
<li><a href="splfileinfo.islink.php" class="index">SplFileInfo::isLink</a> - Tells if the file is a link</li>
<li><a href="splfileinfo.isreadable.php" class="index">SplFileInfo::isReadable</a> - Tells if file is readable</li>
<li><a href="splfileinfo.iswritable.php" class="index">SplFileInfo::isWritable</a> - Tells if the entry is writable</li>
<li><a href="splfileinfo.openfile.php" class="index">SplFileInfo::openFile</a> - Gets an SplFileObject object for the file</li>
<li><a href="splfileinfo.setfileclass.php" class="index">SplFileInfo::setFileClass</a> - Sets the class used with SplFileInfo::openFile</li>
<li><a href="splfileinfo.setinfoclass.php" class="index">SplFileInfo::setInfoClass</a> - Sets the class used with SplFileInfo::getFileInfo and SplFileInfo::getPathInfo</li>
<li><a href="splfileinfo.construct.php" class="index">SplFileInfo::__construct</a> - Construct a new SplFileInfo object</li>
<li><a href="splfileinfo.tostring.php" class="index">SplFileInfo::__toString</a> - Returns the path to the file as a string</li>
<li><a href="splfileobject.current.php" class="index">SplFileObject::current</a> - Retrieve current line of file</li>
<li><a href="splfileobject.eof.php" class="index">SplFileObject::eof</a> - Reached end of file</li>
<li><a href="splfileobject.fflush.php" class="index">SplFileObject::fflush</a> - Flushes the output to the file</li>
<li><a href="splfileobject.fgetc.php" class="index">SplFileObject::fgetc</a> - Gets character from file</li>
<li><a href="splfileobject.fgetcsv.php" class="index">SplFileObject::fgetcsv</a> - Gets line from file and parse as CSV fields</li>
<li><a href="splfileobject.fgets.php" class="index">SplFileObject::fgets</a> - Gets line from file</li>
<li><a href="splfileobject.fgetss.php" class="index">SplFileObject::fgetss</a> - Gets line from file and strip HTML tags</li>
<li><a href="splfileobject.flock.php" class="index">SplFileObject::flock</a> - Portable file locking</li>
<li><a href="splfileobject.fpassthru.php" class="index">SplFileObject::fpassthru</a> - Output all remaining data on a file pointer</li>
<li><a href="splfileobject.fputcsv.php" class="index">SplFileObject::fputcsv</a> - Write a field array as a CSV line</li>
<li><a href="splfileobject.fread.php" class="index">SplFileObject::fread</a> - Read from file</li>
<li><a href="splfileobject.fscanf.php" class="index">SplFileObject::fscanf</a> - Parses input from file according to a format</li>
<li><a href="splfileobject.fseek.php" class="index">SplFileObject::fseek</a> - Seek to a position</li>
<li><a href="splfileobject.fstat.php" class="index">SplFileObject::fstat</a> - Gets information about the file</li>
<li><a href="splfileobject.ftell.php" class="index">SplFileObject::ftell</a> - Return current file position</li>
<li><a href="splfileobject.ftruncate.php" class="index">SplFileObject::ftruncate</a> - Truncates the file to a given length</li>
<li><a href="splfileobject.fwrite.php" class="index">SplFileObject::fwrite</a> - Write to file</li>
<li><a href="splfileobject.getchildren.php" class="index">SplFileObject::getChildren</a> - No purpose</li>
<li><a href="splfileobject.getcsvcontrol.php" class="index">SplFileObject::getCsvControl</a> - Get the delimiter, enclosure and escape character for CSV</li>
<li><a href="splfileobject.getcurrentline.php" class="index">SplFileObject::getCurrentLine</a> - Alias di SplFileObject::fgets</li>
<li><a href="splfileobject.getflags.php" class="index">SplFileObject::getFlags</a> - Gets flags for the SplFileObject</li>
<li><a href="splfileobject.getmaxlinelen.php" class="index">SplFileObject::getMaxLineLen</a> - Get maximum line length</li>
<li><a href="splfileobject.haschildren.php" class="index">SplFileObject::hasChildren</a> - SplFileObject does not have children</li>
<li><a href="splfileobject.key.php" class="index">SplFileObject::key</a> - Get line number</li>
<li><a href="splfileobject.next.php" class="index">SplFileObject::next</a> - Read next line</li>
<li><a href="splfileobject.rewind.php" class="index">SplFileObject::rewind</a> - Rewind the file to the first line</li>
<li><a href="splfileobject.seek.php" class="index">SplFileObject::seek</a> - Seek to specified line</li>
<li><a href="splfileobject.setcsvcontrol.php" class="index">SplFileObject::setCsvControl</a> - Set the delimiter, enclosure and escape character for CSV</li>
<li><a href="splfileobject.setflags.php" class="index">SplFileObject::setFlags</a> - Sets flags for the SplFileObject</li>
<li><a href="splfileobject.setmaxlinelen.php" class="index">SplFileObject::setMaxLineLen</a> - Set maximum line length</li>
<li><a href="splfileobject.valid.php" class="index">SplFileObject::valid</a> - Not at EOF</li>
<li><a href="splfileobject.construct.php" class="index">SplFileObject::__construct</a> - Construct a new file object</li>
<li><a href="splfileobject.tostring.php" class="index">SplFileObject::__toString</a> - Returns the current line as a string</li>
<li><a href="splfixedarray.count.php" class="index">SplFixedArray::count</a> - Returns the size of the array</li>
<li><a href="splfixedarray.current.php" class="index">SplFixedArray::current</a> - Return current array entry</li>
<li><a href="splfixedarray.fromarray.php" class="index">SplFixedArray::fromArray</a> - Import a PHP array in a SplFixedArray instance</li>
<li><a href="splfixedarray.getiterator.php" class="index">SplFixedArray::getIterator</a> - Retrieve the iterator to go through the array</li>
<li><a href="splfixedarray.getsize.php" class="index">SplFixedArray::getSize</a> - Gets the size of the array</li>
<li><a href="splfixedarray.jsonserialize.php" class="index">SplFixedArray::jsonSerialize</a> - Returns a representation that can be converted to JSON</li>
<li><a href="splfixedarray.key.php" class="index">SplFixedArray::key</a> - Return current array index</li>
<li><a href="splfixedarray.next.php" class="index">SplFixedArray::next</a> - Move to next entry</li>
<li><a href="splfixedarray.offsetexists.php" class="index">SplFixedArray::offsetExists</a> - Returns whether the requested index exists</li>
<li><a href="splfixedarray.offsetget.php" class="index">SplFixedArray::offsetGet</a> - Returns the value at the specified index</li>
<li><a href="splfixedarray.offsetset.php" class="index">SplFixedArray::offsetSet</a> - Sets a new value at a specified index</li>
<li><a href="splfixedarray.offsetunset.php" class="index">SplFixedArray::offsetUnset</a> - Unsets the value at the specified $index</li>
<li><a href="splfixedarray.rewind.php" class="index">SplFixedArray::rewind</a> - Rewind iterator back to the start</li>
<li><a href="splfixedarray.setsize.php" class="index">SplFixedArray::setSize</a> - Change the size of an array</li>
<li><a href="splfixedarray.toarray.php" class="index">SplFixedArray::toArray</a> - Returns a PHP array from the fixed array</li>
<li><a href="splfixedarray.valid.php" class="index">SplFixedArray::valid</a> - Check whether the array contains more elements</li>
<li><a href="splfixedarray.construct.php" class="index">SplFixedArray::__construct</a> - Constructs a new fixed array</li>
<li><a href="splfixedarray.serialize.php" class="index">SplFixedArray::__serialize</a> - Serializes the SplFixedArray object</li>
<li><a href="splfixedarray.unserialize.php" class="index">SplFixedArray::__unserialize</a> - Deserializes the data parameter into an SplFixedArray object</li>
<li><a href="splfixedarray.wakeup.php" class="index">SplFixedArray::__wakeup</a> - Reinitialises the array after being unserialised</li>
<li><a href="splheap.compare.php" class="index">SplHeap::compare</a> - Compare elements in order to place them correctly in the heap while sifting up</li>
<li><a href="splheap.count.php" class="index">SplHeap::count</a> - Counts the number of elements in the heap</li>
<li><a href="splheap.current.php" class="index">SplHeap::current</a> - Return current node pointed by the iterator</li>
<li><a href="splheap.extract.php" class="index">SplHeap::extract</a> - Extracts a node from top of the heap and sift up</li>
<li><a href="splheap.insert.php" class="index">SplHeap::insert</a> - Inserts an element in the heap by sifting it up</li>
<li><a href="splheap.iscorrupted.php" class="index">SplHeap::isCorrupted</a> - Tells if the heap is in a corrupted state</li>
<li><a href="splheap.isempty.php" class="index">SplHeap::isEmpty</a> - Checks whether the heap is empty</li>
<li><a href="splheap.key.php" class="index">SplHeap::key</a> - Return current node index</li>
<li><a href="splheap.next.php" class="index">SplHeap::next</a> - Move to the next node</li>
<li><a href="splheap.recoverfromcorruption.php" class="index">SplHeap::recoverFromCorruption</a> - Recover from the corrupted state and allow further actions on the heap</li>
<li><a href="splheap.rewind.php" class="index">SplHeap::rewind</a> - Rewind iterator back to the start (no-op)</li>
<li><a href="splheap.top.php" class="index">SplHeap::top</a> - Peeks at the node from the top of the heap</li>
<li><a href="splheap.valid.php" class="index">SplHeap::valid</a> - Check whether the heap contains more nodes</li>
<li><a href="splmaxheap.compare.php" class="index">SplMaxHeap::compare</a> - Compare elements in order to place them correctly in the heap while sifting up</li>
<li><a href="splminheap.compare.php" class="index">SplMinHeap::compare</a> - Compare elements in order to place them correctly in the heap while sifting up</li>
<li><a href="splobjectstorage.addall.php" class="index">SplObjectStorage::addAll</a> - Adds all objects from another storage</li>
<li><a href="splobjectstorage.attach.php" class="index">SplObjectStorage::attach</a> - Adds an object in the storage</li>
<li><a href="splobjectstorage.contains.php" class="index">SplObjectStorage::contains</a> - Checks if the storage contains a specific object</li>
<li><a href="splobjectstorage.count.php" class="index">SplObjectStorage::count</a> - Returns the number of objects in the storage</li>
<li><a href="splobjectstorage.current.php" class="index">SplObjectStorage::current</a> - Returns the current storage entry</li>
<li><a href="splobjectstorage.detach.php" class="index">SplObjectStorage::detach</a> - Removes an object from the storage</li>
<li><a href="splobjectstorage.gethash.php" class="index">SplObjectStorage::getHash</a> - Calculate a unique identifier for the contained objects</li>
<li><a href="splobjectstorage.getinfo.php" class="index">SplObjectStorage::getInfo</a> - Returns the data associated with the current iterator entry</li>
<li><a href="splobjectstorage.key.php" class="index">SplObjectStorage::key</a> - Returns the index at which the iterator currently is</li>
<li><a href="splobjectstorage.next.php" class="index">SplObjectStorage::next</a> - Move to the next entry</li>
<li><a href="splobjectstorage.offsetexists.php" class="index">SplObjectStorage::offsetExists</a> - Checks whether an object exists in the storage</li>
<li><a href="splobjectstorage.offsetget.php" class="index">SplObjectStorage::offsetGet</a> - Returns the data associated with an object</li>
<li><a href="splobjectstorage.offsetset.php" class="index">SplObjectStorage::offsetSet</a> - Associates data to an object in the storage</li>
<li><a href="splobjectstorage.offsetunset.php" class="index">SplObjectStorage::offsetUnset</a> - Removes an object from the storage</li>
<li><a href="splobjectstorage.removeall.php" class="index">SplObjectStorage::removeAll</a> - Removes objects contained in another storage from the current storage</li>
<li><a href="splobjectstorage.removeallexcept.php" class="index">SplObjectStorage::removeAllExcept</a> - Removes all objects except for those contained in another storage from the current storage</li>
<li><a href="splobjectstorage.rewind.php" class="index">SplObjectStorage::rewind</a> - Rewind the iterator to the first storage element</li>
<li><a href="splobjectstorage.seek.php" class="index">SplObjectStorage::seek</a> - Seeks iterator to a position</li>
<li><a href="splobjectstorage.serialize.php" class="index">SplObjectStorage::serialize</a> - Serializes the storage</li>
<li><a href="splobjectstorage.setinfo.php" class="index">SplObjectStorage::setInfo</a> - Sets the data associated with the current iterator entry</li>
<li><a href="splobjectstorage.unserialize.php" class="index">SplObjectStorage::unserialize</a> - Unserializes a storage from its string representation</li>
<li><a href="splobjectstorage.valid.php" class="index">SplObjectStorage::valid</a> - Returns if the current iterator entry is valid</li>
<li><a href="splobserver.update.php" class="index">SplObserver::update</a> - Receive update from subject</li>
<li><a href="splpriorityqueue.compare.php" class="index">SplPriorityQueue::compare</a> - Compare priorities in order to place elements correctly in the heap while sifting up</li>
<li><a href="splpriorityqueue.count.php" class="index">SplPriorityQueue::count</a> - Counts the number of elements in the queue</li>
<li><a href="splpriorityqueue.current.php" class="index">SplPriorityQueue::current</a> - Return current node pointed by the iterator</li>
<li><a href="splpriorityqueue.extract.php" class="index">SplPriorityQueue::extract</a> - Extracts a node from top of the heap and sift up</li>
<li><a href="splpriorityqueue.getextractflags.php" class="index">SplPriorityQueue::getExtractFlags</a> - Get the flags of extraction</li>
<li><a href="splpriorityqueue.insert.php" class="index">SplPriorityQueue::insert</a> - Inserts an element in the queue by sifting it up</li>
<li><a href="splpriorityqueue.iscorrupted.php" class="index">SplPriorityQueue::isCorrupted</a> - Tells if the priority queue is in a corrupted state</li>
<li><a href="splpriorityqueue.isempty.php" class="index">SplPriorityQueue::isEmpty</a> - Checks whether the queue is empty</li>
<li><a href="splpriorityqueue.key.php" class="index">SplPriorityQueue::key</a> - Return current node index</li>
<li><a href="splpriorityqueue.next.php" class="index">SplPriorityQueue::next</a> - Move to the next node</li>
<li><a href="splpriorityqueue.recoverfromcorruption.php" class="index">SplPriorityQueue::recoverFromCorruption</a> - Recover from the corrupted state and allow further actions on the queue</li>
<li><a href="splpriorityqueue.rewind.php" class="index">SplPriorityQueue::rewind</a> - Rewind iterator back to the start (no-op)</li>
<li><a href="splpriorityqueue.setextractflags.php" class="index">SplPriorityQueue::setExtractFlags</a> - Sets the mode of extraction</li>
<li><a href="splpriorityqueue.top.php" class="index">SplPriorityQueue::top</a> - Peeks at the node from the top of the queue</li>
<li><a href="splpriorityqueue.valid.php" class="index">SplPriorityQueue::valid</a> - Check whether the queue contains more nodes</li>
<li><a href="splqueue.dequeue.php" class="index">SplQueue::dequeue</a> - Dequeues a node from the queue</li>
<li><a href="splqueue.enqueue.php" class="index">SplQueue::enqueue</a> - Adds an element to the queue</li>
<li><a href="splsubject.attach.php" class="index">SplSubject::attach</a> - Attach an SplObserver</li>
<li><a href="splsubject.detach.php" class="index">SplSubject::detach</a> - Detach an observer</li>
<li><a href="splsubject.notify.php" class="index">SplSubject::notify</a> - Notify an observer</li>
<li><a href="spltempfileobject.construct.php" class="index">SplTempFileObject::__construct</a> - Construct a new temporary file object</li>
<li><a href="function.spl-autoload.php" class="index">spl_autoload</a> - Default implementation for __autoload()</li>
<li><a href="function.spl-autoload-call.php" class="index">spl_autoload_call</a> - Try all registered __autoload() functions to load the requested class</li>
<li><a href="function.spl-autoload-extensions.php" class="index">spl_autoload_extensions</a> - Register and return default file extensions for spl_autoload</li>
<li><a href="function.spl-autoload-functions.php" class="index">spl_autoload_functions</a> - Return all registered __autoload() functions</li>
<li><a href="function.spl-autoload-register.php" class="index">spl_autoload_register</a> - Register given function as __autoload() implementation</li>
<li><a href="function.spl-autoload-unregister.php" class="index">spl_autoload_unregister</a> - Unregister given function as __autoload() implementation</li>
<li><a href="function.spl-classes.php" class="index">spl_classes</a> - Return available SPL classes</li>
<li><a href="function.spl-object-hash.php" class="index">spl_object_hash</a> - Return hash id for given object</li>
<li><a href="function.spl-object-id.php" class="index">spl_object_id</a> - Return the integer object handle for given object</li>
<li><a href="spoofchecker.areconfusable.php" class="index">Spoofchecker::areConfusable</a> - Checks if given strings can be confused</li>
<li><a href="spoofchecker.issuspicious.php" class="index">Spoofchecker::isSuspicious</a> - Checks if a given text contains any suspicious characters</li>
<li><a href="spoofchecker.setallowedlocales.php" class="index">Spoofchecker::setAllowedLocales</a> - Locales to use when running checks</li>
<li><a href="spoofchecker.setchecks.php" class="index">Spoofchecker::setChecks</a> - Set the checks to run</li>
<li><a href="spoofchecker.setrestrictionlevel.php" class="index">Spoofchecker::setRestrictionLevel</a> - Set the restriction level</li>
<li><a href="spoofchecker.construct.php" class="index">Spoofchecker::__construct</a> - Constructor</li>
<li><a href="function.sprintf.php" class="index">sprintf</a> - Restituisce una stringa formattata</li>
<li><a href="sqlite3.backup.php" class="index">SQLite3::backup</a> - Backup one database to another database</li>
<li><a href="sqlite3.busytimeout.php" class="index">SQLite3::busyTimeout</a> - Sets the busy connection handler</li>
<li><a href="sqlite3.changes.php" class="index">SQLite3::changes</a> - Returns the number of database rows that were changed (or inserted or
   deleted) by the most recent SQL statement</li>
<li><a href="sqlite3.close.php" class="index">SQLite3::close</a> - Closes the database connection</li>
<li><a href="sqlite3.createaggregate.php" class="index">SQLite3::createAggregate</a> - Registers a PHP function for use as an SQL aggregate function</li>
<li><a href="sqlite3.createcollation.php" class="index">SQLite3::createCollation</a> - Registers a PHP function for use as an SQL collating function</li>
<li><a href="sqlite3.createfunction.php" class="index">SQLite3::createFunction</a> - Registers a PHP function for use as an SQL scalar function</li>
<li><a href="sqlite3.enableexceptions.php" class="index">SQLite3::enableExceptions</a> - Enable throwing exceptions</li>
<li><a href="sqlite3.escapestring.php" class="index">SQLite3::escapeString</a> - Restituisce una stringa su cui &egrave; stato correttamente effettuato l'escape</li>
<li><a href="sqlite3.exec.php" class="index">SQLite3::exec</a> - Executes a result-less query against a given database</li>
<li><a href="sqlite3.lasterrorcode.php" class="index">SQLite3::lastErrorCode</a> - Returns the numeric result code of the most recent failed SQLite request</li>
<li><a href="sqlite3.lasterrormsg.php" class="index">SQLite3::lastErrorMsg</a> - Returns English text describing the most recent failed SQLite request</li>
<li><a href="sqlite3.lastinsertrowid.php" class="index">SQLite3::lastInsertRowID</a> - Returns the row ID of the most recent INSERT into the database</li>
<li><a href="sqlite3.loadextension.php" class="index">SQLite3::loadExtension</a> - Attempts to load an SQLite extension library</li>
<li><a href="sqlite3.open.php" class="index">SQLite3::open</a> - Opens an SQLite database</li>
<li><a href="sqlite3.openblob.php" class="index">SQLite3::openBlob</a> - Opens a stream resource to read a BLOB</li>
<li><a href="sqlite3.prepare.php" class="index">SQLite3::prepare</a> - Prepares an SQL statement for execution</li>
<li><a href="sqlite3.query.php" class="index">SQLite3::query</a> - Executes an SQL query</li>
<li><a href="sqlite3.querysingle.php" class="index">SQLite3::querySingle</a> - Executes a query and returns a single result</li>
<li><a href="sqlite3.setauthorizer.php" class="index">SQLite3::setAuthorizer</a> - Configures a callback to be used as an authorizer to limit what a statement can do</li>
<li><a href="sqlite3.version.php" class="index">SQLite3::version</a> - Returns the SQLite3 library version as a string constant and as a number</li>
<li><a href="sqlite3.construct.php" class="index">SQLite3::__construct</a> - Instantiates an SQLite3 object and opens an SQLite 3 database</li>
<li><a href="sqlite3result.columnname.php" class="index">SQLite3Result::columnName</a> - Returns the name of the nth column</li>
<li><a href="sqlite3result.columntype.php" class="index">SQLite3Result::columnType</a> - Returns the type of the nth column</li>
<li><a href="sqlite3result.fetcharray.php" class="index">SQLite3Result::fetchArray</a> - Fetches a result row as an associative or numerically indexed array or both</li>
<li><a href="sqlite3result.finalize.php" class="index">SQLite3Result::finalize</a> - Closes the result set</li>
<li><a href="sqlite3result.numcolumns.php" class="index">SQLite3Result::numColumns</a> - Returns the number of columns in the result set</li>
<li><a href="sqlite3result.reset.php" class="index">SQLite3Result::reset</a> - Resets the result set back to the first row</li>
<li><a href="sqlite3result.construct.php" class="index">SQLite3Result::__construct</a> - Constructs an SQLite3Result</li>
<li><a href="sqlite3stmt.bindparam.php" class="index">SQLite3Stmt::bindParam</a> - Binds a parameter to a statement variable</li>
<li><a href="sqlite3stmt.bindvalue.php" class="index">SQLite3Stmt::bindValue</a> - Binds the value of a parameter to a statement variable</li>
<li><a href="sqlite3stmt.clear.php" class="index">SQLite3Stmt::clear</a> - Clears all current bound parameters</li>
<li><a href="sqlite3stmt.close.php" class="index">SQLite3Stmt::close</a> - Closes the prepared statement</li>
<li><a href="sqlite3stmt.execute.php" class="index">SQLite3Stmt::execute</a> - Executes a prepared statement and returns a result set object</li>
<li><a href="sqlite3stmt.getsql.php" class="index">SQLite3Stmt::getSQL</a> - Get the SQL of the statement</li>
<li><a href="sqlite3stmt.paramcount.php" class="index">SQLite3Stmt::paramCount</a> - Returns the number of parameters within the prepared statement</li>
<li><a href="sqlite3stmt.readonly.php" class="index">SQLite3Stmt::readOnly</a> - Returns whether a statement is definitely read only</li>
<li><a href="sqlite3stmt.reset.php" class="index">SQLite3Stmt::reset</a> - Resets the prepared statement</li>
<li><a href="sqlite3stmt.construct.php" class="index">SQLite3Stmt::__construct</a> - Constructs an SQLite3Stmt object</li>
<li><a href="function.sqlsrv-begin-transaction.php" class="index">sqlsrv_begin_transaction</a> - Begins a database transaction</li>
<li><a href="function.sqlsrv-cancel.php" class="index">sqlsrv_cancel</a> - Cancels a statement</li>
<li><a href="function.sqlsrv-client-info.php" class="index">sqlsrv_client_info</a> - Returns information about the client and specified connection</li>
<li><a href="function.sqlsrv-close.php" class="index">sqlsrv_close</a> - Closes an open connection and releases resourses associated with the connection</li>
<li><a href="function.sqlsrv-commit.php" class="index">sqlsrv_commit</a> - Commits a transaction that was begun with sqlsrv_begin_transaction</li>
<li><a href="function.sqlsrv-configure.php" class="index">sqlsrv_configure</a> - Changes the driver error handling and logging configurations</li>
<li><a href="function.sqlsrv-connect.php" class="index">sqlsrv_connect</a> - Opens a connection to a Microsoft SQL Server database</li>
<li><a href="function.sqlsrv-errors.php" class="index">sqlsrv_errors</a> - Returns error and warning information about the last SQLSRV operation performed</li>
<li><a href="function.sqlsrv-execute.php" class="index">sqlsrv_execute</a> - Executes a statement prepared with sqlsrv_prepare</li>
<li><a href="function.sqlsrv-fetch.php" class="index">sqlsrv_fetch</a> - Makes the next row in a result set available for reading</li>
<li><a href="function.sqlsrv-fetch-array.php" class="index">sqlsrv_fetch_array</a> - Returns a row as an array</li>
<li><a href="function.sqlsrv-fetch-object.php" class="index">sqlsrv_fetch_object</a> - Retrieves the next row of data in a result set as an object</li>
<li><a href="function.sqlsrv-field-metadata.php" class="index">sqlsrv_field_metadata</a> - Retrieves metadata for the fields of a statement prepared by
  sqlsrv_prepare or sqlsrv_query</li>
<li><a href="function.sqlsrv-free-stmt.php" class="index">sqlsrv_free_stmt</a> - Frees all resources for the specified statement</li>
<li><a href="function.sqlsrv-get-config.php" class="index">sqlsrv_get_config</a> - Returns the value of the specified configuration setting</li>
<li><a href="function.sqlsrv-get-field.php" class="index">sqlsrv_get_field</a> - Gets field data from the currently selected row</li>
<li><a href="function.sqlsrv-has-rows.php" class="index">sqlsrv_has_rows</a> - Indicates whether the specified statement has rows</li>
<li><a href="function.sqlsrv-next-result.php" class="index">sqlsrv_next_result</a> - Makes the next result of the specified statement active</li>
<li><a href="function.sqlsrv-num-fields.php" class="index">sqlsrv_num_fields</a> - Retrieves the number of fields (columns) on a statement</li>
<li><a href="function.sqlsrv-num-rows.php" class="index">sqlsrv_num_rows</a> - Retrieves the number of rows in a result set</li>
<li><a href="function.sqlsrv-prepare.php" class="index">sqlsrv_prepare</a> - Prepares a query for execution</li>
<li><a href="function.sqlsrv-query.php" class="index">sqlsrv_query</a> - Prepares and executes a query</li>
<li><a href="function.sqlsrv-rollback.php" class="index">sqlsrv_rollback</a> - Rolls back a transaction that was begun with
  sqlsrv_begin_transaction</li>
<li><a href="function.sqlsrv-rows-affected.php" class="index">sqlsrv_rows_affected</a> - Returns the number of rows modified by the last INSERT, UPDATE, or
  DELETE query executed</li>
<li><a href="function.sqlsrv-send-stream-data.php" class="index">sqlsrv_send_stream_data</a> - Sends data from parameter streams to the server</li>
<li><a href="function.sqlsrv-server-info.php" class="index">sqlsrv_server_info</a> - Returns information about the server</li>
<li><a href="mysql-xdevapi-sqlstatement.bind.php" class="index">SqlStatement::bind</a> - Bind statement parameters</li>
<li><a href="mysql-xdevapi-sqlstatement.execute.php" class="index">SqlStatement::execute</a> - Execute the operation</li>
<li><a href="mysql-xdevapi-sqlstatement.getnextresult.php" class="index">SqlStatement::getNextResult</a> - Get next result</li>
<li><a href="mysql-xdevapi-sqlstatement.getresult.php" class="index">SqlStatement::getResult</a> - Get result</li>
<li><a href="mysql-xdevapi-sqlstatement.hasmoreresults.php" class="index">SqlStatement::hasMoreResults</a> - Check for more results</li>
<li><a href="mysql-xdevapi-sqlstatement.construct.php" class="index">SqlStatement::__construct</a> - Description constructor</li>
<li><a href="mysql-xdevapi-sqlstatementresult.fetchall.php" class="index">SqlStatementResult::fetchAll</a> - Get all rows from result</li>
<li><a href="mysql-xdevapi-sqlstatementresult.fetchone.php" class="index">SqlStatementResult::fetchOne</a> - Get single row</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getaffecteditemscount.php" class="index">SqlStatementResult::getAffectedItemsCount</a> - Get affected row count</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumnnames.php" class="index">SqlStatementResult::getColumnNames</a> - Get column names</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumns.php" class="index">SqlStatementResult::getColumns</a> - Get columns</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getcolumncount.php" class="index">SqlStatementResult::getColumnsCount</a> - Get column count</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getgeneratedids.php" class="index">SqlStatementResult::getGeneratedIds</a> - Get generated ids</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getlastinsertid.php" class="index">SqlStatementResult::getLastInsertId</a> - Get last insert id</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getwarnings.php" class="index">SqlStatementResult::getWarnings</a> - Get warnings from last operation</li>
<li><a href="mysql-xdevapi-sqlstatementresult.getwarningcount.php" class="index">SqlStatementResult::getWarningsCount</a> - Get warning count from last operation</li>
<li><a href="mysql-xdevapi-sqlstatementresult.hasdata.php" class="index">SqlStatementResult::hasData</a> - Check if result has data</li>
<li><a href="mysql-xdevapi-sqlstatementresult.nextresult.php" class="index">SqlStatementResult::nextResult</a> - Get next result</li>
<li><a href="mysql-xdevapi-sqlstatementresult.construct.php" class="index">SqlStatementResult::__construct</a> - Description constructor</li>
<li><a href="function.sqrt.php" class="index">sqrt</a> - Radice quadrata</li>
<li><a href="function.srand.php" class="index">srand</a> - Seed the random number generator</li>
<li><a href="function.sscanf.php" class="index">sscanf</a> - Analizza l'input da una string in base al formato</li>
<li><a href="function.ssdeep-fuzzy-compare.php" class="index">ssdeep_fuzzy_compare</a> - Calculates the match score between two fuzzy hash signatures</li>
<li><a href="function.ssdeep-fuzzy-hash.php" class="index">ssdeep_fuzzy_hash</a> - Create a fuzzy hash from a string</li>
<li><a href="function.ssdeep-fuzzy-hash-filename.php" class="index">ssdeep_fuzzy_hash_filename</a> - Create a fuzzy hash from a file</li>
<li><a href="function.ssh2-auth-agent.php" class="index">ssh2_auth_agent</a> - Authenticate over SSH using the ssh agent</li>
<li><a href="function.ssh2-auth-hostbased-file.php" class="index">ssh2_auth_hostbased_file</a> - Authenticate using a public hostkey</li>
<li><a href="function.ssh2-auth-none.php" class="index">ssh2_auth_none</a> - Authenticate as &quot;none&quot;</li>
<li><a href="function.ssh2-auth-password.php" class="index">ssh2_auth_password</a> - Authenticate over SSH using a plain password</li>
<li><a href="function.ssh2-auth-pubkey.php" class="index">ssh2_auth_pubkey</a> - Authenticate using a public key in a variable</li>
<li><a href="function.ssh2-auth-pubkey-file.php" class="index">ssh2_auth_pubkey_file</a> - Authenticate using a public key read from a file</li>
<li><a href="function.ssh2-connect.php" class="index">ssh2_connect</a> - Connect to an SSH server</li>
<li><a href="function.ssh2-disconnect.php" class="index">ssh2_disconnect</a> - Close a connection to a remote SSH server</li>
<li><a href="function.ssh2-exec.php" class="index">ssh2_exec</a> - Execute a command on a remote server</li>
<li><a href="function.ssh2-fetch-stream.php" class="index">ssh2_fetch_stream</a> - Fetch an extended data stream</li>
<li><a href="function.ssh2-fingerprint.php" class="index">ssh2_fingerprint</a> - Retrieve fingerprint of remote server</li>
<li><a href="function.ssh2-forward-accept.php" class="index">ssh2_forward_accept</a> - Accept a connection created by a listener</li>
<li><a href="function.ssh2-forward-listen.php" class="index">ssh2_forward_listen</a> - Bind a port on the remote server and listen for connections</li>
<li><a href="function.ssh2-methods-negotiated.php" class="index">ssh2_methods_negotiated</a> - Return list of negotiated methods</li>
<li><a href="function.ssh2-poll.php" class="index">ssh2_poll</a> - Poll the channels/listeners/streams for events</li>
<li><a href="function.ssh2-publickey-add.php" class="index">ssh2_publickey_add</a> - Add an authorized publickey</li>
<li><a href="function.ssh2-publickey-init.php" class="index">ssh2_publickey_init</a> - Initialize Publickey subsystem</li>
<li><a href="function.ssh2-publickey-list.php" class="index">ssh2_publickey_list</a> - List currently authorized publickeys</li>
<li><a href="function.ssh2-publickey-remove.php" class="index">ssh2_publickey_remove</a> - Remove an authorized publickey</li>
<li><a href="function.ssh2-scp-recv.php" class="index">ssh2_scp_recv</a> - Request a file via SCP</li>
<li><a href="function.ssh2-scp-send.php" class="index">ssh2_scp_send</a> - Send a file via SCP</li>
<li><a href="function.ssh2-send-eof.php" class="index">ssh2_send_eof</a> - Send EOF to stream</li>
<li><a href="function.ssh2-sftp.php" class="index">ssh2_sftp</a> - Initialize SFTP subsystem</li>
<li><a href="function.ssh2-sftp-chmod.php" class="index">ssh2_sftp_chmod</a> - Changes file mode</li>
<li><a href="function.ssh2-sftp-lstat.php" class="index">ssh2_sftp_lstat</a> - Stat a symbolic link</li>
<li><a href="function.ssh2-sftp-mkdir.php" class="index">ssh2_sftp_mkdir</a> - Create a directory</li>
<li><a href="function.ssh2-sftp-readlink.php" class="index">ssh2_sftp_readlink</a> - Return the target of a symbolic link</li>
<li><a href="function.ssh2-sftp-realpath.php" class="index">ssh2_sftp_realpath</a> - Resolve the realpath of a provided path string</li>
<li><a href="function.ssh2-sftp-rename.php" class="index">ssh2_sftp_rename</a> - Rename a remote file</li>
<li><a href="function.ssh2-sftp-rmdir.php" class="index">ssh2_sftp_rmdir</a> - Remove a directory</li>
<li><a href="function.ssh2-sftp-stat.php" class="index">ssh2_sftp_stat</a> - Stat a file on a remote filesystem</li>
<li><a href="function.ssh2-sftp-symlink.php" class="index">ssh2_sftp_symlink</a> - Create a symlink</li>
<li><a href="function.ssh2-sftp-unlink.php" class="index">ssh2_sftp_unlink</a> - Delete a file</li>
<li><a href="function.ssh2-shell.php" class="index">ssh2_shell</a> - Request an interactive shell</li>
<li><a href="function.ssh2-tunnel.php" class="index">ssh2_tunnel</a> - Open a tunnel through a remote server</li>
<li><a href="function.stat.php" class="index">stat</a> - Da informazioni su un file</li>
<li><a href="mysql-xdevapi-statement.getnextresult.php" class="index">Statement::getNextResult</a> - Get next result</li>
<li><a href="mysql-xdevapi-statement.getresult.php" class="index">Statement::getResult</a> - Get result</li>
<li><a href="mysql-xdevapi-statement.hasmoreresults.php" class="index">Statement::hasMoreResults</a> - Check if more results</li>
<li><a href="mysql-xdevapi-statement.construct.php" class="index">Statement::__construct</a> - Description constructor</li>
<li><a href="function.stats-absolute-deviation.php" class="index">stats_absolute_deviation</a> - Returns the absolute deviation of an array of values</li>
<li><a href="function.stats-cdf-beta.php" class="index">stats_cdf_beta</a> - Calculates any one parameter of the beta distribution given values for the others</li>
<li><a href="function.stats-cdf-binomial.php" class="index">stats_cdf_binomial</a> - Calculates any one parameter of the binomial distribution given values for the others</li>
<li><a href="function.stats-cdf-cauchy.php" class="index">stats_cdf_cauchy</a> - Calculates any one parameter of the Cauchy distribution given values for the others</li>
<li><a href="function.stats-cdf-chisquare.php" class="index">stats_cdf_chisquare</a> - Calculates any one parameter of the chi-square distribution given values for the others</li>
<li><a href="function.stats-cdf-exponential.php" class="index">stats_cdf_exponential</a> - Calculates any one parameter of the exponential distribution given values for the others</li>
<li><a href="function.stats-cdf-f.php" class="index">stats_cdf_f</a> - Calculates any one parameter of the F distribution given values for the others</li>
<li><a href="function.stats-cdf-gamma.php" class="index">stats_cdf_gamma</a> - Calculates any one parameter of the gamma distribution given values for the others</li>
<li><a href="function.stats-cdf-laplace.php" class="index">stats_cdf_laplace</a> - Calculates any one parameter of the Laplace distribution given values for the others</li>
<li><a href="function.stats-cdf-logistic.php" class="index">stats_cdf_logistic</a> - Calculates any one parameter of the logistic distribution given values for the others</li>
<li><a href="function.stats-cdf-negative-binomial.php" class="index">stats_cdf_negative_binomial</a> - Calculates any one parameter of the negative binomial distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-chisquare.php" class="index">stats_cdf_noncentral_chisquare</a> - Calculates any one parameter of the non-central chi-square distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-f.php" class="index">stats_cdf_noncentral_f</a> - Calculates any one parameter of the non-central F distribution given values for the others</li>
<li><a href="function.stats-cdf-noncentral-t.php" class="index">stats_cdf_noncentral_t</a> - Calculates any one parameter of the non-central t-distribution give values for the others</li>
<li><a href="function.stats-cdf-normal.php" class="index">stats_cdf_normal</a> - Calculates any one parameter of the normal distribution given values for the others</li>
<li><a href="function.stats-cdf-poisson.php" class="index">stats_cdf_poisson</a> - Calculates any one parameter of the Poisson distribution given values for the others</li>
<li><a href="function.stats-cdf-t.php" class="index">stats_cdf_t</a> - Calculates any one parameter of the t-distribution given values for the others</li>
<li><a href="function.stats-cdf-uniform.php" class="index">stats_cdf_uniform</a> - Calculates any one parameter of the uniform distribution given values for the others</li>
<li><a href="function.stats-cdf-weibull.php" class="index">stats_cdf_weibull</a> - Calculates any one parameter of the Weibull distribution given values for the others</li>
<li><a href="function.stats-covariance.php" class="index">stats_covariance</a> - Computes the covariance of two data sets</li>
<li><a href="function.stats-dens-beta.php" class="index">stats_dens_beta</a> - Probability density function of the beta distribution</li>
<li><a href="function.stats-dens-cauchy.php" class="index">stats_dens_cauchy</a> - Probability density function of the Cauchy distribution</li>
<li><a href="function.stats-dens-chisquare.php" class="index">stats_dens_chisquare</a> - Probability density function of the chi-square distribution</li>
<li><a href="function.stats-dens-exponential.php" class="index">stats_dens_exponential</a> - Probability density function of the exponential distribution</li>
<li><a href="function.stats-dens-f.php" class="index">stats_dens_f</a> - Probability density function of the F distribution</li>
<li><a href="function.stats-dens-gamma.php" class="index">stats_dens_gamma</a> - Probability density function of the gamma distribution</li>
<li><a href="function.stats-dens-laplace.php" class="index">stats_dens_laplace</a> - Probability density function of the Laplace distribution</li>
<li><a href="function.stats-dens-logistic.php" class="index">stats_dens_logistic</a> - Probability density function of the logistic distribution</li>
<li><a href="function.stats-dens-normal.php" class="index">stats_dens_normal</a> - Probability density function of the normal distribution</li>
<li><a href="function.stats-dens-pmf-binomial.php" class="index">stats_dens_pmf_binomial</a> - Probability mass function of the binomial distribution</li>
<li><a href="function.stats-dens-pmf-hypergeometric.php" class="index">stats_dens_pmf_hypergeometric</a> - Probability mass function of the hypergeometric distribution</li>
<li><a href="function.stats-dens-pmf-negative-binomial.php" class="index">stats_dens_pmf_negative_binomial</a> - Probability mass function of the negative binomial distribution</li>
<li><a href="function.stats-dens-pmf-poisson.php" class="index">stats_dens_pmf_poisson</a> - Probability mass function of the Poisson distribution</li>
<li><a href="function.stats-dens-t.php" class="index">stats_dens_t</a> - Probability density function of the t-distribution</li>
<li><a href="function.stats-dens-uniform.php" class="index">stats_dens_uniform</a> - Probability density function of the uniform distribution</li>
<li><a href="function.stats-dens-weibull.php" class="index">stats_dens_weibull</a> - Probability density function of the Weibull distribution</li>
<li><a href="function.stats-harmonic-mean.php" class="index">stats_harmonic_mean</a> - Returns the harmonic mean of an array of values</li>
<li><a href="function.stats-kurtosis.php" class="index">stats_kurtosis</a> - Computes the kurtosis of the data in the array</li>
<li><a href="function.stats-rand-gen-beta.php" class="index">stats_rand_gen_beta</a> - Generates a random deviate from the beta distribution</li>
<li><a href="function.stats-rand-gen-chisquare.php" class="index">stats_rand_gen_chisquare</a> - Generates a random deviate from the chi-square distribution</li>
<li><a href="function.stats-rand-gen-exponential.php" class="index">stats_rand_gen_exponential</a> - Generates a random deviate from the exponential distribution</li>
<li><a href="function.stats-rand-gen-f.php" class="index">stats_rand_gen_f</a> - Generates a random deviate from the F distribution</li>
<li><a href="function.stats-rand-gen-funiform.php" class="index">stats_rand_gen_funiform</a> - Generates uniform float between low (exclusive) and high (exclusive)</li>
<li><a href="function.stats-rand-gen-gamma.php" class="index">stats_rand_gen_gamma</a> - Generates a random deviate from the gamma distribution</li>
<li><a href="function.stats-rand-gen-ibinomial.php" class="index">stats_rand_gen_ibinomial</a> - Generates a random deviate from the binomial distribution</li>
<li><a href="function.stats-rand-gen-ibinomial-negative.php" class="index">stats_rand_gen_ibinomial_negative</a> - Generates a random deviate from the negative binomial distribution</li>
<li><a href="function.stats-rand-gen-int.php" class="index">stats_rand_gen_int</a> - Generates random integer between 1 and 2147483562</li>
<li><a href="function.stats-rand-gen-ipoisson.php" class="index">stats_rand_gen_ipoisson</a> - Generates a single random deviate from a Poisson distribution</li>
<li><a href="function.stats-rand-gen-iuniform.php" class="index">stats_rand_gen_iuniform</a> - Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)</li>
<li><a href="function.stats-rand-gen-noncentral-chisquare.php" class="index">stats_rand_gen_noncentral_chisquare</a> - Generates a random deviate from the non-central chi-square distribution</li>
<li><a href="function.stats-rand-gen-noncentral-f.php" class="index">stats_rand_gen_noncentral_f</a> - Generates a random deviate from the noncentral F distribution</li>
<li><a href="function.stats-rand-gen-noncentral-t.php" class="index">stats_rand_gen_noncentral_t</a> - Generates a single random deviate from a non-central t-distribution</li>
<li><a href="function.stats-rand-gen-normal.php" class="index">stats_rand_gen_normal</a> - Generates a single random deviate from a normal distribution</li>
<li><a href="function.stats-rand-gen-t.php" class="index">stats_rand_gen_t</a> - Generates a single random deviate from a t-distribution</li>
<li><a href="function.stats-rand-get-seeds.php" class="index">stats_rand_get_seeds</a> - Get the seed values of the random number generator</li>
<li><a href="function.stats-rand-phrase-to-seeds.php" class="index">stats_rand_phrase_to_seeds</a> - Generate two seeds for the RGN random number generator</li>
<li><a href="function.stats-rand-ranf.php" class="index">stats_rand_ranf</a> - Generates a random floating point number between 0 and 1</li>
<li><a href="function.stats-rand-setall.php" class="index">stats_rand_setall</a> - Set seed values to the random generator</li>
<li><a href="function.stats-skew.php" class="index">stats_skew</a> - Computes the skewness of the data in the array</li>
<li><a href="function.stats-standard-deviation.php" class="index">stats_standard_deviation</a> - Returns the standard deviation</li>
<li><a href="function.stats-stat-binomial-coef.php" class="index">stats_stat_binomial_coef</a> - Returns a binomial coefficient</li>
<li><a href="function.stats-stat-correlation.php" class="index">stats_stat_correlation</a> - Returns the Pearson correlation coefficient of two data sets</li>
<li><a href="function.stats-stat-factorial.php" class="index">stats_stat_factorial</a> - Returns the factorial of an integer</li>
<li><a href="function.stats-stat-independent-t.php" class="index">stats_stat_independent_t</a> - Returns the t-value from the independent two-sample t-test</li>
<li><a href="function.stats-stat-innerproduct.php" class="index">stats_stat_innerproduct</a> - Returns the inner product of two vectors</li>
<li><a href="function.stats-stat-paired-t.php" class="index">stats_stat_paired_t</a> - Returns the t-value of the dependent t-test for paired samples</li>
<li><a href="function.stats-stat-percentile.php" class="index">stats_stat_percentile</a> - Returns the percentile value</li>
<li><a href="function.stats-stat-powersum.php" class="index">stats_stat_powersum</a> - Returns the power sum of a vector</li>
<li><a href="function.stats-variance.php" class="index">stats_variance</a> - Returns the variance</li>
<li><a href="stomp.abort.php" class="index">Stomp::abort</a> - Rolls back a transaction in progress</li>
<li><a href="stomp.ack.php" class="index">Stomp::ack</a> - Acknowledges consumption of a message</li>
<li><a href="stomp.begin.php" class="index">Stomp::begin</a> - Starts a transaction</li>
<li><a href="stomp.commit.php" class="index">Stomp::commit</a> - Commits a transaction in progress</li>
<li><a href="stomp.error.php" class="index">Stomp::error</a> - Gets the last stomp error</li>
<li><a href="stomp.getreadtimeout.php" class="index">Stomp::getReadTimeout</a> - Gets read timeout</li>
<li><a href="stomp.getsessionid.php" class="index">Stomp::getSessionId</a> - Gets the current stomp session ID</li>
<li><a href="stomp.hasframe.php" class="index">Stomp::hasFrame</a> - Indicates whether or not there is a frame ready to read</li>
<li><a href="stomp.readframe.php" class="index">Stomp::readFrame</a> - Reads the next frame</li>
<li><a href="stomp.send.php" class="index">Stomp::send</a> - Sends a message</li>
<li><a href="stomp.setreadtimeout.php" class="index">Stomp::setReadTimeout</a> - Sets read timeout</li>
<li><a href="stomp.subscribe.php" class="index">Stomp::subscribe</a> - Registers to listen to a given destination</li>
<li><a href="stomp.unsubscribe.php" class="index">Stomp::unsubscribe</a> - Removes an existing subscription</li>
<li><a href="stomp.construct.php" class="index">Stomp::__construct</a> - Opens a connection</li>
<li><a href="stomp.destruct.php" class="index">Stomp::__destruct</a> - Closes stomp connection</li>
<li><a href="stomp.getdetails.php" class="index">StompException::getDetails</a> - Get exception details</li>
<li><a href="stompframe.construct.php" class="index">StompFrame::__construct</a> - Constructor</li>
<li><a href="function.stomp-connect-error.php" class="index">stomp_connect_error</a> - Returns a string description of the last connect error</li>
<li><a href="function.stomp-version.php" class="index">stomp_version</a> - Gets the current stomp extension version</li>
<li><a href="function.strcasecmp.php" class="index">strcasecmp</a> - Confronto non sensibile alle maiuscole e sicuro con i dati binari</li>
<li><a href="function.strchr.php" class="index">strchr</a> - Alias di strstr</li>
<li><a href="function.strcmp.php" class="index">strcmp</a> - Confronto tra stringhe affidabile con dati binari</li>
<li><a href="function.strcoll.php" class="index">strcoll</a> - Confronto tra stringhe basato sulle impostazioni locali</li>
<li><a href="function.strcspn.php" class="index">strcspn</a> - Trova la lunghezza del segmento iniziale che non soddisfa una maschera</li>
<li><a href="streamwrapper.dir-closedir.php" class="index">streamWrapper::dir_closedir</a> - Close directory handle</li>
<li><a href="streamwrapper.dir-opendir.php" class="index">streamWrapper::dir_opendir</a> - Open directory handle</li>
<li><a href="streamwrapper.dir-readdir.php" class="index">streamWrapper::dir_readdir</a> - Read entry from directory handle</li>
<li><a href="streamwrapper.dir-rewinddir.php" class="index">streamWrapper::dir_rewinddir</a> - Rewind directory handle</li>
<li><a href="streamwrapper.mkdir.php" class="index">streamWrapper::mkdir</a> - Create a directory</li>
<li><a href="streamwrapper.rename.php" class="index">streamWrapper::rename</a> - Renames a file or directory</li>
<li><a href="streamwrapper.rmdir.php" class="index">streamWrapper::rmdir</a> - Removes a directory</li>
<li><a href="streamwrapper.stream-cast.php" class="index">streamWrapper::stream_cast</a> - Retrieve the underlying resource</li>
<li><a href="streamwrapper.stream-close.php" class="index">streamWrapper::stream_close</a> - Close a resource</li>
<li><a href="streamwrapper.stream-eof.php" class="index">streamWrapper::stream_eof</a> - Tests for end-of-file on a file pointer</li>
<li><a href="streamwrapper.stream-flush.php" class="index">streamWrapper::stream_flush</a> - Flushes the output</li>
<li><a href="streamwrapper.stream-lock.php" class="index">streamWrapper::stream_lock</a> - Advisory file locking</li>
<li><a href="streamwrapper.stream-metadata.php" class="index">streamWrapper::stream_metadata</a> - Change stream metadata</li>
<li><a href="streamwrapper.stream-open.php" class="index">streamWrapper::stream_open</a> - Opens file or URL</li>
<li><a href="streamwrapper.stream-read.php" class="index">streamWrapper::stream_read</a> - Read from stream</li>
<li><a href="streamwrapper.stream-seek.php" class="index">streamWrapper::stream_seek</a> - Seeks to specific location in a stream</li>
<li><a href="streamwrapper.stream-set-option.php" class="index">streamWrapper::stream_set_option</a> - Change stream options</li>
<li><a href="streamwrapper.stream-stat.php" class="index">streamWrapper::stream_stat</a> - Retrieve information about a file resource</li>
<li><a href="streamwrapper.stream-tell.php" class="index">streamWrapper::stream_tell</a> - Retrieve the current position of a stream</li>
<li><a href="streamwrapper.stream-truncate.php" class="index">streamWrapper::stream_truncate</a> - Truncate stream</li>
<li><a href="streamwrapper.stream-write.php" class="index">streamWrapper::stream_write</a> - Write to stream</li>
<li><a href="streamwrapper.unlink.php" class="index">streamWrapper::unlink</a> - Delete a file</li>
<li><a href="streamwrapper.url-stat.php" class="index">streamWrapper::url_stat</a> - Retrieve information about a file</li>
<li><a href="streamwrapper.construct.php" class="index">streamWrapper::__construct</a> - Constructs a new stream wrapper</li>
<li><a href="streamwrapper.destruct.php" class="index">streamWrapper::__destruct</a> - Destructs an existing stream wrapper</li>
<li><a href="function.stream-bucket-append.php" class="index">stream_bucket_append</a> - Append bucket to brigade</li>
<li><a href="function.stream-bucket-make-writeable.php" class="index">stream_bucket_make_writeable</a> - Returns a bucket object from the brigade to operate on</li>
<li><a href="function.stream-bucket-new.php" class="index">stream_bucket_new</a> - Create a new bucket for use on the current stream</li>
<li><a href="function.stream-bucket-prepend.php" class="index">stream_bucket_prepend</a> - Prepend bucket to brigade</li>
<li><a href="function.stream-context-create.php" class="index">stream_context_create</a> - Creates a stream context</li>
<li><a href="function.stream-context-get-default.php" class="index">stream_context_get_default</a> - Retrieve the default stream context</li>
<li><a href="function.stream-context-get-options.php" class="index">stream_context_get_options</a> - Retrieve options for a stream/wrapper/context</li>
<li><a href="function.stream-context-get-params.php" class="index">stream_context_get_params</a> - Retrieves parameters from a context</li>
<li><a href="function.stream-context-set-default.php" class="index">stream_context_set_default</a> - Set the default stream context</li>
<li><a href="function.stream-context-set-option.php" class="index">stream_context_set_option</a> - Sets an option for a stream/wrapper/context</li>
<li><a href="function.stream-context-set-options.php" class="index">stream_context_set_options</a> - Sets options on the specified context</li>
<li><a href="function.stream-context-set-params.php" class="index">stream_context_set_params</a> - Set parameters for a stream/wrapper/context</li>
<li><a href="function.stream-copy-to-stream.php" class="index">stream_copy_to_stream</a> - Copies data from one stream to another</li>
<li><a href="function.stream-filter-append.php" class="index">stream_filter_append</a> - Attach a filter to a stream</li>
<li><a href="function.stream-filter-prepend.php" class="index">stream_filter_prepend</a> - Attach a filter to a stream</li>
<li><a href="function.stream-filter-register.php" class="index">stream_filter_register</a> - Register a user defined stream filter</li>
<li><a href="function.stream-filter-remove.php" class="index">stream_filter_remove</a> - Remove a filter from a stream</li>
<li><a href="function.stream-get-contents.php" class="index">stream_get_contents</a> - Reads remainder of a stream into a string</li>
<li><a href="function.stream-get-filters.php" class="index">stream_get_filters</a> - Retrieve list of registered filters</li>
<li><a href="function.stream-get-line.php" class="index">stream_get_line</a> - Gets line from stream resource up to a given delimiter</li>
<li><a href="function.stream-get-meta-data.php" class="index">stream_get_meta_data</a> - Retrieves header/meta data from streams/file pointers</li>
<li><a href="function.stream-get-transports.php" class="index">stream_get_transports</a> - Retrieve list of registered socket transports</li>
<li><a href="function.stream-get-wrappers.php" class="index">stream_get_wrappers</a> - Retrieve list of registered streams</li>
<li><a href="function.stream-isatty.php" class="index">stream_isatty</a> - Check if a stream is a TTY</li>
<li><a href="function.stream-is-local.php" class="index">stream_is_local</a> - Checks if a stream is a local stream</li>
<li><a href="function.stream-notification-callback.php" class="index">stream_notification_callback</a> - A callback function for the notification context parameter</li>
<li><a href="function.stream-register-wrapper.php" class="index">stream_register_wrapper</a> - Alias di stream_wrapper_register</li>
<li><a href="function.stream-resolve-include-path.php" class="index">stream_resolve_include_path</a> - Resolve filename against the include path</li>
<li><a href="function.stream-select.php" class="index">stream_select</a> - Runs the equivalent of the select() system call on the given
   arrays of streams with a timeout specified by seconds and microseconds</li>
<li><a href="function.stream-set-blocking.php" class="index">stream_set_blocking</a> - Set blocking/non-blocking mode on a stream</li>
<li><a href="function.stream-set-chunk-size.php" class="index">stream_set_chunk_size</a> - Set the stream chunk size</li>
<li><a href="function.stream-set-read-buffer.php" class="index">stream_set_read_buffer</a> - Set read file buffering on the given stream</li>
<li><a href="function.stream-set-timeout.php" class="index">stream_set_timeout</a> - Set timeout period on a stream</li>
<li><a href="function.stream-set-write-buffer.php" class="index">stream_set_write_buffer</a> - Sets write file buffering on the given stream</li>
<li><a href="function.stream-socket-accept.php" class="index">stream_socket_accept</a> - Accept a connection on a socket created by stream_socket_server</li>
<li><a href="function.stream-socket-client.php" class="index">stream_socket_client</a> - Open Internet or Unix domain socket connection</li>
<li><a href="function.stream-socket-enable-crypto.php" class="index">stream_socket_enable_crypto</a> - Turns encryption on/off on an already connected socket</li>
<li><a href="function.stream-socket-get-name.php" class="index">stream_socket_get_name</a> - Retrieve the name of the local or remote sockets</li>
<li><a href="function.stream-socket-pair.php" class="index">stream_socket_pair</a> - Creates a pair of connected, indistinguishable socket streams</li>
<li><a href="function.stream-socket-recvfrom.php" class="index">stream_socket_recvfrom</a> - Receives data from a socket, connected or not</li>
<li><a href="function.stream-socket-sendto.php" class="index">stream_socket_sendto</a> - Sends a message to a socket, whether it is connected or not</li>
<li><a href="function.stream-socket-server.php" class="index">stream_socket_server</a> - Create an Internet or Unix domain server socket</li>
<li><a href="function.stream-socket-shutdown.php" class="index">stream_socket_shutdown</a> - Shutdown a full-duplex connection</li>
<li><a href="function.stream-supports-lock.php" class="index">stream_supports_lock</a> - Tells whether the stream supports locking</li>
<li><a href="function.stream-wrapper-register.php" class="index">stream_wrapper_register</a> - Register a URL wrapper implemented as a PHP class</li>
<li><a href="function.stream-wrapper-restore.php" class="index">stream_wrapper_restore</a> - Restores a previously unregistered built-in wrapper</li>
<li><a href="function.stream-wrapper-unregister.php" class="index">stream_wrapper_unregister</a> - Unregister a URL wrapper</li>
<li><a href="function.strftime.php" class="index">strftime</a> - Formatta una data/orario locale accordandola/o alle impostazioni locali according to locale settings</li>
<li><a href="stringable.tostring.php" class="index">Stringable::__toString</a> - Gets a string representation of the object</li>
<li><a href="function.stripcslashes.php" class="index">stripcslashes</a> - Rimuove gli slash aggiunti con addcslashes</li>
<li><a href="function.stripos.php" class="index">stripos</a> - Trova la prima occorrenza in una stringa senza distinzione tra maiuscole e minuscole</li>
<li><a href="function.stripslashes.php" class="index">stripslashes</a> - Rimuove i caratteri di escape da una stringa su cui si &egrave; effettuato l'escape</li>
<li><a href="function.strip-tags.php" class="index">strip_tags</a> - Rimuove i tag HTML e PHP da una stringa</li>
<li><a href="function.stristr.php" class="index">stristr</a> - Versione insensibile alle maiuscole/minuscole di strstr</li>
<li><a href="function.strlen.php" class="index">strlen</a> - Restituisce la lunghezza di una stringa</li>
<li><a href="function.strnatcasecmp.php" class="index">strnatcasecmp</a> - Versione insensibile alle maiuscole/minuscole di confronto tra stringhe tramite
     l'algoritmo dell&quot;ordine naturale&quot;</li>
<li><a href="function.strnatcmp.php" class="index">strnatcmp</a> - Confronto tra stringhe con l'algoritmo dell' &quot;ordine naturale&quot;</li>
<li><a href="function.strncasecmp.php" class="index">strncasecmp</a> - Confronto sicuro con i testi binari, insensibile alle lettere
     maiuscole/minuscole sui primi n caratteri</li>
<li><a href="function.strncmp.php" class="index">strncmp</a> - Confronto tra stringhe sui primi n caratteri, sicuro con i dati binari</li>
<li><a href="function.strpbrk.php" class="index">strpbrk</a> - Ricerca in una stringa uno qualsiasi dei caratteri di un dato set</li>
<li><a href="function.strpos.php" class="index">strpos</a> - Trova la posizione della prima occorrenza di una stringa</li>
<li><a href="function.strptime.php" class="index">strptime</a> - Parse a time/date generated with strftime</li>
<li><a href="function.strrchr.php" class="index">strrchr</a> - Trova l'ultima occorrenza di un carattere in una stringa</li>
<li><a href="function.strrev.php" class="index">strrev</a> - Inverte una stringa</li>
<li><a href="function.strripos.php" class="index">strripos</a> - Trova la posizione dell'ultima occorrenza di una stringa in un'altra indipendentemente dalle lettere minuscole/maiusole</li>
<li><a href="function.strrpos.php" class="index">strrpos</a> - Trova la posizione dell'ultima occorrenza di un carattere in una stringa</li>
<li><a href="function.strspn.php" class="index">strspn</a> - Trova la lunghezza di un testo che corrisponde alla maschera data</li>
<li><a href="function.strstr.php" class="index">strstr</a> - Trova la prima occorrenza di una stringa</li>
<li><a href="function.strtok.php" class="index">strtok</a> - Suddivide una stringa in token</li>
<li><a href="function.strtolower.php" class="index">strtolower</a> - Converte in minuscolo una stringa</li>
<li><a href="function.strtotime.php" class="index">strtotime</a> - Analizza qualsiasi descrizione datetime testuale inglese e la converte in uno Unix timestamp</li>
<li><a href="function.strtoupper.php" class="index">strtoupper</a> - Converte in maiuscolo una stringa</li>
<li><a href="function.strtr.php" class="index">strtr</a> - Traduce certi caratteri</li>
<li><a href="function.strval.php" class="index">strval</a> - Restituisce il valore di una variabile interpretato come stringa</li>
<li><a href="function.str-contains.php" class="index">str_contains</a> - Determine if a string contains a given substring</li>
<li><a href="function.str-decrement.php" class="index">str_decrement</a> - Decrement an alphanumeric string</li>
<li><a href="function.str-ends-with.php" class="index">str_ends_with</a> - Checks if a string ends with a given substring</li>
<li><a href="function.str-getcsv.php" class="index">str_getcsv</a> - Parse a CSV string into an array</li>
<li><a href="function.str-increment.php" class="index">str_increment</a> - Increment an alphanumeric string</li>
<li><a href="function.str-ireplace.php" class="index">str_ireplace</a> - Versione insensibile alle miuscole/minuscole di str_replace</li>
<li><a href="function.str-pad.php" class="index">str_pad</a> - Riempie una stringa con un'altra stringa portando la prima ad una lunghezza pre-determinata</li>
<li><a href="function.str-repeat.php" class="index">str_repeat</a> - Ripete una stringa</li>
<li><a href="function.str-replace.php" class="index">str_replace</a> - Sostituisce tutte le occorrenze della stringa cercata con la stringa di sostituzione</li>
<li><a href="function.str-rot13.php" class="index">str_rot13</a> - Esegue la trasformazione rot13 di una stringa</li>
<li><a href="function.str-shuffle.php" class="index">str_shuffle</a> - Mischia una stringa in modo casuale</li>
<li><a href="function.str-split.php" class="index">str_split</a> - Converte una stringa in un array</li>
<li><a href="function.str-starts-with.php" class="index">str_starts_with</a> - Checks if a string starts with a given substring</li>
<li><a href="function.str-word-count.php" class="index">str_word_count</a> - Restituisce informazioni sulle parole utilizzate in una stringa</li>
<li><a href="function.substr.php" class="index">substr</a> - Restituisce parte di una stringa</li>
<li><a href="function.substr-compare.php" class="index">substr_compare</a> - Confronto tra due stringhe a partire da una data posizione per n caratteri, sicuro con i dati binari e, opzionalmente, senza distinguere tra lettere maiuscole e minuscole</li>
<li><a href="function.substr-count.php" class="index">substr_count</a> - Conta il numero di occorrenze di un segmento di stringa</li>
<li><a href="function.substr-replace.php" class="index">substr_replace</a> - Sostuisce una porzione di testo</li>
<li><a href="svm.crossvalidate.php" class="index">SVM::crossvalidate</a> - Test training params on subsets of the training data</li>
<li><a href="svm.getoptions.php" class="index">SVM::getOptions</a> - Return the current training parameters</li>
<li><a href="svm.setoptions.php" class="index">SVM::setOptions</a> - Set training parameters</li>
<li><a href="svm.train.php" class="index">SVM::train</a> - Create a SVMModel based on training data</li>
<li><a href="svm.construct.php" class="index">SVM::__construct</a> - Construct a new SVM object</li>
<li><a href="svmmodel.checkprobabilitymodel.php" class="index">SVMModel::checkProbabilityModel</a> - Returns true if the model has probability information</li>
<li><a href="svmmodel.getlabels.php" class="index">SVMModel::getLabels</a> - Get the labels the model was trained on</li>
<li><a href="svmmodel.getnrclass.php" class="index">SVMModel::getNrClass</a> - Returns the number of classes the model was trained with</li>
<li><a href="svmmodel.getsvmtype.php" class="index">SVMModel::getSvmType</a> - Get the SVM type the model was trained with</li>
<li><a href="svmmodel.getsvrprobability.php" class="index">SVMModel::getSvrProbability</a> - Get the sigma value for regression types</li>
<li><a href="svmmodel.load.php" class="index">SVMModel::load</a> - Load a saved SVM Model</li>
<li><a href="svmmodel.predict.php" class="index">SVMModel::predict</a> - Predict a value for previously unseen data</li>
<li><a href="svmmodel.predict-probability.php" class="index">SVMModel::predict_probability</a> - Return class probabilities for previous unseen data</li>
<li><a href="svmmodel.save.php" class="index">SVMModel::save</a> - Save a model to a file</li>
<li><a href="svmmodel.construct.php" class="index">SVMModel::__construct</a> - Construct a new SVMModel</li>
<li><a href="function.svn-add.php" class="index">svn_add</a> - Schedules the addition of an item in a working directory</li>
<li><a href="function.svn-auth-get-parameter.php" class="index">svn_auth_get_parameter</a> - Retrieves authentication parameter</li>
<li><a href="function.svn-auth-set-parameter.php" class="index">svn_auth_set_parameter</a> - Sets an authentication parameter</li>
<li><a href="function.svn-blame.php" class="index">svn_blame</a> - Get the SVN blame for a file</li>
<li><a href="function.svn-cat.php" class="index">svn_cat</a> - Returns the contents of a file in a repository</li>
<li><a href="function.svn-checkout.php" class="index">svn_checkout</a> - Checks out a working copy from the repository</li>
<li><a href="function.svn-cleanup.php" class="index">svn_cleanup</a> - Recursively cleanup a working copy directory, finishing incomplete operations and removing locks</li>
<li><a href="function.svn-client-version.php" class="index">svn_client_version</a> - Returns the version of the SVN client libraries</li>
<li><a href="function.svn-commit.php" class="index">svn_commit</a> - Sends changes from the local working copy to the repository</li>
<li><a href="function.svn-delete.php" class="index">svn_delete</a> - Delete items from a working copy or repository</li>
<li><a href="function.svn-diff.php" class="index">svn_diff</a> - Recursively diffs two paths</li>
<li><a href="function.svn-export.php" class="index">svn_export</a> - Export the contents of a SVN directory</li>
<li><a href="function.svn-fs-abort-txn.php" class="index">svn_fs_abort_txn</a> - Aborts a transaction</li>
<li><a href="function.svn-fs-apply-text.php" class="index">svn_fs_apply_text</a> - Creates and returns a stream that will be used to replace</li>
<li><a href="function.svn-fs-begin-txn2.php" class="index">svn_fs_begin_txn2</a> - Create a new transaction</li>
<li><a href="function.svn-fs-change-node-prop.php" class="index">svn_fs_change_node_prop</a> - Return true if everything is ok, false otherwise</li>
<li><a href="function.svn-fs-check-path.php" class="index">svn_fs_check_path</a> - Determines what kind of item lives at path in a given repository fsroot</li>
<li><a href="function.svn-fs-contents-changed.php" class="index">svn_fs_contents_changed</a> - Return true if content is different, false otherwise</li>
<li><a href="function.svn-fs-copy.php" class="index">svn_fs_copy</a> - Copies a file or a directory</li>
<li><a href="function.svn-fs-delete.php" class="index">svn_fs_delete</a> - Deletes a file or a directory</li>
<li><a href="function.svn-fs-dir-entries.php" class="index">svn_fs_dir_entries</a> - Enumerates the directory entries under path; returns a hash of dir names to file type</li>
<li><a href="function.svn-fs-file-contents.php" class="index">svn_fs_file_contents</a> - Returns a stream to access the contents of a file from a given version of the fs</li>
<li><a href="function.svn-fs-file-length.php" class="index">svn_fs_file_length</a> - Returns the length of a file from a given version of the fs</li>
<li><a href="function.svn-fs-is-dir.php" class="index">svn_fs_is_dir</a> - Determines if a path points to a directory</li>
<li><a href="function.svn-fs-is-file.php" class="index">svn_fs_is_file</a> - Determines if a path points to a file</li>
<li><a href="function.svn-fs-make-dir.php" class="index">svn_fs_make_dir</a> - Creates a new empty directory</li>
<li><a href="function.svn-fs-make-file.php" class="index">svn_fs_make_file</a> - Creates a new empty file</li>
<li><a href="function.svn-fs-node-created-rev.php" class="index">svn_fs_node_created_rev</a> - Returns the revision in which path under fsroot was created</li>
<li><a href="function.svn-fs-node-prop.php" class="index">svn_fs_node_prop</a> - Returns the value of a property for a node</li>
<li><a href="function.svn-fs-props-changed.php" class="index">svn_fs_props_changed</a> - Return true if props are different, false otherwise</li>
<li><a href="function.svn-fs-revision-prop.php" class="index">svn_fs_revision_prop</a> - Fetches the value of a named property</li>
<li><a href="function.svn-fs-revision-root.php" class="index">svn_fs_revision_root</a> - Get a handle on a specific version of the repository root</li>
<li><a href="function.svn-fs-txn-root.php" class="index">svn_fs_txn_root</a> - Creates and returns a transaction root</li>
<li><a href="function.svn-fs-youngest-rev.php" class="index">svn_fs_youngest_rev</a> - Returns the number of the youngest revision in the filesystem</li>
<li><a href="function.svn-import.php" class="index">svn_import</a> - Imports an unversioned path into a repository</li>
<li><a href="function.svn-log.php" class="index">svn_log</a> - Returns the commit log messages of a repository URL</li>
<li><a href="function.svn-ls.php" class="index">svn_ls</a> - Returns list of directory contents in repository URL, optionally at revision number</li>
<li><a href="function.svn-mkdir.php" class="index">svn_mkdir</a> - Creates a directory in a working copy or repository</li>
<li><a href="function.svn-repos-create.php" class="index">svn_repos_create</a> - Create a new subversion repository at path</li>
<li><a href="function.svn-repos-fs.php" class="index">svn_repos_fs</a> - Gets a handle on the filesystem for a repository</li>
<li><a href="function.svn-repos-fs-begin-txn-for-commit.php" class="index">svn_repos_fs_begin_txn_for_commit</a> - Create a new transaction</li>
<li><a href="function.svn-repos-fs-commit-txn.php" class="index">svn_repos_fs_commit_txn</a> - Commits a transaction and returns the new revision</li>
<li><a href="function.svn-repos-hotcopy.php" class="index">svn_repos_hotcopy</a> - Make a hot-copy of the repos at repospath; copy it to destpath</li>
<li><a href="function.svn-repos-open.php" class="index">svn_repos_open</a> - Open a shared lock on a repository</li>
<li><a href="function.svn-repos-recover.php" class="index">svn_repos_recover</a> - Run recovery procedures on the repository located at path</li>
<li><a href="function.svn-revert.php" class="index">svn_revert</a> - Revert changes to the working copy</li>
<li><a href="function.svn-status.php" class="index">svn_status</a> - Returns the status of working copy files and directories</li>
<li><a href="function.svn-update.php" class="index">svn_update</a> - Update working copy</li>
<li><a href="swoole-async.dnslookup.php" class="index">Swoole\Async::dnsLookup</a> - Async and non-blocking hostname to IP lookup.</li>
<li><a href="swoole-async.read.php" class="index">Swoole\Async::read</a> - Read file stream asynchronously.</li>
<li><a href="swoole-async.readfile.php" class="index">Swoole\Async::readFile</a> - Read a file asynchronously.</li>
<li><a href="swoole-async.set.php" class="index">Swoole\Async::set</a> - Update the async I/O options.</li>
<li><a href="swoole-async.write.php" class="index">Swoole\Async::write</a> - Write data to a file stream asynchronously.</li>
<li><a href="swoole-async.writefile.php" class="index">Swoole\Async::writeFile</a> - Description</li>
<li><a href="swoole-atomic.add.php" class="index">Swoole\Atomic::add</a> - Add a number to the value to the atomic object.</li>
<li><a href="swoole-atomic.cmpset.php" class="index">Swoole\Atomic::cmpset</a> - Compare and set the value of the atomic object.</li>
<li><a href="swoole-atomic.get.php" class="index">Swoole\Atomic::get</a> - Get the current value of the atomic object.</li>
<li><a href="swoole-atomic.set.php" class="index">Swoole\Atomic::set</a> - Set a new value to the atomic object.</li>
<li><a href="swoole-atomic.sub.php" class="index">Swoole\Atomic::sub</a> - Subtract a number to the value of the atomic object.</li>
<li><a href="swoole-atomic.construct.php" class="index">Swoole\Atomic::__construct</a> - Construct a swoole atomic object.</li>
<li><a href="swoole-buffer.append.php" class="index">Swoole\Buffer::append</a> - Append the string or binary data at the end of the memory buffer and return the new size of memory allocated.</li>
<li><a href="swoole-buffer.clear.php" class="index">Swoole\Buffer::clear</a> - Reset the memory buffer.</li>
<li><a href="swoole-buffer.expand.php" class="index">Swoole\Buffer::expand</a> - Expand the size of memory buffer.</li>
<li><a href="swoole-buffer.read.php" class="index">Swoole\Buffer::read</a> - Read data from the memory buffer based on offset and length.</li>
<li><a href="swoole-buffer.recycle.php" class="index">Swoole\Buffer::recycle</a> - Release the memory to OS which is not used by the memory buffer.</li>
<li><a href="swoole-buffer.substr.php" class="index">Swoole\Buffer::substr</a> - Read data from the memory buffer based on offset and length. Or remove data from the memory buffer.</li>
<li><a href="swoole-buffer.write.php" class="index">Swoole\Buffer::write</a> - Write data to the memory buffer. The memory allocated for the buffer will not be changed.</li>
<li><a href="swoole-buffer.construct.php" class="index">Swoole\Buffer::__construct</a> - Fixed size memory blocks allocation.</li>
<li><a href="swoole-buffer.destruct.php" class="index">Swoole\Buffer::__destruct</a> - Destruct the Swoole memory buffer.</li>
<li><a href="swoole-buffer.tostring.php" class="index">Swoole\Buffer::__toString</a> - Get the string value of the memory buffer.</li>
<li><a href="swoole-channel.pop.php" class="index">Swoole\Channel::pop</a> - Read and pop data from swoole channel.</li>
<li><a href="swoole-channel.push.php" class="index">Swoole\Channel::push</a> - Write and push data into Swoole channel.</li>
<li><a href="swoole-channel.stats.php" class="index">Swoole\Channel::stats</a> - Get stats of swoole channel.</li>
<li><a href="swoole-channel.construct.php" class="index">Swoole\Channel::__construct</a> - Construct a Swoole Channel</li>
<li><a href="swoole-channel.destruct.php" class="index">Swoole\Channel::__destruct</a> - Destruct a Swoole channel.</li>
<li><a href="swoole-client.close.php" class="index">Swoole\Client::close</a> - Close the connection established.</li>
<li><a href="swoole-client.connect.php" class="index">Swoole\Client::connect</a> - Connect to the remote TCP or UDP port.</li>
<li><a href="swoole-client.getpeername.php" class="index">Swoole\Client::getpeername</a> - Get the remote socket name of the connection.</li>
<li><a href="swoole-client.getsockname.php" class="index">Swoole\Client::getsockname</a> - Get the local socket name of the connection.</li>
<li><a href="swoole-client.isconnected.php" class="index">Swoole\Client::isConnected</a> - Check if the connection is established.</li>
<li><a href="swoole-client.on.php" class="index">Swoole\Client::on</a> - Add callback functions triggered by events.</li>
<li><a href="swoole-client.pause.php" class="index">Swoole\Client::pause</a> - Pause receiving data.</li>
<li><a href="swoole-client.pipe.php" class="index">Swoole\Client::pipe</a> - Redirect the data to another file descriptor.</li>
<li><a href="swoole-client.recv.php" class="index">Swoole\Client::recv</a> - Receive data from the remote socket.</li>
<li><a href="swoole-client.resume.php" class="index">Swoole\Client::resume</a> - Resume receiving data.</li>
<li><a href="swoole-client.send.php" class="index">Swoole\Client::send</a> - Send data to the remote TCP socket.</li>
<li><a href="swoole-client.sendfile.php" class="index">Swoole\Client::sendfile</a> - Send file to the remote TCP socket.</li>
<li><a href="swoole-client.sendto.php" class="index">Swoole\Client::sendto</a> - Send data to the remote UDP address.</li>
<li><a href="swoole-client.set.php" class="index">Swoole\Client::set</a> - Set the Swoole client parameters before the connection is established.</li>
<li><a href="swoole-client.sleep.php" class="index">Swoole\Client::sleep</a> - Remove the TCP client from system event loop.</li>
<li><a href="swoole-client.wakeup.php" class="index">Swoole\Client::wakeup</a> - Add the TCP client back into the system event loop.</li>
<li><a href="swoole-client.construct.php" class="index">Swoole\Client::__construct</a> - Create Swoole sync or async TCP/UDP client, with or without SSL.</li>
<li><a href="swoole-client.destruct.php" class="index">Swoole\Client::__destruct</a> - Destruct the Swoole client.</li>
<li><a href="swoole-connection-iterator.count.php" class="index">Swoole\Connection\Iterator::count</a> - Count connections.</li>
<li><a href="swoole-connection-iterator.current.php" class="index">Swoole\Connection\Iterator::current</a> - Return current connection entry.</li>
<li><a href="swoole-connection-iterator.key.php" class="index">Swoole\Connection\Iterator::key</a> - Return key of the current connection.</li>
<li><a href="swoole-connection-iterator.next.php" class="index">Swoole\Connection\Iterator::next</a> - Move to the next connection.</li>
<li><a href="swoole-connection-iterator.offsetexists.php" class="index">Swoole\Connection\Iterator::offsetExists</a> - Check if offset exists.</li>
<li><a href="swoole-connection-iterator.offsetget.php" class="index">Swoole\Connection\Iterator::offsetGet</a> - Offset to retrieve.</li>
<li><a href="swoole-connection-iterator.offsetset.php" class="index">Swoole\Connection\Iterator::offsetSet</a> - Assign a Connection to the specified offset.</li>
<li><a href="swoole-connection-iterator.offsetunset.php" class="index">Swoole\Connection\Iterator::offsetUnset</a> - Unset an offset.</li>
<li><a href="swoole-connection-iterator.rewind.php" class="index">Swoole\Connection\Iterator::rewind</a> - Rewinds iterator</li>
<li><a href="swoole-connection-iterator.valid.php" class="index">Swoole\Connection\Iterator::valid</a> - Check if current position is valid.</li>
<li><a href="swoole-coroutine.call-user-func.php" class="index">Swoole\Coroutine::call_user_func</a> - Call a callback given by the first parameter</li>
<li><a href="swoole-coroutine.call-user-func-array.php" class="index">Swoole\Coroutine::call_user_func_array</a> - Call a callback with an array of parameters</li>
<li><a href="swoole-coroutine.cli-wait.php" class="index">Swoole\Coroutine::cli_wait</a> - Description</li>
<li><a href="swoole-coroutine.create.php" class="index">Swoole\Coroutine::create</a> - Description</li>
<li><a href="swoole-coroutine.getuid.php" class="index">Swoole\Coroutine::getuid</a> - Description</li>
<li><a href="swoole-coroutine.resume.php" class="index">Swoole\Coroutine::resume</a> - Description</li>
<li><a href="swoole-coroutine.suspend.php" class="index">Swoole\Coroutine::suspend</a> - Description</li>
<li><a href="swoole-coroutine-lock.lock.php" class="index">Swoole\Coroutine\Lock::lock</a> - Acquire the lock, blocking if necessary</li>
<li><a href="swoole-coroutine-lock.trylock.php" class="index">Swoole\Coroutine\Lock::trylock</a> - Attempt to acquire the lock without blocking</li>
<li><a href="swoole-coroutine-lock.unlock.php" class="index">Swoole\Coroutine\Lock::unlock</a> - Release the lock</li>
<li><a href="swoole-coroutine-lock.construct.php" class="index">Swoole\Coroutine\Lock::__construct</a> - Construct a new coroutine lock</li>
<li><a href="swoole-event.add.php" class="index">Swoole\Event::add</a> - Add new callback functions of a socket into the EventLoop.</li>
<li><a href="swoole-event.defer.php" class="index">Swoole\Event::defer</a> - Add a callback function to the next event loop.</li>
<li><a href="swoole-event.del.php" class="index">Swoole\Event::del</a> - Remove all event callback functions of a socket.</li>
<li><a href="swoole-event.exit.php" class="index">Swoole\Event::exit</a> - Exit the eventloop, only available at client side.</li>
<li><a href="swoole-event.set.php" class="index">Swoole\Event::set</a> - Update the event callback functions of a socket.</li>
<li><a href="swoole-event.wait.php" class="index">Swoole\Event::wait</a> - Description</li>
<li><a href="swoole-event.write.php" class="index">Swoole\Event::write</a> - Write data to the socket.</li>
<li><a href="swoole-http-client.addfile.php" class="index">Swoole\Http\Client::addFile</a> - Add a file to the post form.</li>
<li><a href="swoole-http-client.close.php" class="index">Swoole\Http\Client::close</a> - Close the http connection.</li>
<li><a href="swoole-http-client.download.php" class="index">Swoole\Http\Client::download</a> - Download a file from the remote server.</li>
<li><a href="swoole-http-client.execute.php" class="index">Swoole\Http\Client::execute</a> - Send the HTTP request after setting the parameters.</li>
<li><a href="swoole-http-client.get.php" class="index">Swoole\Http\Client::get</a> - Send GET http request to the remote server.</li>
<li><a href="swoole-http-client.isconnected.php" class="index">Swoole\Http\Client::isConnected</a> - Check if the HTTP connection is connected.</li>
<li><a href="swoole-http-client.on.php" class="index">Swoole\Http\Client::on</a> - Register callback function by event name.</li>
<li><a href="swoole-http-client.post.php" class="index">Swoole\Http\Client::post</a> - Send POST http request to the remote server.</li>
<li><a href="swoole-http-client.push.php" class="index">Swoole\Http\Client::push</a> - Push data to websocket client.</li>
<li><a href="swoole-http-client.set.php" class="index">Swoole\Http\Client::set</a> - Update the HTTP client parameters.</li>
<li><a href="swoole-http-client.setcookies.php" class="index">Swoole\Http\Client::setCookies</a> - Set the http request cookies.</li>
<li><a href="swoole-http-client.setdata.php" class="index">Swoole\Http\Client::setData</a> - Set the HTTP request body data.</li>
<li><a href="swoole-http-client.setheaders.php" class="index">Swoole\Http\Client::setHeaders</a> - Set the HTTP request headers.</li>
<li><a href="swoole-http-client.setmethod.php" class="index">Swoole\Http\Client::setMethod</a> - Set the HTTP request method.</li>
<li><a href="swoole-http-client.upgrade.php" class="index">Swoole\Http\Client::upgrade</a> - Upgrade to websocket protocol.</li>
<li><a href="swoole-http-client.construct.php" class="index">Swoole\Http\Client::__construct</a> - Construct the async HTTP client.</li>
<li><a href="swoole-http-client.destruct.php" class="index">Swoole\Http\Client::__destruct</a> - Destruct the HTTP client.</li>
<li><a href="swoole-http-request.rawcontent.php" class="index">Swoole\Http\Request::rawcontent</a> - Get the raw HTTP POST body.</li>
<li><a href="swoole-http-request.destruct.php" class="index">Swoole\Http\Request::__destruct</a> - Destruct the HTTP request.</li>
<li><a href="swoole-http-response.cookie.php" class="index">Swoole\Http\Response::cookie</a> - Set the cookies of the HTTP response.</li>
<li><a href="swoole-http-response.end.php" class="index">Swoole\Http\Response::end</a> - Send data for the HTTP request and finish the response.</li>
<li><a href="swoole-http-response.gzip.php" class="index">Swoole\Http\Response::gzip</a> - Enable the gzip of response content.</li>
<li><a href="swoole-http-response.header.php" class="index">Swoole\Http\Response::header</a> - Set the HTTP response headers.</li>
<li><a href="swoole-http-response.initheader.php" class="index">Swoole\Http\Response::initHeader</a> - Init the HTTP response header.</li>
<li><a href="swoole-http-response.rawcookie.php" class="index">Swoole\Http\Response::rawcookie</a> - Set the raw cookies to the HTTP response.</li>
<li><a href="swoole-http-response.sendfile.php" class="index">Swoole\Http\Response::sendfile</a> - Send file through the HTTP response.</li>
<li><a href="swoole-http-response.status.php" class="index">Swoole\Http\Response::status</a> - Set the status code of the HTTP response.</li>
<li><a href="swoole-http-response.write.php" class="index">Swoole\Http\Response::write</a> - Append HTTP body content to the HTTP response.</li>
<li><a href="swoole-http-response.destruct.php" class="index">Swoole\Http\Response::__destruct</a> - Destruct the HTTP response.</li>
<li><a href="swoole-http-server.on.php" class="index">Swoole\Http\Server::on</a> - Bind callback function to HTTP server by event name.</li>
<li><a href="swoole-http-server.start.php" class="index">Swoole\Http\Server::start</a> - Start the swoole http server.</li>
<li><a href="swoole-lock.lock.php" class="index">Swoole\Lock::lock</a> - Try to acquire the lock. It will block if the lock is not available.</li>
<li><a href="swoole-lock.lock-read.php" class="index">Swoole\Lock::lock_read</a> - Lock a read-write lock for reading.</li>
<li><a href="swoole-lock.trylock.php" class="index">Swoole\Lock::trylock</a> - Try to acquire the lock and return straight away even the lock is not available.</li>
<li><a href="swoole-lock.trylock-read.php" class="index">Swoole\Lock::trylock_read</a> - Try to lock a read-write lock for reading and return straight away even the lock is not available.</li>
<li><a href="swoole-lock.unlock.php" class="index">Swoole\Lock::unlock</a> - Release the lock.</li>
<li><a href="swoole-lock.construct.php" class="index">Swoole\Lock::__construct</a> - Construct a memory lock.</li>
<li><a href="swoole-lock.destruct.php" class="index">Swoole\Lock::__destruct</a> - Destroy a Swoole memory lock.</li>
<li><a href="swoole-mmap.open.php" class="index">Swoole\Mmap::open</a> - Map a file into memory and return the stream resource which can be used by PHP stream operations.</li>
<li><a href="swoole-mysql.close.php" class="index">Swoole\MySQL::close</a> - Close the async MySQL connection.</li>
<li><a href="swoole-mysql.connect.php" class="index">Swoole\MySQL::connect</a> - Connect to the remote MySQL server.</li>
<li><a href="swoole-mysql.getbuffer.php" class="index">Swoole\MySQL::getBuffer</a> - Description</li>
<li><a href="swoole-mysql.on.php" class="index">Swoole\MySQL::on</a> - Register callback function based on event name.</li>
<li><a href="swoole-mysql.query.php" class="index">Swoole\MySQL::query</a> - Run the SQL query.</li>
<li><a href="swoole-mysql.construct.php" class="index">Swoole\MySQL::__construct</a> - Construct an async MySQL client.</li>
<li><a href="swoole-mysql.destruct.php" class="index">Swoole\MySQL::__destruct</a> - Destroy the async MySQL client.</li>
<li><a href="swoole-process.alarm.php" class="index">Swoole\Process::alarm</a> - High precision timer which triggers signal with fixed interval.</li>
<li><a href="swoole-process.close.php" class="index">Swoole\Process::close</a> - Close the pipe to the child process.</li>
<li><a href="swoole-process.daemon.php" class="index">Swoole\Process::daemon</a> - Change the process to be a daemon process.</li>
<li><a href="swoole-process.exec.php" class="index">Swoole\Process::exec</a> - Execute system commands.</li>
<li><a href="swoole-process.exit.php" class="index">Swoole\Process::exit</a> - Stop the child processes.</li>
<li><a href="swoole-process.freequeue.php" class="index">Swoole\Process::freeQueue</a> - Destroy the message queue created by swoole_process::useQueue.</li>
<li><a href="swoole-process.kill.php" class="index">Swoole\Process::kill</a> - Send signal to the child process.</li>
<li><a href="swoole-process.name.php" class="index">Swoole\Process::name</a> - Set name of the process.</li>
<li><a href="swoole-process.pop.php" class="index">Swoole\Process::pop</a> - Read and pop data from the message queue.</li>
<li><a href="swoole-process.push.php" class="index">Swoole\Process::push</a> - Write and push data into the message queue.</li>
<li><a href="swoole-process.read.php" class="index">Swoole\Process::read</a> - Read data sending to the process.</li>
<li><a href="swoole-process.signal.php" class="index">Swoole\Process::signal</a> - Send signal to the child processes.</li>
<li><a href="swoole-process.start.php" class="index">Swoole\Process::start</a> - Start the process.</li>
<li><a href="swoole-process.statqueue.php" class="index">Swoole\Process::statQueue</a> - Get the stats of the message queue used as the communication method between processes.</li>
<li><a href="swoole-process.usequeue.php" class="index">Swoole\Process::useQueue</a> - Create a message queue as the communication method between the parent process and child processes.</li>
<li><a href="swoole-process.wait.php" class="index">Swoole\Process::wait</a> - Wait for the events of child processes.</li>
<li><a href="swoole-process.write.php" class="index">Swoole\Process::write</a> - Write data into the pipe and communicate with the parent process or child processes.</li>
<li><a href="swoole-process.construct.php" class="index">Swoole\Process::__construct</a> - Construct a process.</li>
<li><a href="swoole-process.destruct.php" class="index">Swoole\Process::__destruct</a> - Destroy the process.</li>
<li><a href="swoole-redis-server.format.php" class="index">Swoole\Redis\Server::format</a> - Description</li>
<li><a href="swoole-redis-server.sethandler.php" class="index">Swoole\Redis\Server::setHandler</a> - Description</li>
<li><a href="swoole-redis-server.start.php" class="index">Swoole\Redis\Server::start</a> - Description</li>
<li><a href="swoole-runtime.enable-coroutine.php" class="index">Swoole\Runtime::enableCoroutine</a> - Enable coroutine for specified functions</li>
<li><a href="swoole-runtime.get-hook-flags.php" class="index">Swoole\Runtime::getHookFlags</a> - Get current hook flags</li>
<li><a href="swoole-runtime.set-hook-flags.php" class="index">Swoole\Runtime::setHookFlags</a> - Set hook flags for coroutine</li>
<li><a href="swoole-serialize.pack.php" class="index">Swoole\Serialize::pack</a> - Serialize the data.</li>
<li><a href="swoole-serialize.unpack.php" class="index">Swoole\Serialize::unpack</a> - Unserialize the data.</li>
<li><a href="swoole-server.addlistener.php" class="index">Swoole\Server::addlistener</a> - Add a new listener to the server.</li>
<li><a href="swoole-server.addprocess.php" class="index">Swoole\Server::addProcess</a> - Add a user defined swoole_process to the server.</li>
<li><a href="swoole-server.after.php" class="index">Swoole\Server::after</a> - Trigger a callback function after a period of time.</li>
<li><a href="swoole-server.bind.php" class="index">Swoole\Server::bind</a> - Bind the connection to a user defined user ID.</li>
<li><a href="swoole-server.cleartimer.php" class="index">Swoole\Server::clearTimer</a> - Stop and destroy a timer.</li>
<li><a href="swoole-server.close.php" class="index">Swoole\Server::close</a> - Close a connection to the client.</li>
<li><a href="swoole-server.confirm.php" class="index">Swoole\Server::confirm</a> - Check status of the connection.</li>
<li><a href="swoole-server.connection-info.php" class="index">Swoole\Server::connection_info</a> - Get the connection info by file description.</li>
<li><a href="swoole-server.connection-list.php" class="index">Swoole\Server::connection_list</a> - Get all of the established connections.</li>
<li><a href="swoole-server.defer.php" class="index">Swoole\Server::defer</a> - Delay execution of the callback function at the end of current EventLoop.</li>
<li><a href="swoole-server.exist.php" class="index">Swoole\Server::exist</a> - Check if the connection is existed.</li>
<li><a href="swoole-server.finish.php" class="index">Swoole\Server::finish</a> - Used in task process for sending result to the worker process when the task is finished.</li>
<li><a href="swoole-server.getclientinfo.php" class="index">Swoole\Server::getClientInfo</a> - Get the connection info by file description.</li>
<li><a href="swoole-server.getclientlist.php" class="index">Swoole\Server::getClientList</a> - Get all of the established connections.</li>
<li><a href="swoole-server.getlasterror.php" class="index">Swoole\Server::getLastError</a> - Get the error code of the most recent error.</li>
<li><a href="swoole-server.heartbeat.php" class="index">Swoole\Server::heartbeat</a> - Check all the connections on the server.</li>
<li><a href="swoole-server.listen.php" class="index">Swoole\Server::listen</a> - Listen on the given IP and port, socket type.</li>
<li><a href="swoole-server.on.php" class="index">Swoole\Server::on</a> - Register a callback function by event name.</li>
<li><a href="swoole-server.pause.php" class="index">Swoole\Server::pause</a> - Stop receiving data from the connection.</li>
<li><a href="swoole-server.protect.php" class="index">Swoole\Server::protect</a> - Set the connection to be protected mode.</li>
<li><a href="swoole-server.reload.php" class="index">Swoole\Server::reload</a> - Restart all the worker process.</li>
<li><a href="swoole-server.resume.php" class="index">Swoole\Server::resume</a> - Start receiving data from the connection.</li>
<li><a href="swoole-server.send.php" class="index">Swoole\Server::send</a> - Send data to the client.</li>
<li><a href="swoole-server.sendfile.php" class="index">Swoole\Server::sendfile</a> - Send file to the connection.</li>
<li><a href="swoole-server.sendmessage.php" class="index">Swoole\Server::sendMessage</a> - Send message to worker processes by ID.</li>
<li><a href="swoole-server.sendto.php" class="index">Swoole\Server::sendto</a> - Send data to the remote UDP address.</li>
<li><a href="swoole-server.sendwait.php" class="index">Swoole\Server::sendwait</a> - Send data to the remote socket in the blocking way.</li>
<li><a href="swoole-server.set.php" class="index">Swoole\Server::set</a> - Set the runtime settings of the swoole server.</li>
<li><a href="swoole-server.shutdown.php" class="index">Swoole\Server::shutdown</a> - Shutdown the master server process, this function can be called in worker processes.</li>
<li><a href="swoole-server.start.php" class="index">Swoole\Server::start</a> - Start the Swoole server.</li>
<li><a href="swoole-server.stats.php" class="index">Swoole\Server::stats</a> - Get the stats of the Swoole server.</li>
<li><a href="swoole-server.stop.php" class="index">Swoole\Server::stop</a> - Stop the Swoole server.</li>
<li><a href="swoole-server.task.php" class="index">Swoole\Server::task</a> - Send data to the task worker processes.</li>
<li><a href="swoole-server.taskwait.php" class="index">Swoole\Server::taskwait</a> - Send data to the task worker processes in blocking way.</li>
<li><a href="swoole-server.taskwaitmulti.php" class="index">Swoole\Server::taskWaitMulti</a> - Execute multiple tasks concurrently.</li>
<li><a href="swoole-server.tick.php" class="index">Swoole\Server::tick</a> - Repeats a given function at every given time-interval.</li>
<li><a href="swoole-server.construct.php" class="index">Swoole\Server::__construct</a> - Construct a Swoole server.</li>
<li><a href="swoole-table.column.php" class="index">Swoole\Table::column</a> - Set the data type and size of the columns.</li>
<li><a href="swoole-table.count.php" class="index">Swoole\Table::count</a> - Count the rows in the table, or count all the elements in the table if $mode = 1.</li>
<li><a href="swoole-table.create.php" class="index">Swoole\Table::create</a> - Create the swoole memory table.</li>
<li><a href="swoole-table.current.php" class="index">Swoole\Table::current</a> - Get the current row.</li>
<li><a href="swoole-table.decr.php" class="index">Swoole\Table::decr</a> - Decrement the value in the Swoole table by $key and $column</li>
<li><a href="swoole-table.del.php" class="index">Swoole\Table::del</a> - Delete a row in the Swoole table by $key</li>
<li><a href="swoole-table.destroy.php" class="index">Swoole\Table::destroy</a> - Destroy the Swoole table.</li>
<li><a href="swoole-table.exist.php" class="index">Swoole\Table::exist</a> - Check if a row is existed by $row_key.</li>
<li><a href="swoole-table.get.php" class="index">Swoole\Table::get</a> - Get the value in the Swoole table by $key and $field.</li>
<li><a href="swoole-table.incr.php" class="index">Swoole\Table::incr</a> - Increment the value by $key and $column</li>
<li><a href="swoole-table.key.php" class="index">Swoole\Table::key</a> - Get the key of current row.</li>
<li><a href="swoole-table.next.php" class="index">Swoole\Table::next</a> - Iterator the next row</li>
<li><a href="swoole-table.rewind.php" class="index">Swoole\Table::rewind</a> - Rewind the iterator.</li>
<li><a href="swoole-table.set.php" class="index">Swoole\Table::set</a> - Update a row of the table by $key.</li>
<li><a href="swoole-table.valid.php" class="index">Swoole\Table::valid</a> - Check if the current row is valid.</li>
<li><a href="swoole-table.construct.php" class="index">Swoole\Table::__construct</a> - Construct a Swoole memory table with fixed size.</li>
<li><a href="swoole-timer.after.php" class="index">Swoole\Timer::after</a> - Trigger a callback function after a period of time.</li>
<li><a href="swoole-timer.clear.php" class="index">Swoole\Timer::clear</a> - Delete a timer by timer ID.</li>
<li><a href="swoole-timer.exists.php" class="index">Swoole\Timer::exists</a> - Check if a timer is existed.</li>
<li><a href="swoole-timer.tick.php" class="index">Swoole\Timer::tick</a> - Repeats a given function at every given time-interval.</li>
<li><a href="swoole-websocket-server.exist.php" class="index">Swoole\WebSocket\Server::exist</a> - Check if the file descriptor exists.</li>
<li><a href="swoole-websocket-server.on.php" class="index">Swoole\WebSocket\Server::on</a> - Register event callback function</li>
<li><a href="swoole-websocket-server.pack.php" class="index">Swoole\WebSocket\Server::pack</a> - Get a pack of binary data to send in a single frame.</li>
<li><a href="swoole-websocket-server.push.php" class="index">Swoole\WebSocket\Server::push</a> - Push data to the remote client.</li>
<li><a href="swoole-websocket-server.unpack.php" class="index">Swoole\WebSocket\Server::unpack</a> - Unpack the binary data received from the client.</li>
<li><a href="function.swoole-async-dns-lookup.php" class="index">swoole_async_dns_lookup</a> - Async and non-blocking hostname to IP lookup</li>
<li><a href="function.swoole-async-read.php" class="index">swoole_async_read</a> - Read file stream asynchronously</li>
<li><a href="function.swoole-async-readfile.php" class="index">swoole_async_readfile</a> - Read a file asynchronously</li>
<li><a href="function.swoole-async-set.php" class="index">swoole_async_set</a> - Update the async I/O options</li>
<li><a href="function.swoole-async-write.php" class="index">swoole_async_write</a> - Write data to a file stream asynchronously</li>
<li><a href="function.swoole-async-writefile.php" class="index">swoole_async_writefile</a> - Write data to a file asynchronously</li>
<li><a href="function.swoole-clear-error.php" class="index">swoole_clear_error</a> - Clear errors in the socket or on the last error code</li>
<li><a href="function.swoole-client-select.php" class="index">swoole_client_select</a> - Get the file description which are ready to read/write or error</li>
<li><a href="function.swoole-cpu-num.php" class="index">swoole_cpu_num</a> - Get the number of CPU</li>
<li><a href="function.swoole-errno.php" class="index">swoole_errno</a> - Get the error code of the latest system call</li>
<li><a href="function.swoole-error-log.php" class="index">swoole_error_log</a> - Output error messages to the log</li>
<li><a href="function.swoole-event-add.php" class="index">swoole_event_add</a> - Add new callback functions of a socket into the EventLoop</li>
<li><a href="function.swoole-event-defer.php" class="index">swoole_event_defer</a> - Add callback function to the next event loop</li>
<li><a href="function.swoole-event-del.php" class="index">swoole_event_del</a> - Remove all event callback functions of a socket</li>
<li><a href="function.swoole-event-exit.php" class="index">swoole_event_exit</a> - Exit the eventloop, only available at the client side</li>
<li><a href="function.swoole-event-set.php" class="index">swoole_event_set</a> - Update the event callback functions of a socket</li>
<li><a href="function.swoole-event-wait.php" class="index">swoole_event_wait</a> - Start the event loop</li>
<li><a href="function.swoole-event-write.php" class="index">swoole_event_write</a> - Write data to a socket</li>
<li><a href="function.swoole-get-local-ip.php" class="index">swoole_get_local_ip</a> - Get the IPv4 IP addresses of each NIC on the machine</li>
<li><a href="function.swoole-last-error.php" class="index">swoole_last_error</a> - Get the lastest error message</li>
<li><a href="function.swoole-load-module.php" class="index">swoole_load_module</a> - Load a swoole extension</li>
<li><a href="function.swoole-select.php" class="index">swoole_select</a> - Select the file descriptions which are ready to read/write or error in the eventloop</li>
<li><a href="function.swoole-set-process-name.php" class="index">swoole_set_process_name</a> - Set the process name</li>
<li><a href="function.swoole-strerror.php" class="index">swoole_strerror</a> - Convert the Errno into error messages</li>
<li><a href="function.swoole-timer-after.php" class="index">swoole_timer_after</a> - Trigger a one time callback function in the future</li>
<li><a href="function.swoole-timer-exists.php" class="index">swoole_timer_exists</a> - Check if a timer callback function is existed</li>
<li><a href="function.swoole-timer-tick.php" class="index">swoole_timer_tick</a> - Trigger a timer tick callback function by time interval</li>
<li><a href="function.swoole-version.php" class="index">swoole_version</a> - Get the version of Swoole</li>
<li><a href="function.symlink.php" class="index">symlink</a> - Crea un link simbolico</li>
<li><a href="syncevent.fire.php" class="index">SyncEvent::fire</a> - Fires/sets the event</li>
<li><a href="syncevent.reset.php" class="index">SyncEvent::reset</a> - Resets a manual event</li>
<li><a href="syncevent.wait.php" class="index">SyncEvent::wait</a> - Waits for the event to be fired/set</li>
<li><a href="syncevent.construct.php" class="index">SyncEvent::__construct</a> - Constructs a new SyncEvent object</li>
<li><a href="syncmutex.lock.php" class="index">SyncMutex::lock</a> - Waits for an exclusive lock</li>
<li><a href="syncmutex.unlock.php" class="index">SyncMutex::unlock</a> - Unlocks the mutex</li>
<li><a href="syncmutex.construct.php" class="index">SyncMutex::__construct</a> - Constructs a new SyncMutex object</li>
<li><a href="syncreaderwriter.readlock.php" class="index">SyncReaderWriter::readlock</a> - Waits for a read lock</li>
<li><a href="syncreaderwriter.readunlock.php" class="index">SyncReaderWriter::readunlock</a> - Releases a read lock</li>
<li><a href="syncreaderwriter.writelock.php" class="index">SyncReaderWriter::writelock</a> - Waits for an exclusive write lock</li>
<li><a href="syncreaderwriter.writeunlock.php" class="index">SyncReaderWriter::writeunlock</a> - Releases a write lock</li>
<li><a href="syncreaderwriter.construct.php" class="index">SyncReaderWriter::__construct</a> - Constructs a new SyncReaderWriter object</li>
<li><a href="syncsemaphore.lock.php" class="index">SyncSemaphore::lock</a> - Decreases the count of the semaphore or waits</li>
<li><a href="syncsemaphore.unlock.php" class="index">SyncSemaphore::unlock</a> - Increases the count of the semaphore</li>
<li><a href="syncsemaphore.construct.php" class="index">SyncSemaphore::__construct</a> - Constructs a new SyncSemaphore object</li>
<li><a href="syncsharedmemory.first.php" class="index">SyncSharedMemory::first</a> - Check to see if the object is the first instance system-wide of named shared memory</li>
<li><a href="syncsharedmemory.read.php" class="index">SyncSharedMemory::read</a> - Copy data from named shared memory</li>
<li><a href="syncsharedmemory.size.php" class="index">SyncSharedMemory::size</a> - Returns the size of the named shared memory</li>
<li><a href="syncsharedmemory.write.php" class="index">SyncSharedMemory::write</a> - Copy data to named shared memory</li>
<li><a href="syncsharedmemory.construct.php" class="index">SyncSharedMemory::__construct</a> - Constructs a new SyncSharedMemory object</li>
<li><a href="function.syslog.php" class="index">syslog</a> - Genera un messaggio del system log</li>
<li><a href="function.system.php" class="index">system</a> - Esegue un programma esterno e mostra l'output</li>
<li><a href="function.sys-getloadavg.php" class="index">sys_getloadavg</a> - Gets system load average</li>
<li><a href="function.sys-get-temp-dir.php" class="index">sys_get_temp_dir</a> - Returns directory path used for temporary files</li>
</ul></li>
<li class='gen-index index-for-t'>t<ul id='refentry-index-for-t'>
<li><a href="mysql-xdevapi-table.count.php" class="index">Table::count</a> - Get row count</li>
<li><a href="mysql-xdevapi-table.delete.php" class="index">Table::delete</a> - Delete rows from table</li>
<li><a href="mysql-xdevapi-table.existsindatabase.php" class="index">Table::existsInDatabase</a> - Check if table exists in database</li>
<li><a href="mysql-xdevapi-table.getname.php" class="index">Table::getName</a> - Get table name</li>
<li><a href="mysql-xdevapi-table.getschema.php" class="index">Table::getSchema</a> - Get table schema</li>
<li><a href="mysql-xdevapi-table.getsession.php" class="index">Table::getSession</a> - Get table session</li>
<li><a href="mysql-xdevapi-table.insert.php" class="index">Table::insert</a> - Insert table rows</li>
<li><a href="mysql-xdevapi-table.isview.php" class="index">Table::isView</a> - Check if table is view</li>
<li><a href="mysql-xdevapi-table.select.php" class="index">Table::select</a> - Select rows from table</li>
<li><a href="mysql-xdevapi-table.update.php" class="index">Table::update</a> - Update rows in table</li>
<li><a href="mysql-xdevapi-table.construct.php" class="index">Table::__construct</a> - Table constructor</li>
<li><a href="mysql-xdevapi-tabledelete.bind.php" class="index">TableDelete::bind</a> - Bind delete query parameters</li>
<li><a href="mysql-xdevapi-tabledelete.execute.php" class="index">TableDelete::execute</a> - Execute delete query</li>
<li><a href="mysql-xdevapi-tabledelete.limit.php" class="index">TableDelete::limit</a> - Limit deleted rows</li>
<li><a href="mysql-xdevapi-tabledelete.orderby.php" class="index">TableDelete::orderby</a> - Set delete sort criteria</li>
<li><a href="mysql-xdevapi-tabledelete.where.php" class="index">TableDelete::where</a> - Set delete search condition</li>
<li><a href="mysql-xdevapi-tabledelete.construct.php" class="index">TableDelete::__construct</a> - TableDelete constructor</li>
<li><a href="mysql-xdevapi-tableinsert.execute.php" class="index">TableInsert::execute</a> - Execute insert query</li>
<li><a href="mysql-xdevapi-tableinsert.values.php" class="index">TableInsert::values</a> - Add insert row values</li>
<li><a href="mysql-xdevapi-tableinsert.construct.php" class="index">TableInsert::__construct</a> - TableInsert constructor</li>
<li><a href="mysql-xdevapi-tableselect.bind.php" class="index">TableSelect::bind</a> - Bind select query parameters</li>
<li><a href="mysql-xdevapi-tableselect.execute.php" class="index">TableSelect::execute</a> - Execute select statement</li>
<li><a href="mysql-xdevapi-tableselect.groupby.php" class="index">TableSelect::groupBy</a> - Set select grouping criteria</li>
<li><a href="mysql-xdevapi-tableselect.having.php" class="index">TableSelect::having</a> - Set select having condition</li>
<li><a href="mysql-xdevapi-tableselect.limit.php" class="index">TableSelect::limit</a> - Limit selected rows</li>
<li><a href="mysql-xdevapi-tableselect.lockexclusive.php" class="index">TableSelect::lockExclusive</a> - Execute EXCLUSIVE LOCK</li>
<li><a href="mysql-xdevapi-tableselect.lockshared.php" class="index">TableSelect::lockShared</a> - Execute SHARED LOCK</li>
<li><a href="mysql-xdevapi-tableselect.offset.php" class="index">TableSelect::offset</a> - Set limit offset</li>
<li><a href="mysql-xdevapi-tableselect.orderby.php" class="index">TableSelect::orderby</a> - Set select sort criteria</li>
<li><a href="mysql-xdevapi-tableselect.where.php" class="index">TableSelect::where</a> - Set select search condition</li>
<li><a href="mysql-xdevapi-tableselect.construct.php" class="index">TableSelect::__construct</a> - TableSelect constructor</li>
<li><a href="mysql-xdevapi-tableupdate.bind.php" class="index">TableUpdate::bind</a> - Bind update query parameters</li>
<li><a href="mysql-xdevapi-tableupdate.execute.php" class="index">TableUpdate::execute</a> - Execute update query</li>
<li><a href="mysql-xdevapi-tableupdate.limit.php" class="index">TableUpdate::limit</a> - Limit update row count</li>
<li><a href="mysql-xdevapi-tableupdate.orderby.php" class="index">TableUpdate::orderby</a> - Set sorting criteria</li>
<li><a href="mysql-xdevapi-tableupdate.set.php" class="index">TableUpdate::set</a> - Add field to be updated</li>
<li><a href="mysql-xdevapi-tableupdate.where.php" class="index">TableUpdate::where</a> - Set search filter</li>
<li><a href="mysql-xdevapi-tableupdate.construct.php" class="index">TableUpdate::__construct</a> - TableUpdate constructor</li>
<li><a href="function.taint.php" class="index">taint</a> - Contamina una stringa</li>
<li><a href="function.tan.php" class="index">tan</a> - Tangente</li>
<li><a href="function.tanh.php" class="index">tanh</a> - Tangente iperbolica</li>
<li><a href="function.tcpwrap-check.php" class="index">tcpwrap_check</a> - Performs a tcpwrap check</li>
<li><a href="function.tempnam.php" class="index">tempnam</a> - Crea file con unico nome file</li>
<li><a href="function.textdomain.php" class="index">textdomain</a> - Sets the default domain</li>
<li><a href="thread.getcreatorid.php" class="index">Thread::getCreatorId</a> - Identification</li>
<li><a href="thread.getcurrentthread.php" class="index">Thread::getCurrentThread</a> - Identification</li>
<li><a href="thread.getcurrentthreadid.php" class="index">Thread::getCurrentThreadId</a> - Identification</li>
<li><a href="thread.getthreadid.php" class="index">Thread::getThreadId</a> - Identification</li>
<li><a href="thread.isjoined.php" class="index">Thread::isJoined</a> - State Detection</li>
<li><a href="thread.isstarted.php" class="index">Thread::isStarted</a> - State Detection</li>
<li><a href="thread.join.php" class="index">Thread::join</a> - Synchronization</li>
<li><a href="thread.start.php" class="index">Thread::start</a> - Execution</li>
<li><a href="threaded.chunk.php" class="index">Threaded::chunk</a> - Manipulation</li>
<li><a href="threaded.count.php" class="index">Threaded::count</a> - Manipulation</li>
<li><a href="threaded.extend.php" class="index">Threaded::extend</a> - Runtime Manipulation</li>
<li><a href="thread.isrunning.php" class="index">Threaded::isRunning</a> - State Detection</li>
<li><a href="threaded.isterminated.php" class="index">Threaded::isTerminated</a> - State Detection</li>
<li><a href="threaded.merge.php" class="index">Threaded::merge</a> - Manipulation</li>
<li><a href="threaded.notify.php" class="index">Threaded::notify</a> - Synchronization</li>
<li><a href="threaded.notifyone.php" class="index">Threaded::notifyOne</a> - Synchronization</li>
<li><a href="threaded.pop.php" class="index">Threaded::pop</a> - Manipulation</li>
<li><a href="threaded.run.php" class="index">Threaded::run</a> - Execution</li>
<li><a href="threaded.shift.php" class="index">Threaded::shift</a> - Manipulation</li>
<li><a href="threaded.synchronized.php" class="index">Threaded::synchronized</a> - Synchronization</li>
<li><a href="threaded.wait.php" class="index">Threaded::wait</a> - Synchronization</li>
<li><a href="throwable.getcode.php" class="index">Throwable::getCode</a> - Gets the exception code</li>
<li><a href="throwable.getfile.php" class="index">Throwable::getFile</a> - Gets the file in which the object was created</li>
<li><a href="throwable.getline.php" class="index">Throwable::getLine</a> - Gets the line on which the object was instantiated</li>
<li><a href="throwable.getmessage.php" class="index">Throwable::getMessage</a> - Gets the message</li>
<li><a href="throwable.getprevious.php" class="index">Throwable::getPrevious</a> - Returns the previous Throwable</li>
<li><a href="throwable.gettrace.php" class="index">Throwable::getTrace</a> - Gets the stack trace</li>
<li><a href="throwable.gettraceasstring.php" class="index">Throwable::getTraceAsString</a> - Gets the stack trace as a string</li>
<li><a href="throwable.tostring.php" class="index">Throwable::__toString</a> - Gets a string representation of the thrown object</li>
<li><a href="tidy.props.errorbuffer.php" class="index">tidy::$errorBuffer</a> - Return warnings and errors which occurred parsing the specified document</li>
<li><a href="tidy.body.php" class="index">tidy::body</a> - Returns a tidyNode object starting from the &lt;body&gt; tag of the tidy parse tree</li>
<li><a href="tidy.cleanrepair.php" class="index">tidy::cleanRepair</a> - Execute configured cleanup and repair operations on parsed markup</li>
<li><a href="tidy.diagnose.php" class="index">tidy::diagnose</a> - Run configured diagnostics on parsed and repaired markup</li>
<li><a href="tidy.getconfig.php" class="index">tidy::getConfig</a> - Get current Tidy configuration</li>
<li><a href="tidy.gethtmlver.php" class="index">tidy::getHtmlVer</a> - Get the Detected HTML version for the specified document</li>
<li><a href="tidy.getopt.php" class="index">tidy::getOpt</a> - Returns the value of the specified configuration option for the tidy document</li>
<li><a href="tidy.getoptdoc.php" class="index">tidy::getOptDoc</a> - Returns the documentation for the given option name</li>
<li><a href="tidy.getrelease.php" class="index">tidy::getRelease</a> - Get release date (version) for Tidy library</li>
<li><a href="tidy.getstatus.php" class="index">tidy::getStatus</a> - Get status of specified document</li>
<li><a href="tidy.head.php" class="index">tidy::head</a> - Returns a tidyNode object starting from the &lt;head&gt; tag of the tidy parse tree</li>
<li><a href="tidy.html.php" class="index">tidy::html</a> - Returns a tidyNode object starting from the &lt;html&gt; tag of the tidy parse tree</li>
<li><a href="tidy.isxhtml.php" class="index">tidy::isXhtml</a> - Indicates if the document is a XHTML document</li>
<li><a href="tidy.isxml.php" class="index">tidy::isXml</a> - Indicates if the document is a generic (non HTML/XHTML) XML document</li>
<li><a href="tidy.parsefile.php" class="index">tidy::parseFile</a> - Parse markup in file or URI</li>
<li><a href="tidy.parsestring.php" class="index">tidy::parseString</a> - Parse a document stored in a string</li>
<li><a href="tidy.repairfile.php" class="index">tidy::repairFile</a> - Repair a file and return it as a string</li>
<li><a href="tidy.repairstring.php" class="index">tidy::repairString</a> - Repair a string using an optionally provided configuration file</li>
<li><a href="tidy.root.php" class="index">tidy::root</a> - Returns a tidyNode object representing the root of the tidy parse tree</li>
<li><a href="tidy.construct.php" class="index">tidy::__construct</a> - Constructs a new tidy object</li>
<li><a href="tidynode.getnextsibling.php" class="index">tidyNode::getNextSibling</a> - Returns the next sibling node of the current node</li>
<li><a href="tidynode.getparent.php" class="index">tidyNode::getParent</a> - Returns the parent node of the current node</li>
<li><a href="tidynode.getprevioussibling.php" class="index">tidyNode::getPreviousSibling</a> - Returns the previous sibling node of the current node</li>
<li><a href="tidynode.haschildren.php" class="index">tidyNode::hasChildren</a> - Checks if a node has children</li>
<li><a href="tidynode.hassiblings.php" class="index">tidyNode::hasSiblings</a> - Checks if a node has siblings</li>
<li><a href="tidynode.isasp.php" class="index">tidyNode::isAsp</a> - Checks if this node is ASP</li>
<li><a href="tidynode.iscomment.php" class="index">tidyNode::isComment</a> - Checks if a node represents a comment</li>
<li><a href="tidynode.ishtml.php" class="index">tidyNode::isHtml</a> - Checks if a node is an element node</li>
<li><a href="tidynode.isjste.php" class="index">tidyNode::isJste</a> - Checks if this node is JSTE</li>
<li><a href="tidynode.isphp.php" class="index">tidyNode::isPhp</a> - Checks if a node is PHP</li>
<li><a href="tidynode.istext.php" class="index">tidyNode::isText</a> - Checks if a node represents text (no markup)</li>
<li><a href="tidynode.construct.php" class="index">tidyNode::__construct</a> - Private constructor to disallow direct instantiation</li>
<li><a href="function.tidy-access-count.php" class="index">tidy_access_count</a> - Returns the Number of Tidy accessibility warnings encountered for specified document</li>
<li><a href="function.tidy-config-count.php" class="index">tidy_config_count</a> - Returns the Number of Tidy configuration errors encountered for specified document</li>
<li><a href="function.tidy-error-count.php" class="index">tidy_error_count</a> - Returns the Number of Tidy errors encountered for specified document</li>
<li><a href="function.tidy-get-output.php" class="index">tidy_get_output</a> - Return a string representing the parsed tidy markup</li>
<li><a href="function.tidy-warning-count.php" class="index">tidy_warning_count</a> - Returns the Number of Tidy warnings encountered for specified document</li>
<li><a href="function.time.php" class="index">time</a> - Restituisce l'attuale UNIX timestamp</li>
<li><a href="function.timezone-abbreviations-list.php" class="index">timezone_abbreviations_list</a> - Alias di DateTimeZone::listAbbreviations</li>
<li><a href="function.timezone-identifiers-list.php" class="index">timezone_identifiers_list</a> - Alias di DateTimeZone::listIdentifiers</li>
<li><a href="function.timezone-location-get.php" class="index">timezone_location_get</a> - Alias di DateTimeZone::getLocation</li>
<li><a href="function.timezone-name-from-abbr.php" class="index">timezone_name_from_abbr</a> - Returns a timezone name by guessing from abbreviation and UTC offset</li>
<li><a href="function.timezone-name-get.php" class="index">timezone_name_get</a> - Alias di DateTimeZone::getName</li>
<li><a href="function.timezone-offset-get.php" class="index">timezone_offset_get</a> - Alias di DateTimeZone::getOffset</li>
<li><a href="function.timezone-open.php" class="index">timezone_open</a> - Alias di DateTimeZone::__construct</li>
<li><a href="function.timezone-transitions-get.php" class="index">timezone_transitions_get</a> - Alias di DateTimeZone::getTransitions</li>
<li><a href="function.timezone-version-get.php" class="index">timezone_version_get</a> - Gets the version of the timezonedb</li>
<li><a href="function.time-nanosleep.php" class="index">time_nanosleep</a> - Delay for a number of seconds and nanoseconds</li>
<li><a href="function.time-sleep-until.php" class="index">time_sleep_until</a> - Make the script sleep until the specified time</li>
<li><a href="function.tmpfile.php" class="index">tmpfile</a> - Crea un file temporaneo</li>
<li><a href="function.token-get-all.php" class="index">token_get_all</a> - Split given source into PHP tokens</li>
<li><a href="function.token-name.php" class="index">token_name</a> - Get the symbolic name of a given PHP token</li>
<li><a href="function.touch.php" class="index">touch</a> - Imposta l'ora di modifica di un file</li>
<li><a href="function.trader-acos.php" class="index">trader_acos</a> - Vector Trigonometric ACos</li>
<li><a href="function.trader-ad.php" class="index">trader_ad</a> - Chaikin A/D Line</li>
<li><a href="function.trader-add.php" class="index">trader_add</a> - Vector Arithmetic Add</li>
<li><a href="function.trader-adosc.php" class="index">trader_adosc</a> - Chaikin A/D Oscillator</li>
<li><a href="function.trader-adx.php" class="index">trader_adx</a> - Average Directional Movement Index</li>
<li><a href="function.trader-adxr.php" class="index">trader_adxr</a> - Average Directional Movement Index Rating</li>
<li><a href="function.trader-apo.php" class="index">trader_apo</a> - Absolute Price Oscillator</li>
<li><a href="function.trader-aroon.php" class="index">trader_aroon</a> - Aroon</li>
<li><a href="function.trader-aroonosc.php" class="index">trader_aroonosc</a> - Aroon Oscillator</li>
<li><a href="function.trader-asin.php" class="index">trader_asin</a> - Vector Trigonometric ASin</li>
<li><a href="function.trader-atan.php" class="index">trader_atan</a> - Vector Trigonometric ATan</li>
<li><a href="function.trader-atr.php" class="index">trader_atr</a> - Average True Range</li>
<li><a href="function.trader-avgprice.php" class="index">trader_avgprice</a> - Average Price</li>
<li><a href="function.trader-bbands.php" class="index">trader_bbands</a> - Bollinger Bands</li>
<li><a href="function.trader-beta.php" class="index">trader_beta</a> - Beta</li>
<li><a href="function.trader-bop.php" class="index">trader_bop</a> - Balance Of Power</li>
<li><a href="function.trader-cci.php" class="index">trader_cci</a> - Commodity Channel Index</li>
<li><a href="function.trader-cdl2crows.php" class="index">trader_cdl2crows</a> - Two Crows</li>
<li><a href="function.trader-cdl3blackcrows.php" class="index">trader_cdl3blackcrows</a> - Three Black Crows</li>
<li><a href="function.trader-cdl3inside.php" class="index">trader_cdl3inside</a> - Three Inside Up/Down</li>
<li><a href="function.trader-cdl3linestrike.php" class="index">trader_cdl3linestrike</a> - Three-Line Strike</li>
<li><a href="function.trader-cdl3outside.php" class="index">trader_cdl3outside</a> - Three Outside Up/Down</li>
<li><a href="function.trader-cdl3starsinsouth.php" class="index">trader_cdl3starsinsouth</a> - Three Stars In The South</li>
<li><a href="function.trader-cdl3whitesoldiers.php" class="index">trader_cdl3whitesoldiers</a> - Three Advancing White Soldiers</li>
<li><a href="function.trader-cdlabandonedbaby.php" class="index">trader_cdlabandonedbaby</a> - Abandoned Baby</li>
<li><a href="function.trader-cdladvanceblock.php" class="index">trader_cdladvanceblock</a> - Advance Block</li>
<li><a href="function.trader-cdlbelthold.php" class="index">trader_cdlbelthold</a> - Belt-hold</li>
<li><a href="function.trader-cdlbreakaway.php" class="index">trader_cdlbreakaway</a> - Breakaway</li>
<li><a href="function.trader-cdlclosingmarubozu.php" class="index">trader_cdlclosingmarubozu</a> - Closing Marubozu</li>
<li><a href="function.trader-cdlconcealbabyswall.php" class="index">trader_cdlconcealbabyswall</a> - Concealing Baby Swallow</li>
<li><a href="function.trader-cdlcounterattack.php" class="index">trader_cdlcounterattack</a> - Counterattack</li>
<li><a href="function.trader-cdldarkcloudcover.php" class="index">trader_cdldarkcloudcover</a> - Dark Cloud Cover</li>
<li><a href="function.trader-cdldoji.php" class="index">trader_cdldoji</a> - Doji</li>
<li><a href="function.trader-cdldojistar.php" class="index">trader_cdldojistar</a> - Doji Star</li>
<li><a href="function.trader-cdldragonflydoji.php" class="index">trader_cdldragonflydoji</a> - Dragonfly Doji</li>
<li><a href="function.trader-cdlengulfing.php" class="index">trader_cdlengulfing</a> - Engulfing Pattern</li>
<li><a href="function.trader-cdleveningdojistar.php" class="index">trader_cdleveningdojistar</a> - Evening Doji Star</li>
<li><a href="function.trader-cdleveningstar.php" class="index">trader_cdleveningstar</a> - Evening Star</li>
<li><a href="function.trader-cdlgapsidesidewhite.php" class="index">trader_cdlgapsidesidewhite</a> - Up/Down-gap side-by-side white lines</li>
<li><a href="function.trader-cdlgravestonedoji.php" class="index">trader_cdlgravestonedoji</a> - Gravestone Doji</li>
<li><a href="function.trader-cdlhammer.php" class="index">trader_cdlhammer</a> - Hammer</li>
<li><a href="function.trader-cdlhangingman.php" class="index">trader_cdlhangingman</a> - Hanging Man</li>
<li><a href="function.trader-cdlharami.php" class="index">trader_cdlharami</a> - Harami Pattern</li>
<li><a href="function.trader-cdlharamicross.php" class="index">trader_cdlharamicross</a> - Harami Cross Pattern</li>
<li><a href="function.trader-cdlhighwave.php" class="index">trader_cdlhighwave</a> - High-Wave Candle</li>
<li><a href="function.trader-cdlhikkake.php" class="index">trader_cdlhikkake</a> - Hikkake Pattern</li>
<li><a href="function.trader-cdlhikkakemod.php" class="index">trader_cdlhikkakemod</a> - Modified Hikkake Pattern</li>
<li><a href="function.trader-cdlhomingpigeon.php" class="index">trader_cdlhomingpigeon</a> - Homing Pigeon</li>
<li><a href="function.trader-cdlidentical3crows.php" class="index">trader_cdlidentical3crows</a> - Identical Three Crows</li>
<li><a href="function.trader-cdlinneck.php" class="index">trader_cdlinneck</a> - In-Neck Pattern</li>
<li><a href="function.trader-cdlinvertedhammer.php" class="index">trader_cdlinvertedhammer</a> - Inverted Hammer</li>
<li><a href="function.trader-cdlkicking.php" class="index">trader_cdlkicking</a> - Kicking</li>
<li><a href="function.trader-cdlkickingbylength.php" class="index">trader_cdlkickingbylength</a> - Kicking - bull/bear determined by the longer marubozu</li>
<li><a href="function.trader-cdlladderbottom.php" class="index">trader_cdlladderbottom</a> - Ladder Bottom</li>
<li><a href="function.trader-cdllongleggeddoji.php" class="index">trader_cdllongleggeddoji</a> - Long Legged Doji</li>
<li><a href="function.trader-cdllongline.php" class="index">trader_cdllongline</a> - Long Line Candle</li>
<li><a href="function.trader-cdlmarubozu.php" class="index">trader_cdlmarubozu</a> - Marubozu</li>
<li><a href="function.trader-cdlmatchinglow.php" class="index">trader_cdlmatchinglow</a> - Matching Low</li>
<li><a href="function.trader-cdlmathold.php" class="index">trader_cdlmathold</a> - Mat Hold</li>
<li><a href="function.trader-cdlmorningdojistar.php" class="index">trader_cdlmorningdojistar</a> - Morning Doji Star</li>
<li><a href="function.trader-cdlmorningstar.php" class="index">trader_cdlmorningstar</a> - Morning Star</li>
<li><a href="function.trader-cdlonneck.php" class="index">trader_cdlonneck</a> - On-Neck Pattern</li>
<li><a href="function.trader-cdlpiercing.php" class="index">trader_cdlpiercing</a> - Piercing Pattern</li>
<li><a href="function.trader-cdlrickshawman.php" class="index">trader_cdlrickshawman</a> - Rickshaw Man</li>
<li><a href="function.trader-cdlrisefall3methods.php" class="index">trader_cdlrisefall3methods</a> - Rising/Falling Three Methods</li>
<li><a href="function.trader-cdlseparatinglines.php" class="index">trader_cdlseparatinglines</a> - Separating Lines</li>
<li><a href="function.trader-cdlshootingstar.php" class="index">trader_cdlshootingstar</a> - Shooting Star</li>
<li><a href="function.trader-cdlshortline.php" class="index">trader_cdlshortline</a> - Short Line Candle</li>
<li><a href="function.trader-cdlspinningtop.php" class="index">trader_cdlspinningtop</a> - Spinning Top</li>
<li><a href="function.trader-cdlstalledpattern.php" class="index">trader_cdlstalledpattern</a> - Stalled Pattern</li>
<li><a href="function.trader-cdlsticksandwich.php" class="index">trader_cdlsticksandwich</a> - Stick Sandwich</li>
<li><a href="function.trader-cdltakuri.php" class="index">trader_cdltakuri</a> - Takuri (Dragonfly Doji with very long lower shadow)</li>
<li><a href="function.trader-cdltasukigap.php" class="index">trader_cdltasukigap</a> - Tasuki Gap</li>
<li><a href="function.trader-cdlthrusting.php" class="index">trader_cdlthrusting</a> - Thrusting Pattern</li>
<li><a href="function.trader-cdltristar.php" class="index">trader_cdltristar</a> - Tristar Pattern</li>
<li><a href="function.trader-cdlunique3river.php" class="index">trader_cdlunique3river</a> - Unique 3 River</li>
<li><a href="function.trader-cdlupsidegap2crows.php" class="index">trader_cdlupsidegap2crows</a> - Upside Gap Two Crows</li>
<li><a href="function.trader-cdlxsidegap3methods.php" class="index">trader_cdlxsidegap3methods</a> - Upside/Downside Gap Three Methods</li>
<li><a href="function.trader-ceil.php" class="index">trader_ceil</a> - Vector Ceil</li>
<li><a href="function.trader-cmo.php" class="index">trader_cmo</a> - Chande Momentum Oscillator</li>
<li><a href="function.trader-correl.php" class="index">trader_correl</a> - Pearson's Correlation Coefficient (r)</li>
<li><a href="function.trader-cos.php" class="index">trader_cos</a> - Vector Trigonometric Cos</li>
<li><a href="function.trader-cosh.php" class="index">trader_cosh</a> - Vector Trigonometric Cosh</li>
<li><a href="function.trader-dema.php" class="index">trader_dema</a> - Double Exponential Moving Average</li>
<li><a href="function.trader-div.php" class="index">trader_div</a> - Vector Arithmetic Div</li>
<li><a href="function.trader-dx.php" class="index">trader_dx</a> - Directional Movement Index</li>
<li><a href="function.trader-ema.php" class="index">trader_ema</a> - Exponential Moving Average</li>
<li><a href="function.trader-errno.php" class="index">trader_errno</a> - Get error code</li>
<li><a href="function.trader-exp.php" class="index">trader_exp</a> - Vector Arithmetic Exp</li>
<li><a href="function.trader-floor.php" class="index">trader_floor</a> - Vector Floor</li>
<li><a href="function.trader-get-compat.php" class="index">trader_get_compat</a> - Get compatibility mode</li>
<li><a href="function.trader-get-unstable-period.php" class="index">trader_get_unstable_period</a> - Get unstable period</li>
<li><a href="function.trader-ht-dcperiod.php" class="index">trader_ht_dcperiod</a> - Hilbert Transform - Dominant Cycle Period</li>
<li><a href="function.trader-ht-dcphase.php" class="index">trader_ht_dcphase</a> - Hilbert Transform - Dominant Cycle Phase</li>
<li><a href="function.trader-ht-phasor.php" class="index">trader_ht_phasor</a> - Hilbert Transform - Phasor Components</li>
<li><a href="function.trader-ht-sine.php" class="index">trader_ht_sine</a> - Hilbert Transform - SineWave</li>
<li><a href="function.trader-ht-trendline.php" class="index">trader_ht_trendline</a> - Hilbert Transform - Instantaneous Trendline</li>
<li><a href="function.trader-ht-trendmode.php" class="index">trader_ht_trendmode</a> - Hilbert Transform - Trend vs Cycle Mode</li>
<li><a href="function.trader-kama.php" class="index">trader_kama</a> - Kaufman Adaptive Moving Average</li>
<li><a href="function.trader-linearreg.php" class="index">trader_linearreg</a> - Linear Regression</li>
<li><a href="function.trader-linearreg-angle.php" class="index">trader_linearreg_angle</a> - Linear Regression Angle</li>
<li><a href="function.trader-linearreg-intercept.php" class="index">trader_linearreg_intercept</a> - Linear Regression Intercept</li>
<li><a href="function.trader-linearreg-slope.php" class="index">trader_linearreg_slope</a> - Linear Regression Slope</li>
<li><a href="function.trader-ln.php" class="index">trader_ln</a> - Vector Log Natural</li>
<li><a href="function.trader-log10.php" class="index">trader_log10</a> - Vector Log10</li>
<li><a href="function.trader-ma.php" class="index">trader_ma</a> - Moving average</li>
<li><a href="function.trader-macd.php" class="index">trader_macd</a> - Moving Average Convergence/Divergence</li>
<li><a href="function.trader-macdext.php" class="index">trader_macdext</a> - MACD with controllable MA type</li>
<li><a href="function.trader-macdfix.php" class="index">trader_macdfix</a> - Moving Average Convergence/Divergence Fix 12/26</li>
<li><a href="function.trader-mama.php" class="index">trader_mama</a> - MESA Adaptive Moving Average</li>
<li><a href="function.trader-mavp.php" class="index">trader_mavp</a> - Moving average with variable period</li>
<li><a href="function.trader-max.php" class="index">trader_max</a> - Highest value over a specified period</li>
<li><a href="function.trader-maxindex.php" class="index">trader_maxindex</a> - Index of highest value over a specified period</li>
<li><a href="function.trader-medprice.php" class="index">trader_medprice</a> - Median Price</li>
<li><a href="function.trader-mfi.php" class="index">trader_mfi</a> - Money Flow Index</li>
<li><a href="function.trader-midpoint.php" class="index">trader_midpoint</a> - MidPoint over period</li>
<li><a href="function.trader-midprice.php" class="index">trader_midprice</a> - Midpoint Price over period</li>
<li><a href="function.trader-min.php" class="index">trader_min</a> - Lowest value over a specified period</li>
<li><a href="function.trader-minindex.php" class="index">trader_minindex</a> - Index of lowest value over a specified period</li>
<li><a href="function.trader-minmax.php" class="index">trader_minmax</a> - Lowest and highest values over a specified period</li>
<li><a href="function.trader-minmaxindex.php" class="index">trader_minmaxindex</a> - Indexes of lowest and highest values over a specified period</li>
<li><a href="function.trader-minus-di.php" class="index">trader_minus_di</a> - Minus Directional Indicator</li>
<li><a href="function.trader-minus-dm.php" class="index">trader_minus_dm</a> - Minus Directional Movement</li>
<li><a href="function.trader-mom.php" class="index">trader_mom</a> - Momentum</li>
<li><a href="function.trader-mult.php" class="index">trader_mult</a> - Vector Arithmetic Mult</li>
<li><a href="function.trader-natr.php" class="index">trader_natr</a> - Normalized Average True Range</li>
<li><a href="function.trader-obv.php" class="index">trader_obv</a> - On Balance Volume</li>
<li><a href="function.trader-plus-di.php" class="index">trader_plus_di</a> - Plus Directional Indicator</li>
<li><a href="function.trader-plus-dm.php" class="index">trader_plus_dm</a> - Plus Directional Movement</li>
<li><a href="function.trader-ppo.php" class="index">trader_ppo</a> - Percentage Price Oscillator</li>
<li><a href="function.trader-roc.php" class="index">trader_roc</a> - Rate of change : ((price/prevPrice)-1)*100</li>
<li><a href="function.trader-rocp.php" class="index">trader_rocp</a> - Rate of change Percentage: (price-prevPrice)/prevPrice</li>
<li><a href="function.trader-rocr.php" class="index">trader_rocr</a> - Rate of change ratio: (price/prevPrice)</li>
<li><a href="function.trader-rocr100.php" class="index">trader_rocr100</a> - Rate of change ratio 100 scale: (price/prevPrice)*100</li>
<li><a href="function.trader-rsi.php" class="index">trader_rsi</a> - Relative Strength Index</li>
<li><a href="function.trader-sar.php" class="index">trader_sar</a> - Parabolic SAR</li>
<li><a href="function.trader-sarext.php" class="index">trader_sarext</a> - Parabolic SAR - Extended</li>
<li><a href="function.trader-set-compat.php" class="index">trader_set_compat</a> - Set compatibility mode</li>
<li><a href="function.trader-set-unstable-period.php" class="index">trader_set_unstable_period</a> - Set unstable period</li>
<li><a href="function.trader-sin.php" class="index">trader_sin</a> - Vector Trigonometric Sin</li>
<li><a href="function.trader-sinh.php" class="index">trader_sinh</a> - Vector Trigonometric Sinh</li>
<li><a href="function.trader-sma.php" class="index">trader_sma</a> - Simple Moving Average</li>
<li><a href="function.trader-sqrt.php" class="index">trader_sqrt</a> - Vector Square Root</li>
<li><a href="function.trader-stddev.php" class="index">trader_stddev</a> - Standard Deviation</li>
<li><a href="function.trader-stoch.php" class="index">trader_stoch</a> - Stochastic</li>
<li><a href="function.trader-stochf.php" class="index">trader_stochf</a> - Stochastic Fast</li>
<li><a href="function.trader-stochrsi.php" class="index">trader_stochrsi</a> - Stochastic Relative Strength Index</li>
<li><a href="function.trader-sub.php" class="index">trader_sub</a> - Vector Arithmetic Subtraction</li>
<li><a href="function.trader-sum.php" class="index">trader_sum</a> - Summation</li>
<li><a href="function.trader-t3.php" class="index">trader_t3</a> - Triple Exponential Moving Average (T3)</li>
<li><a href="function.trader-tan.php" class="index">trader_tan</a> - Vector Trigonometric Tan</li>
<li><a href="function.trader-tanh.php" class="index">trader_tanh</a> - Vector Trigonometric Tanh</li>
<li><a href="function.trader-tema.php" class="index">trader_tema</a> - Triple Exponential Moving Average</li>
<li><a href="function.trader-trange.php" class="index">trader_trange</a> - True Range</li>
<li><a href="function.trader-trima.php" class="index">trader_trima</a> - Triangular Moving Average</li>
<li><a href="function.trader-trix.php" class="index">trader_trix</a> - 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA</li>
<li><a href="function.trader-tsf.php" class="index">trader_tsf</a> - Time Series Forecast</li>
<li><a href="function.trader-typprice.php" class="index">trader_typprice</a> - Typical Price</li>
<li><a href="function.trader-ultosc.php" class="index">trader_ultosc</a> - Ultimate Oscillator</li>
<li><a href="function.trader-var.php" class="index">trader_var</a> - Variance</li>
<li><a href="function.trader-wclprice.php" class="index">trader_wclprice</a> - Weighted Close Price</li>
<li><a href="function.trader-willr.php" class="index">trader_willr</a> - Williams' %R</li>
<li><a href="function.trader-wma.php" class="index">trader_wma</a> - Weighted Moving Average</li>
<li><a href="function.trait-exists.php" class="index">trait_exists</a> - Checks if the trait exists</li>
<li><a href="transliterator.create.php" class="index">Transliterator::create</a> - Create a transliterator</li>
<li><a href="transliterator.createfromrules.php" class="index">Transliterator::createFromRules</a> - Create transliterator from rules</li>
<li><a href="transliterator.createinverse.php" class="index">Transliterator::createInverse</a> - Create an inverse transliterator</li>
<li><a href="transliterator.geterrorcode.php" class="index">Transliterator::getErrorCode</a> - Get last error code</li>
<li><a href="transliterator.geterrormessage.php" class="index">Transliterator::getErrorMessage</a> - Get last error message</li>
<li><a href="transliterator.listids.php" class="index">Transliterator::listIDs</a> - Get transliterator IDs</li>
<li><a href="transliterator.transliterate.php" class="index">Transliterator::transliterate</a> - Transliterate a string</li>
<li><a href="transliterator.construct.php" class="index">Transliterator::__construct</a> - Private constructor to deny instantiation</li>
<li><a href="function.trigger-error.php" class="index">trigger_error</a> - Genera un messaggio a livello utente di errore/avviso/avvertimento message</li>
<li><a href="function.trim.php" class="index">trim</a> - Rimuove gli spazi (ed altri caratteri) all'inizio e alla fine di un testo</li>
</ul></li>
<li class='gen-index index-for-u'>u<ul id='refentry-index-for-u'>
<li><a href="function.uasort.php" class="index">uasort</a> - Ordina un array mediante una funzione definita dall'utente e
     mantiene le associazioni</li>
<li><a href="function.ucfirst.php" class="index">ucfirst</a> - Converte in maiuscolo il primo carattere del testo</li>
<li><a href="uconverter.convert.php" class="index">UConverter::convert</a> - Convert string from one charset to another</li>
<li><a href="uconverter.fromucallback.php" class="index">UConverter::fromUCallback</a> - Default &quot;from&quot; callback function</li>
<li><a href="uconverter.getaliases.php" class="index">UConverter::getAliases</a> - Get the aliases of the given name</li>
<li><a href="uconverter.getavailable.php" class="index">UConverter::getAvailable</a> - Get the available canonical converter names</li>
<li><a href="uconverter.getdestinationencoding.php" class="index">UConverter::getDestinationEncoding</a> - Get the destination encoding</li>
<li><a href="uconverter.getdestinationtype.php" class="index">UConverter::getDestinationType</a> - Get the destination converter type</li>
<li><a href="uconverter.geterrorcode.php" class="index">UConverter::getErrorCode</a> - Get last error code on the object</li>
<li><a href="uconverter.geterrormessage.php" class="index">UConverter::getErrorMessage</a> - Get last error message on the object</li>
<li><a href="uconverter.getsourceencoding.php" class="index">UConverter::getSourceEncoding</a> - Get the source encoding</li>
<li><a href="uconverter.getsourcetype.php" class="index">UConverter::getSourceType</a> - Get the source converter type</li>
<li><a href="uconverter.getstandards.php" class="index">UConverter::getStandards</a> - Get standards associated to converter names</li>
<li><a href="uconverter.getsubstchars.php" class="index">UConverter::getSubstChars</a> - Get substitution chars</li>
<li><a href="uconverter.reasontext.php" class="index">UConverter::reasonText</a> - Get string representation of the callback reason</li>
<li><a href="uconverter.setdestinationencoding.php" class="index">UConverter::setDestinationEncoding</a> - Set the destination encoding</li>
<li><a href="uconverter.setsourceencoding.php" class="index">UConverter::setSourceEncoding</a> - Set the source encoding</li>
<li><a href="uconverter.setsubstchars.php" class="index">UConverter::setSubstChars</a> - Set the substitution chars</li>
<li><a href="uconverter.toucallback.php" class="index">UConverter::toUCallback</a> - Default &quot;to&quot; callback function</li>
<li><a href="uconverter.transcode.php" class="index">UConverter::transcode</a> - Convert a string from one character encoding to another</li>
<li><a href="uconverter.construct.php" class="index">UConverter::__construct</a> - Create UConverter object</li>
<li><a href="function.ucwords.php" class="index">ucwords</a> - Converte in maiuscolo il primo carattere di ogni parola di una stringa</li>
<li><a href="ui-area.ondraw.php" class="index">UI\Area::onDraw</a> - Draw Callback</li>
<li><a href="ui-area.onkey.php" class="index">UI\Area::onKey</a> - Key Callback</li>
<li><a href="ui-area.onmouse.php" class="index">UI\Area::onMouse</a> - Mouse Callback</li>
<li><a href="ui-area.redraw.php" class="index">UI\Area::redraw</a> - Redraw Area</li>
<li><a href="ui-area.scrollto.php" class="index">UI\Area::scrollTo</a> - Area Scroll</li>
<li><a href="ui-area.setsize.php" class="index">UI\Area::setSize</a> - Set Size</li>
<li><a href="ui-control.destroy.php" class="index">UI\Control::destroy</a> - Destroy Control</li>
<li><a href="ui-control.disable.php" class="index">UI\Control::disable</a> - Disable Control</li>
<li><a href="ui-control.enable.php" class="index">UI\Control::enable</a> - Enable Control</li>
<li><a href="ui-control.getparent.php" class="index">UI\Control::getParent</a> - Get Parent Control</li>
<li><a href="ui-control.gettoplevel.php" class="index">UI\Control::getTopLevel</a> - Get Top Level</li>
<li><a href="ui-control.hide.php" class="index">UI\Control::hide</a> - Hide Control</li>
<li><a href="ui-control.isenabled.php" class="index">UI\Control::isEnabled</a> - Determine if Control is enabled</li>
<li><a href="ui-control.isvisible.php" class="index">UI\Control::isVisible</a> - Determine if Control is visible</li>
<li><a href="ui-control.setparent.php" class="index">UI\Control::setParent</a> - Set Parent Control</li>
<li><a href="ui-control.show.php" class="index">UI\Control::show</a> - Control Show</li>
<li><a href="ui-controls-box.append.php" class="index">UI\Controls\Box::append</a> - Append Control</li>
<li><a href="ui-controls-box.delete.php" class="index">UI\Controls\Box::delete</a> - Delete Control</li>
<li><a href="ui-controls-box.getorientation.php" class="index">UI\Controls\Box::getOrientation</a> - Get Orientation</li>
<li><a href="ui-controls-box.ispadded.php" class="index">UI\Controls\Box::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-box.setpadded.php" class="index">UI\Controls\Box::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-box.construct.php" class="index">UI\Controls\Box::__construct</a> - Construct a new Box</li>
<li><a href="ui-controls-button.gettext.php" class="index">UI\Controls\Button::getText</a> - Get Text</li>
<li><a href="ui-controls-button.onclick.php" class="index">UI\Controls\Button::onClick</a> - Click Handler</li>
<li><a href="ui-controls-button.settext.php" class="index">UI\Controls\Button::setText</a> - Set Text</li>
<li><a href="ui-controls-button.construct.php" class="index">UI\Controls\Button::__construct</a> - Construct a new Button</li>
<li><a href="ui-controls-check.gettext.php" class="index">UI\Controls\Check::getText</a> - Get Text</li>
<li><a href="ui-controls-check.ischecked.php" class="index">UI\Controls\Check::isChecked</a> - Checked Detection</li>
<li><a href="ui-controls-check.ontoggle.php" class="index">UI\Controls\Check::onToggle</a> - Toggle Callback</li>
<li><a href="ui-controls-check.setchecked.php" class="index">UI\Controls\Check::setChecked</a> - Set Checked</li>
<li><a href="ui-controls-check.settext.php" class="index">UI\Controls\Check::setText</a> - Set Text</li>
<li><a href="ui-controls-check.construct.php" class="index">UI\Controls\Check::__construct</a> - Construct a new Check</li>
<li><a href="ui-controls-colorbutton.getcolor.php" class="index">UI\Controls\ColorButton::getColor</a> - Get Color</li>
<li><a href="ui-controls-colorbutton.onchange.php" class="index">UI\Controls\ColorButton::onChange</a> - Change Handler</li>
<li><a href="ui-controls-colorbutton.setcolor.php" class="index">UI\Controls\ColorButton::setColor</a> - Set Color</li>
<li><a href="ui-controls-combo.append.php" class="index">UI\Controls\Combo::append</a> - Append Option</li>
<li><a href="ui-controls-combo.getselected.php" class="index">UI\Controls\Combo::getSelected</a> - Get Selected Option</li>
<li><a href="ui-controls-combo.onselected.php" class="index">UI\Controls\Combo::onSelected</a> - Selected Handler</li>
<li><a href="ui-controls-combo.setselected.php" class="index">UI\Controls\Combo::setSelected</a> - Set Selected Option</li>
<li><a href="ui-controls-editablecombo.append.php" class="index">UI\Controls\EditableCombo::append</a> - Append Option</li>
<li><a href="ui-controls-editablecombo.gettext.php" class="index">UI\Controls\EditableCombo::getText</a> - Get Text</li>
<li><a href="ui-controls-editablecombo.onchange.php" class="index">UI\Controls\EditableCombo::onChange</a> - Change Handler</li>
<li><a href="ui-controls-editablecombo.settext.php" class="index">UI\Controls\EditableCombo::setText</a> - Set Text</li>
<li><a href="ui-controls-entry.gettext.php" class="index">UI\Controls\Entry::getText</a> - Get Text</li>
<li><a href="ui-controls-entry.isreadonly.php" class="index">UI\Controls\Entry::isReadOnly</a> - Detect Read Only</li>
<li><a href="ui-controls-entry.onchange.php" class="index">UI\Controls\Entry::onChange</a> - Change Handler</li>
<li><a href="ui-controls-entry.setreadonly.php" class="index">UI\Controls\Entry::setReadOnly</a> - Set Read Only</li>
<li><a href="ui-controls-entry.settext.php" class="index">UI\Controls\Entry::setText</a> - Set Text</li>
<li><a href="ui-controls-entry.construct.php" class="index">UI\Controls\Entry::__construct</a> - Construct a new Entry</li>
<li><a href="ui-controls-form.append.php" class="index">UI\Controls\Form::append</a> - Append Control</li>
<li><a href="ui-controls-form.delete.php" class="index">UI\Controls\Form::delete</a> - Delete Control</li>
<li><a href="ui-controls-form.ispadded.php" class="index">UI\Controls\Form::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-form.setpadded.php" class="index">UI\Controls\Form::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-grid.append.php" class="index">UI\Controls\Grid::append</a> - Append Control</li>
<li><a href="ui-controls-grid.ispadded.php" class="index">UI\Controls\Grid::isPadded</a> - Padding Detection</li>
<li><a href="ui-controls-grid.setpadded.php" class="index">UI\Controls\Grid::setPadded</a> - Set Padding</li>
<li><a href="ui-controls-group.append.php" class="index">UI\Controls\Group::append</a> - Append Control</li>
<li><a href="ui-controls-group.gettitle.php" class="index">UI\Controls\Group::getTitle</a> - Get Title</li>
<li><a href="ui-controls-group.hasmargin.php" class="index">UI\Controls\Group::hasMargin</a> - Margin Detection</li>
<li><a href="ui-controls-group.setmargin.php" class="index">UI\Controls\Group::setMargin</a> - Set Margin</li>
<li><a href="ui-controls-group.settitle.php" class="index">UI\Controls\Group::setTitle</a> - Set Title</li>
<li><a href="ui-controls-group.construct.php" class="index">UI\Controls\Group::__construct</a> - Construct a new Group</li>
<li><a href="ui-controls-label.gettext.php" class="index">UI\Controls\Label::getText</a> - Get Text</li>
<li><a href="ui-controls-label.settext.php" class="index">UI\Controls\Label::setText</a> - Set Text</li>
<li><a href="ui-controls-label.construct.php" class="index">UI\Controls\Label::__construct</a> - Construct a new Label</li>
<li><a href="ui-controls-multilineentry.append.php" class="index">UI\Controls\MultilineEntry::append</a> - Append Text</li>
<li><a href="ui-controls-multilineentry.gettext.php" class="index">UI\Controls\MultilineEntry::getText</a> - Get Text</li>
<li><a href="ui-controls-multilineentry.isreadonly.php" class="index">UI\Controls\MultilineEntry::isReadOnly</a> - Read Only Detection</li>
<li><a href="ui-controls-multilineentry.onchange.php" class="index">UI\Controls\MultilineEntry::onChange</a> - Change Handler</li>
<li><a href="ui-controls-multilineentry.setreadonly.php" class="index">UI\Controls\MultilineEntry::setReadOnly</a> - Set Read Only</li>
<li><a href="ui-controls-multilineentry.settext.php" class="index">UI\Controls\MultilineEntry::setText</a> - Set Text</li>
<li><a href="ui-controls-multilineentry.construct.php" class="index">UI\Controls\MultilineEntry::__construct</a> - Construct a new Multiline Entry</li>
<li><a href="ui-controls-picker.construct.php" class="index">UI\Controls\Picker::__construct</a> - Construct a new Picker</li>
<li><a href="ui-controls-progress.getvalue.php" class="index">UI\Controls\Progress::getValue</a> - Get Value</li>
<li><a href="ui-controls-progress.setvalue.php" class="index">UI\Controls\Progress::setValue</a> - Set Value</li>
<li><a href="ui-controls-radio.append.php" class="index">UI\Controls\Radio::append</a> - Append Option</li>
<li><a href="ui-controls-radio.getselected.php" class="index">UI\Controls\Radio::getSelected</a> - Get Selected Option</li>
<li><a href="ui-controls-radio.onselected.php" class="index">UI\Controls\Radio::onSelected</a> - Selected Handler</li>
<li><a href="ui-controls-radio.setselected.php" class="index">UI\Controls\Radio::setSelected</a> - Set Selected Option</li>
<li><a href="ui-controls-separator.construct.php" class="index">UI\Controls\Separator::__construct</a> - Construct a new Separator</li>
<li><a href="ui-controls-slider.getvalue.php" class="index">UI\Controls\Slider::getValue</a> - Get Value</li>
<li><a href="ui-controls-slider.onchange.php" class="index">UI\Controls\Slider::onChange</a> - Change Handler</li>
<li><a href="ui-controls-slider.setvalue.php" class="index">UI\Controls\Slider::setValue</a> - Set Value</li>
<li><a href="ui-controls-slider.construct.php" class="index">UI\Controls\Slider::__construct</a> - Construct a new Slider</li>
<li><a href="ui-controls-spin.getvalue.php" class="index">UI\Controls\Spin::getValue</a> - Get Value</li>
<li><a href="ui-controls-spin.onchange.php" class="index">UI\Controls\Spin::onChange</a> - Change Handler</li>
<li><a href="ui-controls-spin.setvalue.php" class="index">UI\Controls\Spin::setValue</a> - Set Value</li>
<li><a href="ui-controls-spin.construct.php" class="index">UI\Controls\Spin::__construct</a> - Construct a new Spin</li>
<li><a href="ui-controls-tab.append.php" class="index">UI\Controls\Tab::append</a> - Append Page</li>
<li><a href="ui-controls-tab.delete.php" class="index">UI\Controls\Tab::delete</a> - Delete Page</li>
<li><a href="ui-controls-tab.hasmargin.php" class="index">UI\Controls\Tab::hasMargin</a> - Margin Detection</li>
<li><a href="ui-controls-tab.insertat.php" class="index">UI\Controls\Tab::insertAt</a> - Insert Page</li>
<li><a href="ui-controls-tab.pages.php" class="index">UI\Controls\Tab::pages</a> - Page Count</li>
<li><a href="ui-controls-tab.setmargin.php" class="index">UI\Controls\Tab::setMargin</a> - Set Margin</li>
<li><a href="ui-draw-brush.getcolor.php" class="index">UI\Draw\Brush::getColor</a> - Get Color</li>
<li><a href="ui-draw-brush.setcolor.php" class="index">UI\Draw\Brush::setColor</a> - Set Color</li>
<li><a href="ui-draw-brush.construct.php" class="index">UI\Draw\Brush::__construct</a> - Construct a new Brush</li>
<li><a href="ui-draw-brush-gradient.addstop.php" class="index">UI\Draw\Brush\Gradient::addStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-gradient.delstop.php" class="index">UI\Draw\Brush\Gradient::delStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-gradient.setstop.php" class="index">UI\Draw\Brush\Gradient::setStop</a> - Stop Manipulation</li>
<li><a href="ui-draw-brush-lineargradient.construct.php" class="index">UI\Draw\Brush\LinearGradient::__construct</a> - Construct a Linear Gradient</li>
<li><a href="ui-draw-brush-radialgradient.construct.php" class="index">UI\Draw\Brush\RadialGradient::__construct</a> - Construct a new Radial Gradient</li>
<li><a href="ui-draw-color.getchannel.php" class="index">UI\Draw\Color::getChannel</a> - Color Manipulation</li>
<li><a href="ui-draw-color.setchannel.php" class="index">UI\Draw\Color::setChannel</a> - Color Manipulation</li>
<li><a href="ui-draw-color.construct.php" class="index">UI\Draw\Color::__construct</a> - Construct new Color</li>
<li><a href="ui-draw-matrix.invert.php" class="index">UI\Draw\Matrix::invert</a> - Invert Matrix</li>
<li><a href="ui-draw-matrix.isinvertible.php" class="index">UI\Draw\Matrix::isInvertible</a> - Invertible Detection</li>
<li><a href="ui-draw-matrix.multiply.php" class="index">UI\Draw\Matrix::multiply</a> - Multiply Matrix</li>
<li><a href="ui-draw-matrix.rotate.php" class="index">UI\Draw\Matrix::rotate</a> - Rotate Matrix</li>
<li><a href="ui-draw-matrix.scale.php" class="index">UI\Draw\Matrix::scale</a> - Scale Matrix</li>
<li><a href="ui-draw-matrix.skew.php" class="index">UI\Draw\Matrix::skew</a> - Skew Matrix</li>
<li><a href="ui-draw-matrix.translate.php" class="index">UI\Draw\Matrix::translate</a> - Translate Matrix</li>
<li><a href="ui-draw-path.addrectangle.php" class="index">UI\Draw\Path::addRectangle</a> - Draw a Rectangle</li>
<li><a href="ui-draw-path.arcto.php" class="index">UI\Draw\Path::arcTo</a> - Draw an Arc</li>
<li><a href="ui-draw-path.bezierto.php" class="index">UI\Draw\Path::bezierTo</a> - Draw Bezier Curve</li>
<li><a href="ui-draw-path.closefigure.php" class="index">UI\Draw\Path::closeFigure</a> - Close Figure</li>
<li><a href="ui-draw-path.end.php" class="index">UI\Draw\Path::end</a> - Finalize Path</li>
<li><a href="ui-draw-path.lineto.php" class="index">UI\Draw\Path::lineTo</a> - Draw a Line</li>
<li><a href="ui-draw-path.newfigure.php" class="index">UI\Draw\Path::newFigure</a> - Draw Figure</li>
<li><a href="ui-draw-path.newfigurewitharc.php" class="index">UI\Draw\Path::newFigureWithArc</a> - Draw Figure with Arc</li>
<li><a href="ui-draw-path.construct.php" class="index">UI\Draw\Path::__construct</a> - Construct a new Path</li>
<li><a href="ui-draw-pen.clip.php" class="index">UI\Draw\Pen::clip</a> - Clip a Path</li>
<li><a href="ui-draw-pen.fill.php" class="index">UI\Draw\Pen::fill</a> - Fill a Path</li>
<li><a href="ui-draw-pen.restore.php" class="index">UI\Draw\Pen::restore</a> - Restore</li>
<li><a href="ui-draw-pen.save.php" class="index">UI\Draw\Pen::save</a> - Save</li>
<li><a href="ui-draw-pen.stroke.php" class="index">UI\Draw\Pen::stroke</a> - Stroke a Path</li>
<li><a href="ui-draw-pen.transform.php" class="index">UI\Draw\Pen::transform</a> - Matrix Transform</li>
<li><a href="ui-draw-pen.write.php" class="index">UI\Draw\Pen::write</a> - Draw Text at Point</li>
<li><a href="ui-draw-stroke.getcap.php" class="index">UI\Draw\Stroke::getCap</a> - Get Line Cap</li>
<li><a href="ui-draw-stroke.getjoin.php" class="index">UI\Draw\Stroke::getJoin</a> - Get Line Join</li>
<li><a href="ui-draw-stroke.getmiterlimit.php" class="index">UI\Draw\Stroke::getMiterLimit</a> - Get Miter Limit</li>
<li><a href="ui-draw-stroke.getthickness.php" class="index">UI\Draw\Stroke::getThickness</a> - Get Thickness</li>
<li><a href="ui-draw-stroke.setcap.php" class="index">UI\Draw\Stroke::setCap</a> - Set Line Cap</li>
<li><a href="ui-draw-stroke.setjoin.php" class="index">UI\Draw\Stroke::setJoin</a> - Set Line Join</li>
<li><a href="ui-draw-stroke.setmiterlimit.php" class="index">UI\Draw\Stroke::setMiterLimit</a> - Set Miter Limit</li>
<li><a href="ui-draw-stroke.setthickness.php" class="index">UI\Draw\Stroke::setThickness</a> - Set Thickness</li>
<li><a href="ui-draw-stroke.construct.php" class="index">UI\Draw\Stroke::__construct</a> - Construct a new Stroke</li>
<li><a href="ui-draw-text-font.getascent.php" class="index">UI\Draw\Text\Font::getAscent</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getdescent.php" class="index">UI\Draw\Text\Font::getDescent</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getleading.php" class="index">UI\Draw\Text\Font::getLeading</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getunderlineposition.php" class="index">UI\Draw\Text\Font::getUnderlinePosition</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.getunderlinethickness.php" class="index">UI\Draw\Text\Font::getUnderlineThickness</a> - Font Metrics</li>
<li><a href="ui-draw-text-font.construct.php" class="index">UI\Draw\Text\Font::__construct</a> - Construct a new Font</li>
<li><a href="ui-draw-text-font-descriptor.getfamily.php" class="index">UI\Draw\Text\Font\Descriptor::getFamily</a> - Get Font Family</li>
<li><a href="ui-draw-text-font-descriptor.getitalic.php" class="index">UI\Draw\Text\Font\Descriptor::getItalic</a> - Style Detection</li>
<li><a href="ui-draw-text-font-descriptor.getsize.php" class="index">UI\Draw\Text\Font\Descriptor::getSize</a> - Size Detection</li>
<li><a href="ui-draw-text-font-descriptor.getstretch.php" class="index">UI\Draw\Text\Font\Descriptor::getStretch</a> - Style Detection</li>
<li><a href="ui-draw-text-font-descriptor.getweight.php" class="index">UI\Draw\Text\Font\Descriptor::getWeight</a> - Weight Detection</li>
<li><a href="ui-draw-text-font-descriptor.construct.php" class="index">UI\Draw\Text\Font\Descriptor::__construct</a> - Construct a new Font Descriptor</li>
<li><a href="function.ui-draw-text-font-fontfamilies.php" class="index">UI\Draw\Text\Font\fontFamilies</a> - Retrieve Font Families</li>
<li><a href="ui-draw-text-layout.setcolor.php" class="index">UI\Draw\Text\Layout::setColor</a> - Set Color</li>
<li><a href="ui-draw-text-layout.setwidth.php" class="index">UI\Draw\Text\Layout::setWidth</a> - Set Width</li>
<li><a href="ui-draw-text-layout.construct.php" class="index">UI\Draw\Text\Layout::__construct</a> - Construct a new Text Layout</li>
<li><a href="ui-executor.kill.php" class="index">UI\Executor::kill</a> - Stop Executor</li>
<li><a href="ui-executor.onexecute.php" class="index">UI\Executor::onExecute</a> - Execution Callback</li>
<li><a href="ui-executor.setinterval.php" class="index">UI\Executor::setInterval</a> - Interval Manipulation</li>
<li><a href="ui-executor.construct.php" class="index">UI\Executor::__construct</a> - Construct a new Executor</li>
<li><a href="ui-menu.append.php" class="index">UI\Menu::append</a> - Append Menu Item</li>
<li><a href="ui-menu.appendabout.php" class="index">UI\Menu::appendAbout</a> - Append About Menu Item</li>
<li><a href="ui-menu.appendcheck.php" class="index">UI\Menu::appendCheck</a> - Append Checkable Menu Item</li>
<li><a href="ui-menu.appendpreferences.php" class="index">UI\Menu::appendPreferences</a> - Append Preferences Menu Item</li>
<li><a href="ui-menu.appendquit.php" class="index">UI\Menu::appendQuit</a> - Append Quit Menu Item</li>
<li><a href="ui-menu.appendseparator.php" class="index">UI\Menu::appendSeparator</a> - Append Menu Item Separator</li>
<li><a href="ui-menu.construct.php" class="index">UI\Menu::__construct</a> - Construct a new Menu</li>
<li><a href="ui-menuitem.disable.php" class="index">UI\MenuItem::disable</a> - Disable Menu Item</li>
<li><a href="ui-menuitem.enable.php" class="index">UI\MenuItem::enable</a> - Enable Menu Item</li>
<li><a href="ui-menuitem.ischecked.php" class="index">UI\MenuItem::isChecked</a> - Detect Checked</li>
<li><a href="ui-menuitem.onclick.php" class="index">UI\MenuItem::onClick</a> - On Click Callback</li>
<li><a href="ui-menuitem.setchecked.php" class="index">UI\MenuItem::setChecked</a> - Set Checked</li>
<li><a href="ui-point.at.php" class="index">UI\Point::at</a> - Size Coercion</li>
<li><a href="ui-point.getx.php" class="index">UI\Point::getX</a> - Retrieves X</li>
<li><a href="ui-point.gety.php" class="index">UI\Point::getY</a> - Retrieves Y</li>
<li><a href="ui-point.setx.php" class="index">UI\Point::setX</a> - Set X</li>
<li><a href="ui-point.sety.php" class="index">UI\Point::setY</a> - Set Y</li>
<li><a href="ui-point.construct.php" class="index">UI\Point::__construct</a> - Construct a new Point</li>
<li><a href="function.ui-quit.php" class="index">UI\quit</a> - Quit UI Loop</li>
<li><a href="function.ui-run.php" class="index">UI\run</a> - Enter UI Loop</li>
<li><a href="ui-size.getheight.php" class="index">UI\Size::getHeight</a> - Retrieves Height</li>
<li><a href="ui-size.getwidth.php" class="index">UI\Size::getWidth</a> - Retrives Width</li>
<li><a href="ui-size.of.php" class="index">UI\Size::of</a> - Point Coercion</li>
<li><a href="ui-size.setheight.php" class="index">UI\Size::setHeight</a> - Set Height</li>
<li><a href="ui-size.setwidth.php" class="index">UI\Size::setWidth</a> - Set Width</li>
<li><a href="ui-size.construct.php" class="index">UI\Size::__construct</a> - Construct a new Size</li>
<li><a href="ui-window.add.php" class="index">UI\Window::add</a> - Add a Control</li>
<li><a href="ui-window.error.php" class="index">UI\Window::error</a> - Show Error Box</li>
<li><a href="ui-window.getsize.php" class="index">UI\Window::getSize</a> - Get Window Size</li>
<li><a href="ui-window.gettitle.php" class="index">UI\Window::getTitle</a> - Get Title</li>
<li><a href="ui-window.hasborders.php" class="index">UI\Window::hasBorders</a> - Border Detection</li>
<li><a href="ui-window.hasmargin.php" class="index">UI\Window::hasMargin</a> - Margin Detection</li>
<li><a href="ui-window.isfullscreen.php" class="index">UI\Window::isFullScreen</a> - Full Screen Detection</li>
<li><a href="ui-window.msg.php" class="index">UI\Window::msg</a> - Show Message Box</li>
<li><a href="ui-window.onclosing.php" class="index">UI\Window::onClosing</a> - Closing Callback</li>
<li><a href="ui-window.open.php" class="index">UI\Window::open</a> - Open Dialog</li>
<li><a href="ui-window.save.php" class="index">UI\Window::save</a> - Save Dialog</li>
<li><a href="ui-window.setborders.php" class="index">UI\Window::setBorders</a> - Border Use</li>
<li><a href="ui-window.setfullscreen.php" class="index">UI\Window::setFullScreen</a> - Full Screen Use</li>
<li><a href="ui-window.setmargin.php" class="index">UI\Window::setMargin</a> - Margin Use</li>
<li><a href="ui-window.setsize.php" class="index">UI\Window::setSize</a> - Set Size</li>
<li><a href="ui-window.settitle.php" class="index">UI\Window::setTitle</a> - Window Title</li>
<li><a href="ui-window.construct.php" class="index">UI\Window::__construct</a> - Construct a new Window</li>
<li><a href="function.uksort.php" class="index">uksort</a> - Ordina rispetto alle chiavi di un array mediante una funzione definita dall'utente</li>
<li><a href="function.umask.php" class="index">umask</a> - Cambia l'umask corrente</li>
<li><a href="function.uniqid.php" class="index">uniqid</a> - Generate a time-based identifier</li>
<li><a href="unitenum.cases.php" class="index">UnitEnum::cases</a> - Generates a list of cases on an enum</li>
<li><a href="function.unixtojd.php" class="index">unixtojd</a> - Converte un timestamp Unix in un Giorno Giuliano</li>
<li><a href="function.unlink.php" class="index">unlink</a> - Cancella un file</li>
<li><a href="function.unpack.php" class="index">unpack</a> - Unpack data from binary string</li>
<li><a href="function.unregister-tick-function.php" class="index">unregister_tick_function</a> - De-register a function for execution on each tick</li>
<li><a href="function.unserialize.php" class="index">unserialize</a> - Crea un valore PHP a partire da una rappresentazione archiviata</li>
<li><a href="function.unset.php" class="index">unset</a> - Cancella una data variabile</li>
<li><a href="function.untaint.php" class="index">untaint</a> - Decontamina stringhe</li>
<li><a href="function.uopz-add-function.php" class="index">uopz_add_function</a> - Adds non-existent function or method</li>
<li><a href="function.uopz-allow-exit.php" class="index">uopz_allow_exit</a> - Allows control over disabled exit opcode</li>
<li><a href="function.uopz-backup.php" class="index">uopz_backup</a> - Backup a function</li>
<li><a href="function.uopz-compose.php" class="index">uopz_compose</a> - Compose a class</li>
<li><a href="function.uopz-copy.php" class="index">uopz_copy</a> - Copy a function</li>
<li><a href="function.uopz-delete.php" class="index">uopz_delete</a> - Delete a function</li>
<li><a href="function.uopz-del-function.php" class="index">uopz_del_function</a> - Deletes previously added function or method</li>
<li><a href="function.uopz-extend.php" class="index">uopz_extend</a> - Extend a class at runtime</li>
<li><a href="function.uopz-flags.php" class="index">uopz_flags</a> - Get or set flags on function or class</li>
<li><a href="function.uopz-function.php" class="index">uopz_function</a> - Creates a function at runtime</li>
<li><a href="function.uopz-get-exit-status.php" class="index">uopz_get_exit_status</a> - Retrieve the last set exit status</li>
<li><a href="function.uopz-get-hook.php" class="index">uopz_get_hook</a> - Gets previously set hook on function or method</li>
<li><a href="function.uopz-get-mock.php" class="index">uopz_get_mock</a> - Get the current mock for a class</li>
<li><a href="function.uopz-get-property.php" class="index">uopz_get_property</a> - Gets value of class or instance property</li>
<li><a href="function.uopz-get-return.php" class="index">uopz_get_return</a> - Gets a previous set return value for a function</li>
<li><a href="function.uopz-get-static.php" class="index">uopz_get_static</a> - Gets the static variables from function or method scope</li>
<li><a href="function.uopz-implement.php" class="index">uopz_implement</a> - Implements an interface at runtime</li>
<li><a href="function.uopz-overload.php" class="index">uopz_overload</a> - Overload a VM opcode</li>
<li><a href="function.uopz-redefine.php" class="index">uopz_redefine</a> - Redefine a constant</li>
<li><a href="function.uopz-rename.php" class="index">uopz_rename</a> - Rename a function at runtime</li>
<li><a href="function.uopz-restore.php" class="index">uopz_restore</a> - Restore a previously backed up function</li>
<li><a href="function.uopz-set-hook.php" class="index">uopz_set_hook</a> - Sets hook to execute when entering a function or method</li>
<li><a href="function.uopz-set-mock.php" class="index">uopz_set_mock</a> - Use mock instead of class for new objects</li>
<li><a href="function.uopz-set-property.php" class="index">uopz_set_property</a> - Sets value of existing class or instance property</li>
<li><a href="function.uopz-set-return.php" class="index">uopz_set_return</a> - Provide a return value for an existing function</li>
<li><a href="function.uopz-set-static.php" class="index">uopz_set_static</a> - Sets the static variables in function or method scope</li>
<li><a href="function.uopz-undefine.php" class="index">uopz_undefine</a> - Undefine a constant</li>
<li><a href="function.uopz-unset-hook.php" class="index">uopz_unset_hook</a> - Removes previously set hook on function or method</li>
<li><a href="function.uopz-unset-mock.php" class="index">uopz_unset_mock</a> - Unset previously set mock</li>
<li><a href="function.uopz-unset-return.php" class="index">uopz_unset_return</a> - Unsets a previously set return value for a function</li>
<li><a href="uri-rfc3986-uri.equals.php" class="index">Uri\Rfc3986\Uri::equals</a> - Check if two URIs are equivalent</li>
<li><a href="uri-rfc3986-uri.getfragment.php" class="index">Uri\Rfc3986\Uri::getFragment</a> - Retrieve the normalized fragment component</li>
<li><a href="uri-rfc3986-uri.gethost.php" class="index">Uri\Rfc3986\Uri::getHost</a> - Retrieve the normalized host component</li>
<li><a href="uri-rfc3986-uri.getpassword.php" class="index">Uri\Rfc3986\Uri::getPassword</a> - Retrieve the normalized password</li>
<li><a href="uri-rfc3986-uri.getpath.php" class="index">Uri\Rfc3986\Uri::getPath</a> - Retrieve the normalized path component</li>
<li><a href="uri-rfc3986-uri.getport.php" class="index">Uri\Rfc3986\Uri::getPort</a> - Retrieve the normalized port component</li>
<li><a href="uri-rfc3986-uri.getquery.php" class="index">Uri\Rfc3986\Uri::getQuery</a> - Retrieve the normalized query component</li>
<li><a href="uri-rfc3986-uri.getrawfragment.php" class="index">Uri\Rfc3986\Uri::getRawFragment</a> - Retrieve the raw fragment component</li>
<li><a href="uri-rfc3986-uri.getrawhost.php" class="index">Uri\Rfc3986\Uri::getRawHost</a> - Retrieve the raw host component</li>
<li><a href="uri-rfc3986-uri.getrawpassword.php" class="index">Uri\Rfc3986\Uri::getRawPassword</a> - Retrieve the raw password</li>
<li><a href="uri-rfc3986-uri.getrawpath.php" class="index">Uri\Rfc3986\Uri::getRawPath</a> - Retrieve the raw path component</li>
<li><a href="uri-rfc3986-uri.getrawquery.php" class="index">Uri\Rfc3986\Uri::getRawQuery</a> - Retrieve the raw query component</li>
<li><a href="uri-rfc3986-uri.getrawscheme.php" class="index">Uri\Rfc3986\Uri::getRawScheme</a> - Retrieve the raw scheme component</li>
<li><a href="uri-rfc3986-uri.getrawuserinfo.php" class="index">Uri\Rfc3986\Uri::getRawUserInfo</a> - Retrieve the raw userinfo component</li>
<li><a href="uri-rfc3986-uri.getrawusername.php" class="index">Uri\Rfc3986\Uri::getRawUsername</a> - Retrieve the raw username</li>
<li><a href="uri-rfc3986-uri.getscheme.php" class="index">Uri\Rfc3986\Uri::getScheme</a> - Retrieve the normalized scheme component</li>
<li><a href="uri-rfc3986-uri.getuserinfo.php" class="index">Uri\Rfc3986\Uri::getUserInfo</a> - Retrieve the normalized userinfo component</li>
<li><a href="uri-rfc3986-uri.getusername.php" class="index">Uri\Rfc3986\Uri::getUsername</a> - Retrieve the normalized username</li>
<li><a href="uri-rfc3986-uri.parse.php" class="index">Uri\Rfc3986\Uri::parse</a> - Parse a URI</li>
<li><a href="uri-rfc3986-uri.resolve.php" class="index">Uri\Rfc3986\Uri::resolve</a> - Resolve a URI with the current object as the base URL</li>
<li><a href="uri-rfc3986-uri.torawstring.php" class="index">Uri\Rfc3986\Uri::toRawString</a> - Recompose the raw URI</li>
<li><a href="uri-rfc3986-uri.tostring.php" class="index">Uri\Rfc3986\Uri::toString</a> - Recompose the normalized URI</li>
<li><a href="uri-rfc3986-uri.withfragment.php" class="index">Uri\Rfc3986\Uri::withFragment</a> - Modify the fragment component</li>
<li><a href="uri-rfc3986-uri.withhost.php" class="index">Uri\Rfc3986\Uri::withHost</a> - Modify the host component</li>
<li><a href="uri-rfc3986-uri.withpath.php" class="index">Uri\Rfc3986\Uri::withPath</a> - Modify the path component</li>
<li><a href="uri-rfc3986-uri.withport.php" class="index">Uri\Rfc3986\Uri::withPort</a> - Modify the port component</li>
<li><a href="uri-rfc3986-uri.withquery.php" class="index">Uri\Rfc3986\Uri::withQuery</a> - Modify the query component</li>
<li><a href="uri-rfc3986-uri.withscheme.php" class="index">Uri\Rfc3986\Uri::withScheme</a> - Modify the scheme component</li>
<li><a href="uri-rfc3986-uri.withuserinfo.php" class="index">Uri\Rfc3986\Uri::withUserInfo</a> - Modify the userinfo component</li>
<li><a href="uri-rfc3986-uri.construct.php" class="index">Uri\Rfc3986\Uri::__construct</a> - Construct the Uri object</li>
<li><a href="uri-rfc3986-uri.debuginfo.php" class="index">Uri\Rfc3986\Uri::__debugInfo</a> - Return the internal state of the URI</li>
<li><a href="uri-rfc3986-uri.serialize.php" class="index">Uri\Rfc3986\Uri::__serialize</a> - Serialize the Uri object</li>
<li><a href="uri-rfc3986-uri.unserialize.php" class="index">Uri\Rfc3986\Uri::__unserialize</a> - Deserialize the data parameter into a Uri object</li>
<li><a href="uri-whatwg-invalidurlexception.construct.php" class="index">Uri\WhatWg\InvalidUrlException::__construct</a> - Construct an InvalidUrlException object</li>
<li><a href="uri-whatwg-url.equals.php" class="index">Uri\WhatWg\Url::equals</a> - Check if two URLs are equivalent</li>
<li><a href="uri-whatwg-url.getasciihost.php" class="index">Uri\WhatWg\Url::getAsciiHost</a> - Retrieve the host component as an ASCII string</li>
<li><a href="uri-whatwg-url.getfragment.php" class="index">Uri\WhatWg\Url::getFragment</a> - Retrieve the fragment component</li>
<li><a href="uri-whatwg-url.getpassword.php" class="index">Uri\WhatWg\Url::getPassword</a> - Retrieve the password component</li>
<li><a href="uri-whatwg-url.getpath.php" class="index">Uri\WhatWg\Url::getPath</a> - Retrieve the path component</li>
<li><a href="uri-whatwg-url.getport.php" class="index">Uri\WhatWg\Url::getPort</a> - Retrieve the port component</li>
<li><a href="uri-whatwg-url.getquery.php" class="index">Uri\WhatWg\Url::getQuery</a> - Retrieve the query component</li>
<li><a href="uri-whatwg-url.getscheme.php" class="index">Uri\WhatWg\Url::getScheme</a> - Retrieve the scheme component</li>
<li><a href="uri-whatwg-url.getunicodehost.php" class="index">Uri\WhatWg\Url::getUnicodeHost</a> - Retrieve the host component as an Unicode string</li>
<li><a href="uri-whatwg-url.getusername.php" class="index">Uri\WhatWg\Url::getUsername</a> - Retrieve the username component</li>
<li><a href="uri-whatwg-url.parse.php" class="index">Uri\WhatWg\Url::parse</a> - Parse a URL</li>
<li><a href="uri-whatwg-url.resolve.php" class="index">Uri\WhatWg\Url::resolve</a> - Resolve a URL with the current object as the base URL</li>
<li><a href="uri-whatwg-url.toasciistring.php" class="index">Uri\WhatWg\Url::toAsciiString</a> - Recompose the URL as an ASCII string</li>
<li><a href="uri-whatwg-url.tounicodestring.php" class="index">Uri\WhatWg\Url::toUnicodeString</a> - Recompose the URL as a Unicode string</li>
<li><a href="uri-whatwg-url.withfragment.php" class="index">Uri\WhatWg\Url::withFragment</a> - Modify the fragment component</li>
<li><a href="uri-whatwg-url.withhost.php" class="index">Uri\WhatWg\Url::withHost</a> - Modify the host component</li>
<li><a href="uri-whatwg-url.withpassword.php" class="index">Uri\WhatWg\Url::withPassword</a> - Modify the password component</li>
<li><a href="uri-whatwg-url.withpath.php" class="index">Uri\WhatWg\Url::withPath</a> - Modify the path component</li>
<li><a href="uri-whatwg-url.withport.php" class="index">Uri\WhatWg\Url::withPort</a> - Modify the port component</li>
<li><a href="uri-whatwg-url.withquery.php" class="index">Uri\WhatWg\Url::withQuery</a> - Modify the query component</li>
<li><a href="uri-whatwg-url.withscheme.php" class="index">Uri\WhatWg\Url::withScheme</a> - Modify the scheme component</li>
<li><a href="uri-whatwg-url.withusername.php" class="index">Uri\WhatWg\Url::withUsername</a> - Modify the username component</li>
<li><a href="uri-whatwg-url.construct.php" class="index">Uri\WhatWg\Url::__construct</a> - Construct the Url object</li>
<li><a href="uri-whatwg-url.debuginfo.php" class="index">Uri\WhatWg\Url::__debugInfo</a> - Return the internal state of the URL</li>
<li><a href="uri-whatwg-url.serialize.php" class="index">Uri\WhatWg\Url::__serialize</a> - Serialize the Url object</li>
<li><a href="uri-whatwg-url.unserialize.php" class="index">Uri\WhatWg\Url::__unserialize</a> - Deserialize the data parameter into a Url object</li>
<li><a href="uri-whatwg-urlvalidationerror.construct.php" class="index">Uri\WhatWg\UrlValidationError::__construct</a> - Construct a UrlValidationError object</li>
<li><a href="function.urldecode.php" class="index">urldecode</a> - Decodes URL-encoded string</li>
<li><a href="function.urlencode.php" class="index">urlencode</a> - URL-encodes string</li>
<li><a href="function.user-error.php" class="index">user_error</a> - Alias di trigger_error</li>
<li><a href="function.use-soap-error-handler.php" class="index">use_soap_error_handler</a> - Set whether to use the SOAP error handler</li>
<li><a href="function.usleep.php" class="index">usleep</a> - Ritarda l'esecuzione in micro-secondi</li>
<li><a href="function.usort.php" class="index">usort</a> - Ordina un array mediante una funzione definita dall'utente</li>
<li><a href="function.utf8-decode.php" class="index">utf8_decode</a> - Converts a string from UTF-8 to ISO-8859-1, replacing invalid or unrepresentable
   characters</li>
<li><a href="function.utf8-encode.php" class="index">utf8_encode</a> - Converts a string from ISO-8859-1 to UTF-8</li>
</ul></li>
<li class='gen-index index-for-v'>v<ul id='refentry-index-for-v'>
<li><a href="v8js.executestring.php" class="index">V8Js::executeString</a> - Execute a string as Javascript code</li>
<li><a href="v8js.getextensions.php" class="index">V8Js::getExtensions</a> - Return an array of registered extensions</li>
<li><a href="v8js.getpendingexception.php" class="index">V8Js::getPendingException</a> - Return pending uncaught Javascript exception</li>
<li><a href="v8js.registerextension.php" class="index">V8Js::registerExtension</a> - Register Javascript extensions for V8Js</li>
<li><a href="v8js.construct.php" class="index">V8Js::__construct</a> - Construct a new V8Js object</li>
<li><a href="v8jsexception.getjsfilename.php" class="index">V8JsException::getJsFileName</a> - The getJsFileName purpose</li>
<li><a href="v8jsexception.getjslinenumber.php" class="index">V8JsException::getJsLineNumber</a> - The getJsLineNumber purpose</li>
<li><a href="v8jsexception.getjssourceline.php" class="index">V8JsException::getJsSourceLine</a> - The getJsSourceLine purpose</li>
<li><a href="v8jsexception.getjstrace.php" class="index">V8JsException::getJsTrace</a> - The getJsTrace purpose</li>
<li><a href="variant.construct.php" class="index">variant::__construct</a> - variant class constructor</li>
<li><a href="function.variant-abs.php" class="index">variant_abs</a> - Returns the absolute value of a variant</li>
<li><a href="function.variant-add.php" class="index">variant_add</a> - &quot;Adds&quot; two variant values together and returns the result</li>
<li><a href="function.variant-and.php" class="index">variant_and</a> - Performs a bitwise AND operation between two variants</li>
<li><a href="function.variant-cast.php" class="index">variant_cast</a> - Convert a variant into a new variant object of another type</li>
<li><a href="function.variant-cat.php" class="index">variant_cat</a> - Concatenates two variant values together and returns the result</li>
<li><a href="function.variant-cmp.php" class="index">variant_cmp</a> - Compares two variants</li>
<li><a href="function.variant-date-from-timestamp.php" class="index">variant_date_from_timestamp</a> - Returns a variant date representation of a Unix timestamp</li>
<li><a href="function.variant-date-to-timestamp.php" class="index">variant_date_to_timestamp</a> - Converts a variant date/time value to Unix timestamp</li>
<li><a href="function.variant-div.php" class="index">variant_div</a> - Returns the result from dividing two variants</li>
<li><a href="function.variant-eqv.php" class="index">variant_eqv</a> - Performs a bitwise equivalence on two variants</li>
<li><a href="function.variant-fix.php" class="index">variant_fix</a> - Returns the integer portion of a variant</li>
<li><a href="function.variant-get-type.php" class="index">variant_get_type</a> - Returns the type of a variant object</li>
<li><a href="function.variant-idiv.php" class="index">variant_idiv</a> - Converts variants to integers and then returns the result from dividing them</li>
<li><a href="function.variant-imp.php" class="index">variant_imp</a> - Performs a bitwise implication on two variants</li>
<li><a href="function.variant-int.php" class="index">variant_int</a> - Returns the integer portion of a variant</li>
<li><a href="function.variant-mod.php" class="index">variant_mod</a> - Divides two variants and returns only the remainder</li>
<li><a href="function.variant-mul.php" class="index">variant_mul</a> - Multiplies the values of the two variants</li>
<li><a href="function.variant-neg.php" class="index">variant_neg</a> - Performs logical negation on a variant</li>
<li><a href="function.variant-not.php" class="index">variant_not</a> - Performs bitwise not negation on a variant</li>
<li><a href="function.variant-or.php" class="index">variant_or</a> - Performs a logical disjunction on two variants</li>
<li><a href="function.variant-pow.php" class="index">variant_pow</a> - Returns the result of performing the power function with two variants</li>
<li><a href="function.variant-round.php" class="index">variant_round</a> - Rounds a variant to the specified number of decimal places</li>
<li><a href="function.variant-set.php" class="index">variant_set</a> - Assigns a new value for a variant object</li>
<li><a href="function.variant-set-type.php" class="index">variant_set_type</a> - Convert a variant into another type &quot;in-place&quot;</li>
<li><a href="function.variant-sub.php" class="index">variant_sub</a> - Subtracts the value of the right variant from the left variant value</li>
<li><a href="function.variant-xor.php" class="index">variant_xor</a> - Performs a logical exclusion on two variants</li>
<li><a href="varnishadmin.auth.php" class="index">VarnishAdmin::auth</a> - Authenticate on a varnish instance</li>
<li><a href="varnishadmin.ban.php" class="index">VarnishAdmin::ban</a> - Ban URLs using a VCL expression</li>
<li><a href="varnishadmin.banurl.php" class="index">VarnishAdmin::banUrl</a> - Ban an URL using a VCL expression</li>
<li><a href="varnishadmin.clearpanic.php" class="index">VarnishAdmin::clearPanic</a> - Clear varnish instance panic messages</li>
<li><a href="varnishadmin.connect.php" class="index">VarnishAdmin::connect</a> - Connect to a varnish instance administration interface</li>
<li><a href="varnishadmin.disconnect.php" class="index">VarnishAdmin::disconnect</a> - Disconnect from a varnish instance administration interface</li>
<li><a href="varnishadmin.getpanic.php" class="index">VarnishAdmin::getPanic</a> - Get the last panic message on a varnish instance</li>
<li><a href="varnishadmin.getparams.php" class="index">VarnishAdmin::getParams</a> - Fetch current varnish instance configuration parameters</li>
<li><a href="varnishadmin.isrunning.php" class="index">VarnishAdmin::isRunning</a> - Check if the varnish slave process is currently running</li>
<li><a href="varnishadmin.setcompat.php" class="index">VarnishAdmin::setCompat</a> - Set the class compat configuration param</li>
<li><a href="varnishadmin.sethost.php" class="index">VarnishAdmin::setHost</a> - Set the class host configuration param</li>
<li><a href="varnishadmin.setident.php" class="index">VarnishAdmin::setIdent</a> - Set the class ident configuration param</li>
<li><a href="varnishadmin.setparam.php" class="index">VarnishAdmin::setParam</a> - Set configuration param on the current varnish instance</li>
<li><a href="varnishadmin.setport.php" class="index">VarnishAdmin::setPort</a> - Set the class port configuration param</li>
<li><a href="varnishadmin.setsecret.php" class="index">VarnishAdmin::setSecret</a> - Set the class secret configuration param</li>
<li><a href="varnishadmin.settimeout.php" class="index">VarnishAdmin::setTimeout</a> - Set the class timeout configuration param</li>
<li><a href="varnishadmin.start.php" class="index">VarnishAdmin::start</a> - Start varnish worker process</li>
<li><a href="varnishadmin.stop.php" class="index">VarnishAdmin::stop</a> - Stop varnish worker process</li>
<li><a href="varnishadmin.construct.php" class="index">VarnishAdmin::__construct</a> - VarnishAdmin constructor</li>
<li><a href="varnishlog.getline.php" class="index">VarnishLog::getLine</a> - Get next log line</li>
<li><a href="varnishlog.gettagname.php" class="index">VarnishLog::getTagName</a> - Get the log tag string representation by its index</li>
<li><a href="varnishlog.construct.php" class="index">VarnishLog::__construct</a> - Varnishlog constructor</li>
<li><a href="varnishstat.getsnapshot.php" class="index">VarnishStat::getSnapshot</a> - Get the current varnish instance statistics snapshot</li>
<li><a href="varnishstat.construct.php" class="index">VarnishStat::__construct</a> - VarnishStat constructor</li>
<li><a href="function.var-dump.php" class="index">var_dump</a> - Stampa delle informazioni relative ad una variabile</li>
<li><a href="function.var-export.php" class="index">var_export</a> - Visualizza o restituisce una variabile in formato stringa</li>
<li><a href="function.var-representation.php" class="index">var_representation</a> - Returns a short, readable, parsable string representation of a variable</li>
<li><a href="function.version-compare.php" class="index">version_compare</a> - Confronta due stringhe contenenti il numero di versione di &quot;PHP-standardized&quot;</li>
<li><a href="function.vfprintf.php" class="index">vfprintf</a> - Scrive una stringa formatta in un flusso</li>
<li><a href="function.virtual.php" class="index">virtual</a> - Esegue una sotto-richiesta Apache</li>
<li><a href="function.vprintf.php" class="index">vprintf</a> - Visualizza una stringa formattata</li>
<li><a href="function.vsprintf.php" class="index">vsprintf</a> - Restituisce una stringa formattata</li>
<li><a href="vtiful-kernel-excel.addSheet.php" class="index">Vtiful\Kernel\Excel::addSheet</a> - Vtiful\Kernel\Excel addSheet</li>
<li><a href="vtiful-kernel-excel.autoFilter.php" class="index">Vtiful\Kernel\Excel::autoFilter</a> - Vtiful\Kernel\Excel autoFilter</li>
<li><a href="vtiful-kernel-excel.constMemory.php" class="index">Vtiful\Kernel\Excel::constMemory</a> - Vtiful\Kernel\Excel constMemory</li>
<li><a href="vtiful-kernel-excel.data.php" class="index">Vtiful\Kernel\Excel::data</a> - Vtiful\Kernel\Excel data</li>
<li><a href="vtiful-kernel-excel.filename.php" class="index">Vtiful\Kernel\Excel::fileName</a> - Vtiful\Kernel\Excel fileName</li>
<li><a href="vtiful-kernel-excel.getHandle.php" class="index">Vtiful\Kernel\Excel::getHandle</a> - Vtiful\Kernel\Excel getHandle</li>
<li><a href="vtiful-kernel-excel.header.php" class="index">Vtiful\Kernel\Excel::header</a> - Vtiful\Kernel\Excel header</li>
<li><a href="vtiful-kernel-excel.insertFormula.php" class="index">Vtiful\Kernel\Excel::insertFormula</a> - Vtiful\Kernel\Excel insertFormula</li>
<li><a href="vtiful-kernel-excel.insertImage.php" class="index">Vtiful\Kernel\Excel::insertImage</a> - Vtiful\Kernel\Excel insertImage</li>
<li><a href="vtiful-kernel-excel.insertText.php" class="index">Vtiful\Kernel\Excel::insertText</a> - Vtiful\Kernel\Excel insertText</li>
<li><a href="vtiful-kernel-excel.mergeCells.php" class="index">Vtiful\Kernel\Excel::mergeCells</a> - Vtiful\Kernel\Excel mergeCells</li>
<li><a href="vtiful-kernel-excel.output.php" class="index">Vtiful\Kernel\Excel::output</a> - Vtiful\Kernel\Excel output</li>
<li><a href="vtiful-kernel-excel.setColumn.php" class="index">Vtiful\Kernel\Excel::setColumn</a> - Vtiful\Kernel\Excel setColumn</li>
<li><a href="vtiful-kernel-excel.setRow.php" class="index">Vtiful\Kernel\Excel::setRow</a> - Vtiful\Kernel\Excel setRow</li>
<li><a href="vtiful-kernel-excel.construct.php" class="index">Vtiful\Kernel\Excel::__construct</a> - Vtiful\Kernel\Excel constructor</li>
<li><a href="vtiful-kernel-format.align.php" class="index">Vtiful\Kernel\Format::align</a> - Vtiful\Kernel\Format align</li>
<li><a href="vtiful-kernel-format.bold.php" class="index">Vtiful\Kernel\Format::bold</a> - Vtiful\Kernel\Format bold</li>
<li><a href="vtiful-kernel-format.italic.php" class="index">Vtiful\Kernel\Format::italic</a> - Vtiful\Kernel\Format italic</li>
<li><a href="vtiful-kernel-format.underline.php" class="index">Vtiful\Kernel\Format::underline</a> - Vtiful\Kernel\Format underline</li>
</ul></li>
<li class='gen-index index-for-w'>w<ul id='refentry-index-for-w'>
<li><a href="mysql-xdevapi-warning.construct.php" class="index">Warning::__construct</a> - Warning constructor</li>
<li><a href="function.wddx-add-vars.php" class="index">wddx_add_vars</a> - Add variables to a WDDX packet with the specified ID</li>
<li><a href="function.wddx-deserialize.php" class="index">wddx_deserialize</a> - Unserializes a WDDX packet</li>
<li><a href="function.wddx-packet-end.php" class="index">wddx_packet_end</a> - Ends a WDDX packet with the specified ID</li>
<li><a href="function.wddx-packet-start.php" class="index">wddx_packet_start</a> - Starts a new WDDX packet with structure inside it</li>
<li><a href="function.wddx-serialize-value.php" class="index">wddx_serialize_value</a> - Serialize a single value into a WDDX packet</li>
<li><a href="function.wddx-serialize-vars.php" class="index">wddx_serialize_vars</a> - Serialize variables into a WDDX packet</li>
<li><a href="weakmap.count.php" class="index">WeakMap::count</a> - Counts the number of live entries in the map</li>
<li><a href="weakmap.getiterator.php" class="index">WeakMap::getIterator</a> - Retrieve an external iterator</li>
<li><a href="weakmap.offsetexists.php" class="index">WeakMap::offsetExists</a> - Checks whether a certain object is in the map</li>
<li><a href="weakmap.offsetget.php" class="index">WeakMap::offsetGet</a> - Returns the value pointed to by a certain object</li>
<li><a href="weakmap.offsetset.php" class="index">WeakMap::offsetSet</a> - Updates the map with a new key-value pair</li>
<li><a href="weakmap.offsetunset.php" class="index">WeakMap::offsetUnset</a> - Removes an entry from the map</li>
<li><a href="weakreference.create.php" class="index">WeakReference::create</a> - Create a new weak reference</li>
<li><a href="weakreference.get.php" class="index">WeakReference::get</a> - Get a weakly referenced Object</li>
<li><a href="weakreference.construct.php" class="index">WeakReference::__construct</a> - Constructor that disallows instantiation</li>
<li><a href="win32service-rightinfo.get-domain.php" class="index">Win32Service\RightInfo::getDomain</a> - Return the user's domain</li>
<li><a href="win32service-rightinfo.get-full-username.php" class="index">Win32Service\RightInfo::getFullUsername</a> - Return the domain and username</li>
<li><a href="win32service-rightinfo.get-rights.php" class="index">Win32Service\RightInfo::getRights</a> - Return the rights list</li>
<li><a href="win32service-rightinfo.get-username.php" class="index">Win32Service\RightInfo::getUsername</a> - Return the username</li>
<li><a href="win32service-rightinfo.is-deny-access.php" class="index">Win32Service\RightInfo::isDenyAccess</a> - Return true if the RightInfo concerns deny access to the resource</li>
<li><a href="win32service-rightinfo.is-grant-access.php" class="index">Win32Service\RightInfo::isGrantAccess</a> - Return true if the RightInfo concern grants access to the resource</li>
<li><a href="win32service-rightinfo.construct.php" class="index">Win32Service\RightInfo::__construct</a> - Create a new RightInfo (not used)</li>
<li><a href="function.win32-add-right-access-service.php" class="index">win32_add_right_access_service</a> - Add rights access for an username to the service</li>
<li><a href="function.win32-add-service-env-var.php" class="index">win32_add_service_env_var</a> - Add a custom environment variables on service</li>
<li><a href="function.win32-continue-service.php" class="index">win32_continue_service</a> - Resumes a paused service</li>
<li><a href="function.win32-create-service.php" class="index">win32_create_service</a> - Creates a new service entry in the SCM database</li>
<li><a href="function.win32-delete-service.php" class="index">win32_delete_service</a> - Deletes a service entry from the SCM database</li>
<li><a href="function.win32-get-last-control-message.php" class="index">win32_get_last_control_message</a> - Returns the last control message that was sent to this service</li>
<li><a href="function.win32-get-service-env-vars.php" class="index">win32_get_service_env_vars</a> - Read all custom environment variables on service</li>
<li><a href="function.win32-pause-service.php" class="index">win32_pause_service</a> - Pauses a service</li>
<li><a href="function.win32-query-service-status.php" class="index">win32_query_service_status</a> - Queries the status of a service</li>
<li><a href="function.win32-read-all-rights-access-service.php" class="index">win32_read_all_rights_access_service</a> - Read all service rights access</li>
<li><a href="function.win32-read-right-access-service.php" class="index">win32_read_right_access_service</a> - Read the service rights access for an username</li>
<li><a href="function.win32-remove-right-access-service.php" class="index">win32_remove_right_access_service</a> - Remove the service rights access for an username</li>
<li><a href="function.win32-remove-service-env-var.php" class="index">win32_remove_service_env_var</a> - Remove a custom environment variables on service</li>
<li><a href="function.win32-send-custom-control.php" class="index">win32_send_custom_control</a> - Send a custom control to the service</li>
<li><a href="function.win32-set-service-exit-code.php" class="index">win32_set_service_exit_code</a> - Define or return the exit code for the current running service</li>
<li><a href="function.win32-set-service-exit-mode.php" class="index">win32_set_service_exit_mode</a> - Define or return the exit mode for the current running service</li>
<li><a href="function.win32-set-service-pause-resume-state.php" class="index">win32_set_service_pause_resume_state</a> - Define or return the pause/resume capability for the current running service</li>
<li><a href="function.win32-set-service-status.php" class="index">win32_set_service_status</a> - Update the service status</li>
<li><a href="function.win32-start-service.php" class="index">win32_start_service</a> - Starts a service</li>
<li><a href="function.win32-start-service-ctrl-dispatcher.php" class="index">win32_start_service_ctrl_dispatcher</a> - Registers the script with the SCM, so that it can act as the service with the given name</li>
<li><a href="function.win32-stop-service.php" class="index">win32_stop_service</a> - Stops a service</li>
<li><a href="function.wincache-fcache-fileinfo.php" class="index">wincache_fcache_fileinfo</a> - Retrieves information about files cached in the file cache</li>
<li><a href="function.wincache-fcache-meminfo.php" class="index">wincache_fcache_meminfo</a> - Retrieves information about file cache memory usage</li>
<li><a href="function.wincache-lock.php" class="index">wincache_lock</a> - Acquires an exclusive lock on a given key</li>
<li><a href="function.wincache-ocache-fileinfo.php" class="index">wincache_ocache_fileinfo</a> - Retrieves information about files cached in the opcode cache</li>
<li><a href="function.wincache-ocache-meminfo.php" class="index">wincache_ocache_meminfo</a> - Retrieves information about opcode cache memory usage</li>
<li><a href="function.wincache-refresh-if-changed.php" class="index">wincache_refresh_if_changed</a> - Refreshes the cache entries for the cached files</li>
<li><a href="function.wincache-rplist-fileinfo.php" class="index">wincache_rplist_fileinfo</a> - Retrieves information about resolve file path cache</li>
<li><a href="function.wincache-rplist-meminfo.php" class="index">wincache_rplist_meminfo</a> - Retrieves information about memory usage by the resolve file path cache</li>
<li><a href="function.wincache-scache-info.php" class="index">wincache_scache_info</a> - Retrieves information about files cached in the session cache</li>
<li><a href="function.wincache-scache-meminfo.php" class="index">wincache_scache_meminfo</a> - Retrieves information about session cache memory usage</li>
<li><a href="function.wincache-ucache-add.php" class="index">wincache_ucache_add</a> - Adds a variable in user cache only if variable does not already exist in the cache</li>
<li><a href="function.wincache-ucache-cas.php" class="index">wincache_ucache_cas</a> - Compares the variable with old value and assigns new value to it</li>
<li><a href="function.wincache-ucache-clear.php" class="index">wincache_ucache_clear</a> - Deletes entire content of the user cache</li>
<li><a href="function.wincache-ucache-dec.php" class="index">wincache_ucache_dec</a> - Decrements the value associated with the key</li>
<li><a href="function.wincache-ucache-delete.php" class="index">wincache_ucache_delete</a> - Deletes variables from the user cache</li>
<li><a href="function.wincache-ucache-exists.php" class="index">wincache_ucache_exists</a> - Checks if a variable exists in the user cache</li>
<li><a href="function.wincache-ucache-get.php" class="index">wincache_ucache_get</a> - Gets a variable stored in the user cache</li>
<li><a href="function.wincache-ucache-inc.php" class="index">wincache_ucache_inc</a> - Increments the value associated with the key</li>
<li><a href="function.wincache-ucache-info.php" class="index">wincache_ucache_info</a> - Retrieves information about data stored in the user cache</li>
<li><a href="function.wincache-ucache-meminfo.php" class="index">wincache_ucache_meminfo</a> - Retrieves information about user cache memory usage</li>
<li><a href="function.wincache-ucache-set.php" class="index">wincache_ucache_set</a> - Adds a variable in user cache and overwrites a variable if it already exists in the cache</li>
<li><a href="function.wincache-unlock.php" class="index">wincache_unlock</a> - Releases an exclusive lock on a given key</li>
<li><a href="wkhtmltox-image-converter.convert.php" class="index">wkhtmltox\Image\Converter::convert</a> - Perform Image conversion</li>
<li><a href="wkhtmltox-image-converter.getversion.php" class="index">wkhtmltox\Image\Converter::getVersion</a> - Determine version of Converter</li>
<li><a href="wkhtmltox-image-converter.construct.php" class="index">wkhtmltox\Image\Converter::__construct</a> - Create a new Image converter</li>
<li><a href="wkhtmltox-pdf-converter.add.php" class="index">wkhtmltox\PDF\Converter::add</a> - Add an object for conversion</li>
<li><a href="wkhtmltox-pdf-converter.convert.php" class="index">wkhtmltox\PDF\Converter::convert</a> - Perform PDF conversion</li>
<li><a href="wkhtmltox-pdf-converter.getversion.php" class="index">wkhtmltox\PDF\Converter::getVersion</a> - Determine version of Converter</li>
<li><a href="wkhtmltox-pdf-converter.construct.php" class="index">wkhtmltox\PDF\Converter::__construct</a> - Create a new PDF converter</li>
<li><a href="wkhtmltox-pdf-object.construct.php" class="index">wkhtmltox\PDF\Object::__construct</a> - Create a new PDF Object</li>
<li><a href="function.wordwrap.php" class="index">wordwrap</a> - Divide una stringa ad un certo numero di caratteri utilizzando
     il carattere di divisione</li>
<li><a href="worker.collect.php" class="index">Worker::collect</a> - Collect references to completed tasks</li>
<li><a href="worker.getstacked.php" class="index">Worker::getStacked</a> - Gets the remaining stack size</li>
<li><a href="worker.isshutdown.php" class="index">Worker::isShutdown</a> - State Detection</li>
<li><a href="worker.shutdown.php" class="index">Worker::shutdown</a> - Shutdown the worker</li>
<li><a href="worker.stack.php" class="index">Worker::stack</a> - Stacking work</li>
<li><a href="worker.unstack.php" class="index">Worker::unstack</a> - Unstacking work</li>
</ul></li>
<li class='gen-index index-for-x'>x<ul id='refentry-index-for-x'>
<li><a href="function.xattr-get.php" class="index">xattr_get</a> - Get an extended attribute</li>
<li><a href="function.xattr-list.php" class="index">xattr_list</a> - Get a list of extended attributes</li>
<li><a href="function.xattr-remove.php" class="index">xattr_remove</a> - Remove an extended attribute</li>
<li><a href="function.xattr-set.php" class="index">xattr_set</a> - Set an extended attribute</li>
<li><a href="function.xattr-supported.php" class="index">xattr_supported</a> - Check if filesystem supports extended attributes</li>
<li><a href="function.xdiff-file-bdiff.php" class="index">xdiff_file_bdiff</a> - Make binary diff of two files</li>
<li><a href="function.xdiff-file-bdiff-size.php" class="index">xdiff_file_bdiff_size</a> - Read a size of file created by applying a binary diff</li>
<li><a href="function.xdiff-file-bpatch.php" class="index">xdiff_file_bpatch</a> - Patch a file with a binary diff</li>
<li><a href="function.xdiff-file-diff.php" class="index">xdiff_file_diff</a> - Make unified diff of two files</li>
<li><a href="function.xdiff-file-diff-binary.php" class="index">xdiff_file_diff_binary</a> - Alias di xdiff_file_bdiff</li>
<li><a href="function.xdiff-file-merge3.php" class="index">xdiff_file_merge3</a> - Merge 3 files into one</li>
<li><a href="function.xdiff-file-patch.php" class="index">xdiff_file_patch</a> - Patch a file with an unified diff</li>
<li><a href="function.xdiff-file-patch-binary.php" class="index">xdiff_file_patch_binary</a> - Alias di xdiff_file_bpatch</li>
<li><a href="function.xdiff-file-rabdiff.php" class="index">xdiff_file_rabdiff</a> - Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm</li>
<li><a href="function.xdiff-string-bdiff.php" class="index">xdiff_string_bdiff</a> - Make binary diff of two strings</li>
<li><a href="function.xdiff-string-bdiff-size.php" class="index">xdiff_string_bdiff_size</a> - Read a size of file created by applying a binary diff</li>
<li><a href="function.xdiff-string-bpatch.php" class="index">xdiff_string_bpatch</a> - Patch a string with a binary diff</li>
<li><a href="function.xdiff-string-diff.php" class="index">xdiff_string_diff</a> - Make unified diff of two strings</li>
<li><a href="function.xdiff-string-diff-binary.php" class="index">xdiff_string_diff_binary</a> - Alias di xdiff_string_bdiff</li>
<li><a href="function.xdiff-string-merge3.php" class="index">xdiff_string_merge3</a> - Merge 3 strings into one</li>
<li><a href="function.xdiff-string-patch.php" class="index">xdiff_string_patch</a> - Patch a string with an unified diff</li>
<li><a href="function.xdiff-string-patch-binary.php" class="index">xdiff_string_patch_binary</a> - Alias di xdiff_string_bpatch</li>
<li><a href="function.xdiff-string-rabdiff.php" class="index">xdiff_string_rabdiff</a> - Make a binary diff of two strings using the Rabin's polynomial fingerprinting algorithm</li>
<li><a href="function.xhprof-disable.php" class="index">xhprof_disable</a> - Stops xhprof profiler</li>
<li><a href="function.xhprof-enable.php" class="index">xhprof_enable</a> - Start xhprof profiler</li>
<li><a href="function.xhprof-sample-disable.php" class="index">xhprof_sample_disable</a> - Stops xhprof sample profiler</li>
<li><a href="function.xhprof-sample-enable.php" class="index">xhprof_sample_enable</a> - Start XHProf profiling in sampling mode</li>
<li><a href="xmldiff-base.diff.php" class="index">XMLDiff\Base::diff</a> - Produce diff of two XML documents</li>
<li><a href="xmldiff-base.merge.php" class="index">XMLDiff\Base::merge</a> - Produce new XML document based on diff</li>
<li><a href="xmldiff-base.construct.php" class="index">XMLDiff\Base::__construct</a> - Constructor</li>
<li><a href="xmldiff-dom.diff.php" class="index">XMLDiff\DOM::diff</a> - Diff two DOMDocument objects</li>
<li><a href="xmldiff-dom.merge.php" class="index">XMLDiff\DOM::merge</a> - Produce merged DOMDocument</li>
<li><a href="xmldiff-file.diff.php" class="index">XMLDiff\File::diff</a> - Diff two XML files</li>
<li><a href="xmldiff-file.merge.php" class="index">XMLDiff\File::merge</a> - Produce merged XML document</li>
<li><a href="xmldiff-memory.diff.php" class="index">XMLDiff\Memory::diff</a> - Diff two XML documents</li>
<li><a href="xmldiff-memory.merge.php" class="index">XMLDiff\Memory::merge</a> - Produce merged XML document</li>
<li><a href="xmlreader.close.php" class="index">XMLReader::close</a> - Close the XMLReader input</li>
<li><a href="xmlreader.expand.php" class="index">XMLReader::expand</a> - Returns a copy of the current node as a DOM object</li>
<li><a href="xmlreader.fromstream.php" class="index">XMLReader::fromStream</a> - Creates an XMLReader from a stream to read from</li>
<li><a href="xmlreader.fromstring.php" class="index">XMLReader::fromString</a> - Creates an XMLReader from an XML string</li>
<li><a href="xmlreader.fromuri.php" class="index">XMLReader::fromUri</a> - Creates an XMLReader from a URI to read from</li>
<li><a href="xmlreader.getattribute.php" class="index">XMLReader::getAttribute</a> - Get the value of a named attribute</li>
<li><a href="xmlreader.getattributeno.php" class="index">XMLReader::getAttributeNo</a> - Get the value of an attribute by index</li>
<li><a href="xmlreader.getattributens.php" class="index">XMLReader::getAttributeNs</a> - Get the value of an attribute by localname and URI</li>
<li><a href="xmlreader.getparserproperty.php" class="index">XMLReader::getParserProperty</a> - Indicates if specified property has been set</li>
<li><a href="xmlreader.isvalid.php" class="index">XMLReader::isValid</a> - Indicates if the parsed document is valid</li>
<li><a href="xmlreader.lookupnamespace.php" class="index">XMLReader::lookupNamespace</a> - Lookup namespace for a prefix</li>
<li><a href="xmlreader.movetoattribute.php" class="index">XMLReader::moveToAttribute</a> - Move cursor to a named attribute</li>
<li><a href="xmlreader.movetoattributeno.php" class="index">XMLReader::moveToAttributeNo</a> - Move cursor to an attribute by index</li>
<li><a href="xmlreader.movetoattributens.php" class="index">XMLReader::moveToAttributeNs</a> - Move cursor to a named attribute</li>
<li><a href="xmlreader.movetoelement.php" class="index">XMLReader::moveToElement</a> - Position cursor on the parent Element of current Attribute</li>
<li><a href="xmlreader.movetofirstattribute.php" class="index">XMLReader::moveToFirstAttribute</a> - Position cursor on the first Attribute</li>
<li><a href="xmlreader.movetonextattribute.php" class="index">XMLReader::moveToNextAttribute</a> - Position cursor on the next Attribute</li>
<li><a href="xmlreader.next.php" class="index">XMLReader::next</a> - Move cursor to next node skipping all subtrees</li>
<li><a href="xmlreader.open.php" class="index">XMLReader::open</a> - Set the URI containing the XML to parse</li>
<li><a href="xmlreader.read.php" class="index">XMLReader::read</a> - Move to next node in document</li>
<li><a href="xmlreader.readinnerxml.php" class="index">XMLReader::readInnerXml</a> - Retrieve XML from current node</li>
<li><a href="xmlreader.readouterxml.php" class="index">XMLReader::readOuterXml</a> - Retrieve XML from current node, including itself</li>
<li><a href="xmlreader.readstring.php" class="index">XMLReader::readString</a> - Reads the contents of the current node as a string</li>
<li><a href="xmlreader.setparserproperty.php" class="index">XMLReader::setParserProperty</a> - Set parser options</li>
<li><a href="xmlreader.setrelaxngschema.php" class="index">XMLReader::setRelaxNGSchema</a> - Set the filename or URI for a RelaxNG Schema</li>
<li><a href="xmlreader.setrelaxngschemasource.php" class="index">XMLReader::setRelaxNGSchemaSource</a> - Set the data containing a RelaxNG Schema</li>
<li><a href="xmlreader.setschema.php" class="index">XMLReader::setSchema</a> - Validate document against XSD</li>
<li><a href="xmlreader.xml.php" class="index">XMLReader::XML</a> - Set the data containing the XML to parse</li>
<li><a href="function.xmlrpc-decode.php" class="index">xmlrpc_decode</a> - Decodifica XML nei tipi nativi di PHP</li>
<li><a href="function.xmlrpc-decode-request.php" class="index">xmlrpc_decode_request</a> - Decodifica XML nei tipi nativi di PHP</li>
<li><a href="function.xmlrpc-encode.php" class="index">xmlrpc_encode</a> - Genera XML per un valore PHP</li>
<li><a href="function.xmlrpc-encode-request.php" class="index">xmlrpc_encode_request</a> - Genera XML per un metodo di richiesta</li>
<li><a href="function.xmlrpc-get-type.php" class="index">xmlrpc_get_type</a> - Riceve il tipo di xmlrpc per un valore PHP</li>
<li><a href="function.xmlrpc-is-fault.php" class="index">xmlrpc_is_fault</a> - Determina se un valore di un array rappresenta un errore XMLRPC</li>
<li><a href="function.xmlrpc-parse-method-descriptions.php" class="index">xmlrpc_parse_method_descriptions</a> - Decodifica XML in una lista di descrizioni del metodo</li>
<li><a href="function.xmlrpc-server-add-introspection-data.php" class="index">xmlrpc_server_add_introspection_data</a> - Aggiunge documentazione introspettiva</li>
<li><a href="function.xmlrpc-server-call-method.php" class="index">xmlrpc_server_call_method</a> - Analizza le richieste XML e i metodi di chiamata</li>
<li><a href="function.xmlrpc-server-create.php" class="index">xmlrpc_server_create</a> - Crea un server xmlrpc</li>
<li><a href="function.xmlrpc-server-destroy.php" class="index">xmlrpc_server_destroy</a> - Distrugge le risorse del server</li>
<li><a href="function.xmlrpc-server-register-introspection-callback.php" class="index">xmlrpc_server_register_introspection_callback</a> - Registra una funzione PHP per generare la documentazione</li>
<li><a href="function.xmlrpc-server-register-method.php" class="index">xmlrpc_server_register_method</a> - Registra una funzione PHP per il metodo di risorsa abbinato a method_name</li>
<li><a href="function.xmlrpc-set-type.php" class="index">xmlrpc_set_type</a> - Imposta il tipo di xmlrpc, base64 o datetime, per un valore di stringa PHP</li>
<li><a href="xmlwriter.endattribute.php" class="index">XMLWriter::endAttribute</a> - End attribute</li>
<li><a href="xmlwriter.endcdata.php" class="index">XMLWriter::endCdata</a> - End current CDATA</li>
<li><a href="xmlwriter.endcomment.php" class="index">XMLWriter::endComment</a> - Create end comment</li>
<li><a href="xmlwriter.enddocument.php" class="index">XMLWriter::endDocument</a> - End current document</li>
<li><a href="xmlwriter.enddtd.php" class="index">XMLWriter::endDtd</a> - End current DTD</li>
<li><a href="xmlwriter.enddtdattlist.php" class="index">XMLWriter::endDtdAttlist</a> - End current DTD AttList</li>
<li><a href="xmlwriter.enddtdelement.php" class="index">XMLWriter::endDtdElement</a> - End current DTD element</li>
<li><a href="xmlwriter.enddtdentity.php" class="index">XMLWriter::endDtdEntity</a> - End current DTD Entity</li>
<li><a href="xmlwriter.endelement.php" class="index">XMLWriter::endElement</a> - End current element</li>
<li><a href="xmlwriter.endpi.php" class="index">XMLWriter::endPi</a> - End current PI</li>
<li><a href="xmlwriter.flush.php" class="index">XMLWriter::flush</a> - Flush current buffer</li>
<li><a href="xmlwriter.fullendelement.php" class="index">XMLWriter::fullEndElement</a> - End current element</li>
<li><a href="xmlwriter.openmemory.php" class="index">XMLWriter::openMemory</a> - Create new xmlwriter using memory for string output</li>
<li><a href="xmlwriter.openuri.php" class="index">XMLWriter::openUri</a> - Create new xmlwriter using source uri for output</li>
<li><a href="xmlwriter.outputmemory.php" class="index">XMLWriter::outputMemory</a> - Returns current buffer</li>
<li><a href="xmlwriter.setindent.php" class="index">XMLWriter::setIndent</a> - Toggle indentation on/off</li>
<li><a href="xmlwriter.setindentstring.php" class="index">XMLWriter::setIndentString</a> - Set string used for indenting</li>
<li><a href="xmlwriter.startattribute.php" class="index">XMLWriter::startAttribute</a> - Create start attribute</li>
<li><a href="xmlwriter.startattributens.php" class="index">XMLWriter::startAttributeNs</a> - Create start namespaced attribute</li>
<li><a href="xmlwriter.startcdata.php" class="index">XMLWriter::startCdata</a> - Create start CDATA tag</li>
<li><a href="xmlwriter.startcomment.php" class="index">XMLWriter::startComment</a> - Create start comment</li>
<li><a href="xmlwriter.startdocument.php" class="index">XMLWriter::startDocument</a> - Create document tag</li>
<li><a href="xmlwriter.startdtd.php" class="index">XMLWriter::startDtd</a> - Create start DTD tag</li>
<li><a href="xmlwriter.startdtdattlist.php" class="index">XMLWriter::startDtdAttlist</a> - Create start DTD AttList</li>
<li><a href="xmlwriter.startdtdelement.php" class="index">XMLWriter::startDtdElement</a> - Create start DTD element</li>
<li><a href="xmlwriter.startdtdentity.php" class="index">XMLWriter::startDtdEntity</a> - Create start DTD Entity</li>
<li><a href="xmlwriter.startelement.php" class="index">XMLWriter::startElement</a> - Create start element tag</li>
<li><a href="xmlwriter.startelementns.php" class="index">XMLWriter::startElementNs</a> - Create start namespaced element tag</li>
<li><a href="xmlwriter.startpi.php" class="index">XMLWriter::startPi</a> - Create start PI tag</li>
<li><a href="xmlwriter.text.php" class="index">XMLWriter::text</a> - Write text</li>
<li><a href="xmlwriter.tomemory.php" class="index">XMLWriter::toMemory</a> - Create new XMLWriter using memory for string output</li>
<li><a href="xmlwriter.tostream.php" class="index">XMLWriter::toStream</a> - Create new XMLWriter using a stream for output</li>
<li><a href="xmlwriter.touri.php" class="index">XMLWriter::toUri</a> - Create new XMLWriter using a URI for output</li>
<li><a href="xmlwriter.writeattribute.php" class="index">XMLWriter::writeAttribute</a> - Write full attribute</li>
<li><a href="xmlwriter.writeattributens.php" class="index">XMLWriter::writeAttributeNs</a> - Write full namespaced attribute</li>
<li><a href="xmlwriter.writecdata.php" class="index">XMLWriter::writeCdata</a> - Write full CDATA tag</li>
<li><a href="xmlwriter.writecomment.php" class="index">XMLWriter::writeComment</a> - Write full comment tag</li>
<li><a href="xmlwriter.writedtd.php" class="index">XMLWriter::writeDtd</a> - Write full DTD tag</li>
<li><a href="xmlwriter.writedtdattlist.php" class="index">XMLWriter::writeDtdAttlist</a> - Write full DTD AttList tag</li>
<li><a href="xmlwriter.writedtdelement.php" class="index">XMLWriter::writeDtdElement</a> - Write full DTD element tag</li>
<li><a href="xmlwriter.writedtdentity.php" class="index">XMLWriter::writeDtdEntity</a> - Write full DTD Entity tag</li>
<li><a href="xmlwriter.writeelement.php" class="index">XMLWriter::writeElement</a> - Write full element tag</li>
<li><a href="xmlwriter.writeelementns.php" class="index">XMLWriter::writeElementNs</a> - Write full namespaced element tag</li>
<li><a href="xmlwriter.writepi.php" class="index">XMLWriter::writePi</a> - Writes a PI</li>
<li><a href="xmlwriter.writeraw.php" class="index">XMLWriter::writeRaw</a> - Write a raw XML text</li>
<li><a href="function.xml-error-string.php" class="index">xml_error_string</a> - Restituisce la stringa di errore dal parser XML</li>
<li><a href="function.xml-get-current-byte-index.php" class="index">xml_get_current_byte_index</a> - Restituisce l'indice del byte corrente per un parser XML</li>
<li><a href="function.xml-get-current-column-number.php" class="index">xml_get_current_column_number</a> - Restituisce il numero di colonna corrente per un parser XML</li>
<li><a href="function.xml-get-current-line-number.php" class="index">xml_get_current_line_number</a> - Restituisce il numero di linea corrente per un parser XML</li>
<li><a href="function.xml-get-error-code.php" class="index">xml_get_error_code</a> - Restituisce il codice di errore dal parser XML</li>
<li><a href="function.xml-parse.php" class="index">xml_parse</a> - Inizia il parsing di un documento XML</li>
<li><a href="function.xml-parser-create.php" class="index">xml_parser_create</a> - Crea un parser XML</li>
<li><a href="function.xml-parser-create-ns.php" class="index">xml_parser_create_ns</a> - Crea un parser XML con il supporto dello spazio dei nomi</li>
<li><a href="function.xml-parser-free.php" class="index">xml_parser_free</a> - Cancella un parser XML</li>
<li><a href="function.xml-parser-get-option.php" class="index">xml_parser_get_option</a> - Restituisce le opzioni da un parser XML</li>
<li><a href="function.xml-parser-set-option.php" class="index">xml_parser_set_option</a> - Valorizza le opzioni di un parser XML</li>
<li><a href="function.xml-parse-into-struct.php" class="index">xml_parse_into_struct</a> - Analizza i dati XML in una struttura array</li>
<li><a href="function.xml-set-character-data-handler.php" class="index">xml_set_character_data_handler</a> - Valorizza il gestore dei dati</li>
<li><a href="function.xml-set-default-handler.php" class="index">xml_set_default_handler</a> - Imposta il gestore predefinito</li>
<li><a href="function.xml-set-element-handler.php" class="index">xml_set_element_handler</a> - Valorizza i gestori di inizio e fine elemento</li>
<li><a href="function.xml-set-end-namespace-decl-handler.php" class="index">xml_set_end_namespace_decl_handler</a> - Valorizza il gestore della dichiarazione dello spazio dei nomi</li>
<li><a href="function.xml-set-external-entity-ref-handler.php" class="index">xml_set_external_entity_ref_handler</a> - Valorizza il gestore dei riferimenti a entit&agrave; esterne</li>
<li><a href="function.xml-set-notation-decl-handler.php" class="index">xml_set_notation_decl_handler</a> - Valorizza il gestore delle dichiarazione delle notazioni</li>
<li><a href="function.xml-set-object.php" class="index">xml_set_object</a> - Utilizza il parser XML all'interno di un oggetto</li>
<li><a href="function.xml-set-processing-instruction-handler.php" class="index">xml_set_processing_instruction_handler</a> - Imposta il gestore delle istruzioni di processo (PI)</li>
<li><a href="function.xml-set-start-namespace-decl-handler.php" class="index">xml_set_start_namespace_decl_handler</a> - Imposta il gestore della dichiarazione dello spazio dei nomi d'inizio</li>
<li><a href="function.xml-set-unparsed-entity-decl-handler.php" class="index">xml_set_unparsed_entity_decl_handler</a> - Imposta il gestore delle dichiarazioni di entit&agrave; non analizzate</li>
<li><a href="xsltprocessor.getparameter.php" class="index">XSLTProcessor::getParameter</a> - Get value of a parameter</li>
<li><a href="xsltprocessor.getsecurityprefs.php" class="index">XSLTProcessor::getSecurityPrefs</a> - Get security preferences</li>
<li><a href="xsltprocessor.hasexsltsupport.php" class="index">XSLTProcessor::hasExsltSupport</a> - Determine if PHP has EXSLT support</li>
<li><a href="xsltprocessor.importstylesheet.php" class="index">XSLTProcessor::importStylesheet</a> - Import stylesheet</li>
<li><a href="xsltprocessor.registerphpfunctionns.php" class="index">XSLTProcessor::registerPHPFunctionNS</a> - Register a PHP function as namespaced XSLT function</li>
<li><a href="xsltprocessor.registerphpfunctions.php" class="index">XSLTProcessor::registerPHPFunctions</a> - Enables the ability to use PHP functions as XSLT functions</li>
<li><a href="xsltprocessor.removeparameter.php" class="index">XSLTProcessor::removeParameter</a> - Remove parameter</li>
<li><a href="xsltprocessor.setparameter.php" class="index">XSLTProcessor::setParameter</a> - Set value for a parameter</li>
<li><a href="xsltprocessor.setprofiling.php" class="index">XSLTProcessor::setProfiling</a> - Sets profiling output file</li>
<li><a href="xsltprocessor.setsecurityprefs.php" class="index">XSLTProcessor::setSecurityPrefs</a> - Set security preferences</li>
<li><a href="xsltprocessor.transformtodoc.php" class="index">XSLTProcessor::transformToDoc</a> - Transform to a document</li>
<li><a href="xsltprocessor.transformtouri.php" class="index">XSLTProcessor::transformToUri</a> - Transform to URI</li>
<li><a href="xsltprocessor.transformtoxml.php" class="index">XSLTProcessor::transformToXml</a> - Transform to XML</li>
<li><a href="xsltprocessor.construct.php" class="index">XSLTProcessor::__construct</a> - Creates a new XSLTProcessor object</li>
</ul></li>
<li class='gen-index index-for-y'>y<ul id='refentry-index-for-y'>
<li><a href="yac.add.php" class="index">Yac::add</a> - Store into cache</li>
<li><a href="yac.delete.php" class="index">Yac::delete</a> - Remove items from cache</li>
<li><a href="yac.dump.php" class="index">Yac::dump</a> - Dump cache</li>
<li><a href="yac.flush.php" class="index">Yac::flush</a> - Flush the cache</li>
<li><a href="yac.get.php" class="index">Yac::get</a> - Retrieve values from cache</li>
<li><a href="yac.info.php" class="index">Yac::info</a> - Status of cache</li>
<li><a href="yac.set.php" class="index">Yac::set</a> - Store into cache</li>
<li><a href="yac.construct.php" class="index">Yac::__construct</a> - Constructor</li>
<li><a href="yac.getter.php" class="index">Yac::__get</a> - Getter</li>
<li><a href="yac.setter.php" class="index">Yac::__set</a> - Setter</li>
<li><a href="yaconf.get.php" class="index">Yaconf::get</a> - Retrieve a item</li>
<li><a href="yaconf.has.php" class="index">Yaconf::has</a> - Determine if a item exists</li>
<li><a href="yaf-action-abstract.execute.php" class="index">Yaf_Action_Abstract::execute</a> - Action entry point</li>
<li><a href="yaf-action-abstract.getcontroller.php" class="index">Yaf_Action_Abstract::getController</a> - Retrieve controller object</li>
<li><a href="yaf-controller-abstract.getcontrollername.php" class="index">Yaf_Action_Abstract::getControllerName</a> - Get controller name</li>
<li><a href="yaf-application.app.php" class="index">Yaf_Application::app</a> - Retrieve an Application instance</li>
<li><a href="yaf-application.bootstrap.php" class="index">Yaf_Application::bootstrap</a> - Call bootstrap</li>
<li><a href="yaf-application.clearlasterror.php" class="index">Yaf_Application::clearLastError</a> - Clear the last error info</li>
<li><a href="yaf-application.environ.php" class="index">Yaf_Application::environ</a> - Retrive environ</li>
<li><a href="yaf-application.execute.php" class="index">Yaf_Application::execute</a> - Execute a callback</li>
<li><a href="yaf-application.getappdirectory.php" class="index">Yaf_Application::getAppDirectory</a> - Get the application directory</li>
<li><a href="yaf-application.getconfig.php" class="index">Yaf_Application::getConfig</a> - Retrive the config instance</li>
<li><a href="yaf-application.getdispatcher.php" class="index">Yaf_Application::getDispatcher</a> - Get Yaf_Dispatcher instance</li>
<li><a href="yaf-application.getlasterrormsg.php" class="index">Yaf_Application::getLastErrorMsg</a> - Get message of the last occurred error</li>
<li><a href="yaf-application.getlasterrorno.php" class="index">Yaf_Application::getLastErrorNo</a> - Get code of last occurred error</li>
<li><a href="yaf-application.getmodules.php" class="index">Yaf_Application::getModules</a> - Get defined module names</li>
<li><a href="yaf-application.run.php" class="index">Yaf_Application::run</a> - Start Yaf_Application</li>
<li><a href="yaf-application.setappdirectory.php" class="index">Yaf_Application::setAppDirectory</a> - Change the application directory</li>
<li><a href="yaf-application.construct.php" class="index">Yaf_Application::__construct</a> - Yaf_Application constructor</li>
<li><a href="yaf-application.destruct.php" class="index">Yaf_Application::__destruct</a> - The __destruct purpose</li>
<li><a href="yaf-config-abstract.get.php" class="index">Yaf_Config_Abstract::get</a> - Getter</li>
<li><a href="yaf-config-abstract.readonly.php" class="index">Yaf_Config_Abstract::readonly</a> - Find a config whether readonly</li>
<li><a href="yaf-config-abstract.set.php" class="index">Yaf_Config_Abstract::set</a> - Setter</li>
<li><a href="yaf-config-abstract.toarray.php" class="index">Yaf_Config_Abstract::toArray</a> - Cast to array</li>
<li><a href="yaf-config-ini.count.php" class="index">Yaf_Config_Ini::count</a> - Count all elements in Yaf_Config.ini</li>
<li><a href="yaf-config-ini.current.php" class="index">Yaf_Config_Ini::current</a> - Retrieve the current value</li>
<li><a href="yaf-config-ini.key.php" class="index">Yaf_Config_Ini::key</a> - Fetch current element's key</li>
<li><a href="yaf-config-ini.next.php" class="index">Yaf_Config_Ini::next</a> - Advance the internal pointer</li>
<li><a href="yaf-config-ini.offsetexists.php" class="index">Yaf_Config_Ini::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-config-ini.offsetget.php" class="index">Yaf_Config_Ini::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-config-ini.offsetset.php" class="index">Yaf_Config_Ini::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-config-ini.offsetunset.php" class="index">Yaf_Config_Ini::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-config-ini.readonly.php" class="index">Yaf_Config_Ini::readonly</a> - The readonly purpose</li>
<li><a href="yaf-config-ini.rewind.php" class="index">Yaf_Config_Ini::rewind</a> - The rewind purpose</li>
<li><a href="yaf-config-ini.toarray.php" class="index">Yaf_Config_Ini::toArray</a> - Return config as a PHP array</li>
<li><a href="yaf-config-ini.valid.php" class="index">Yaf_Config_Ini::valid</a> - The valid purpose</li>
<li><a href="yaf-config-ini.construct.php" class="index">Yaf_Config_Ini::__construct</a> - Yaf_Config_Ini constructor</li>
<li><a href="yaf-config-ini.get.php" class="index">Yaf_Config_Ini::__get</a> - Retrieve an element</li>
<li><a href="yaf-config-ini.isset.php" class="index">Yaf_Config_Ini::__isset</a> - Determine if a key is exists</li>
<li><a href="yaf-config-ini.set.php" class="index">Yaf_Config_Ini::__set</a> - The __set purpose</li>
<li><a href="yaf-config-simple.count.php" class="index">Yaf_Config_Simple::count</a> - The count purpose</li>
<li><a href="yaf-config-simple.current.php" class="index">Yaf_Config_Simple::current</a> - The current purpose</li>
<li><a href="yaf-config-simple.key.php" class="index">Yaf_Config_Simple::key</a> - The key purpose</li>
<li><a href="yaf-config-simple.next.php" class="index">Yaf_Config_Simple::next</a> - The next purpose</li>
<li><a href="yaf-config-simple.offsetexists.php" class="index">Yaf_Config_Simple::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-config-simple.offsetget.php" class="index">Yaf_Config_Simple::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-config-simple.offsetset.php" class="index">Yaf_Config_Simple::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-config-simple.offsetunset.php" class="index">Yaf_Config_Simple::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-config-simple.readonly.php" class="index">Yaf_Config_Simple::readonly</a> - The readonly purpose</li>
<li><a href="yaf-config-simple.rewind.php" class="index">Yaf_Config_Simple::rewind</a> - The rewind purpose</li>
<li><a href="yaf-config-simple.toarray.php" class="index">Yaf_Config_Simple::toArray</a> - Returns a PHP array</li>
<li><a href="yaf-config-simple.valid.php" class="index">Yaf_Config_Simple::valid</a> - The valid purpose</li>
<li><a href="yaf-config-simple.construct.php" class="index">Yaf_Config_Simple::__construct</a> - The __construct purpose</li>
<li><a href="yaf-config-simple.get.php" class="index">Yaf_Config_Simple::__get</a> - The __get purpose</li>
<li><a href="yaf-config-simple.isset.php" class="index">Yaf_Config_Simple::__isset</a> - The __isset purpose</li>
<li><a href="yaf-config-simple.set.php" class="index">Yaf_Config_Simple::__set</a> - The __set purpose</li>
<li><a href="yaf-controller-abstract.display.php" class="index">Yaf_Controller_Abstract::display</a> - The display purpose</li>
<li><a href="yaf-controller-abstract.forward.php" class="index">Yaf_Controller_Abstract::forward</a> - Forward to another action</li>
<li><a href="yaf-controller-abstract.getinvokearg.php" class="index">Yaf_Controller_Abstract::getInvokeArg</a> - The getInvokeArg purpose</li>
<li><a href="yaf-controller-abstract.getinvokeargs.php" class="index">Yaf_Controller_Abstract::getInvokeArgs</a> - The getInvokeArgs purpose</li>
<li><a href="yaf-controller-abstract.getmodulename.php" class="index">Yaf_Controller_Abstract::getModuleName</a> - Get module name</li>
<li><a href="yaf-controller-abstract.getname.php" class="index">Yaf_Controller_Abstract::getName</a> - Get self name</li>
<li><a href="yaf-controller-abstract.getrequest.php" class="index">Yaf_Controller_Abstract::getRequest</a> - Retrieve current request object</li>
<li><a href="yaf-controller-abstract.getresponse.php" class="index">Yaf_Controller_Abstract::getResponse</a> - Retrieve current response object</li>
<li><a href="yaf-controller-abstract.getview.php" class="index">Yaf_Controller_Abstract::getView</a> - Retrieve the view engine</li>
<li><a href="yaf-controller-abstract.getviewpath.php" class="index">Yaf_Controller_Abstract::getViewpath</a> - The getViewpath purpose</li>
<li><a href="yaf-controller-abstract.init.php" class="index">Yaf_Controller_Abstract::init</a> - Controller initializer</li>
<li><a href="yaf-controller-abstract.initview.php" class="index">Yaf_Controller_Abstract::initView</a> - The initView purpose</li>
<li><a href="yaf-controller-abstract.redirect.php" class="index">Yaf_Controller_Abstract::redirect</a> - Redirect to a URL</li>
<li><a href="yaf-controller-abstract.render.php" class="index">Yaf_Controller_Abstract::render</a> - Render view template</li>
<li><a href="yaf-controller-abstract.setviewpath.php" class="index">Yaf_Controller_Abstract::setViewpath</a> - The setViewpath purpose</li>
<li><a href="yaf-controller-abstract.construct.php" class="index">Yaf_Controller_Abstract::__construct</a> - Yaf_Controller_Abstract constructor</li>
<li><a href="yaf-dispatcher.autorender.php" class="index">Yaf_Dispatcher::autoRender</a> - Switch on/off autorendering</li>
<li><a href="yaf-dispatcher.catchexception.php" class="index">Yaf_Dispatcher::catchException</a> - Switch on/off exception catching</li>
<li><a href="yaf-dispatcher.disableview.php" class="index">Yaf_Dispatcher::disableView</a> - Disable view rendering</li>
<li><a href="yaf-dispatcher.dispatch.php" class="index">Yaf_Dispatcher::dispatch</a> - Dispatch a request</li>
<li><a href="yaf-dispatcher.enableview.php" class="index">Yaf_Dispatcher::enableView</a> - Enable view rendering</li>
<li><a href="yaf-dispatcher.flushinstantly.php" class="index">Yaf_Dispatcher::flushInstantly</a> - Switch on/off the instant flushing</li>
<li><a href="yaf-dispatcher.getapplication.php" class="index">Yaf_Dispatcher::getApplication</a> - Retrieve the application</li>
<li><a href="yaf-dispatcher.getdefaultaction.php" class="index">Yaf_Dispatcher::getDefaultAction</a> - Retrive the default action name</li>
<li><a href="yaf-dispatcher.getdefaultcontroller.php" class="index">Yaf_Dispatcher::getDefaultController</a> - Retrive the default controller name</li>
<li><a href="yaf-dispatcher.getdefaultmodule.php" class="index">Yaf_Dispatcher::getDefaultModule</a> - Retrive the default module name</li>
<li><a href="yaf-dispatcher.getinstance.php" class="index">Yaf_Dispatcher::getInstance</a> - Retrive the dispatcher instance</li>
<li><a href="yaf-dispatcher.getrequest.php" class="index">Yaf_Dispatcher::getRequest</a> - Retrive the request instance</li>
<li><a href="yaf-dispatcher.getrouter.php" class="index">Yaf_Dispatcher::getRouter</a> - Retrive router instance</li>
<li><a href="yaf-dispatcher.initview.php" class="index">Yaf_Dispatcher::initView</a> - Initialize view and return it</li>
<li><a href="yaf-dispatcher.registerplugin.php" class="index">Yaf_Dispatcher::registerPlugin</a> - Register a plugin</li>
<li><a href="yaf-dispatcher.returnresponse.php" class="index">Yaf_Dispatcher::returnResponse</a> - The returnResponse purpose</li>
<li><a href="yaf-dispatcher.setdefaultaction.php" class="index">Yaf_Dispatcher::setDefaultAction</a> - Change default action name</li>
<li><a href="yaf-dispatcher.setdefaultcontroller.php" class="index">Yaf_Dispatcher::setDefaultController</a> - Change default controller name</li>
<li><a href="yaf-dispatcher.setdefaultmodule.php" class="index">Yaf_Dispatcher::setDefaultModule</a> - Change default module name</li>
<li><a href="yaf-dispatcher.seterrorhandler.php" class="index">Yaf_Dispatcher::setErrorHandler</a> - Set error handler</li>
<li><a href="yaf-dispatcher.setrequest.php" class="index">Yaf_Dispatcher::setRequest</a> - The setRequest purpose</li>
<li><a href="yaf-dispatcher.setview.php" class="index">Yaf_Dispatcher::setView</a> - Set a custom view engine</li>
<li><a href="yaf-dispatcher.throwexception.php" class="index">Yaf_Dispatcher::throwException</a> - Switch on/off exception throwing</li>
<li><a href="yaf-dispatcher.construct.php" class="index">Yaf_Dispatcher::__construct</a> - Yaf_Dispatcher constructor</li>
<li><a href="yaf-exception.getprevious.php" class="index">Yaf_Exception::getPrevious</a> - The getPrevious purpose</li>
<li><a href="yaf-exception.construct.php" class="index">Yaf_Exception::__construct</a> - The __construct purpose</li>
<li><a href="yaf-loader.autoload.php" class="index">Yaf_Loader::autoload</a> - The autoload purpose</li>
<li><a href="yaf-loader.clearlocalnamespace.php" class="index">Yaf_Loader::clearLocalNamespace</a> - The clearLocalNamespace purpose</li>
<li><a href="yaf-loader.getinstance.php" class="index">Yaf_Loader::getInstance</a> - The getInstance purpose</li>
<li><a href="yaf-loader.getlibrarypath.php" class="index">Yaf_Loader::getLibraryPath</a> - Get the library path</li>
<li><a href="yaf-loader.getnamespaces.php" class="index">Yaf_Loader::getLocalNamespace</a> - Retrive all register namespaces info</li>
<li><a href="yaf-loader.getnamespacepath.php" class="index">Yaf_Loader::getNamespacePath</a> - Retieve path of a registered namespace</li>
<li><a href="yaf-loader.import.php" class="index">Yaf_Loader::import</a> - The import purpose</li>
<li><a href="yaf-loader.islocalname.php" class="index">Yaf_Loader::isLocalName</a> - The isLocalName purpose</li>
<li><a href="yaf-loader.registerlocalnamespace.php" class="index">Yaf_Loader::registerLocalNamespace</a> - Register local class prefix</li>
<li><a href="yaf-loader.registernamespace.php" class="index">Yaf_Loader::registerNamespace</a> - Register namespace with searching path</li>
<li><a href="yaf-loader.setlibrarypath.php" class="index">Yaf_Loader::setLibraryPath</a> - Change the library path</li>
<li><a href="yaf-loader.construct.php" class="index">Yaf_Loader::__construct</a> - The __construct purpose</li>
<li><a href="yaf-plugin-abstract.dispatchloopshutdown.php" class="index">Yaf_Plugin_Abstract::dispatchLoopShutdown</a> - The dispatchLoopShutdown purpose</li>
<li><a href="yaf-plugin-abstract.dispatchloopstartup.php" class="index">Yaf_Plugin_Abstract::dispatchLoopStartup</a> - Hook before dispatch loop</li>
<li><a href="yaf-plugin-abstract.postdispatch.php" class="index">Yaf_Plugin_Abstract::postDispatch</a> - The postDispatch purpose</li>
<li><a href="yaf-plugin-abstract.predispatch.php" class="index">Yaf_Plugin_Abstract::preDispatch</a> - The preDispatch purpose</li>
<li><a href="yaf-plugin-abstract.preresponse.php" class="index">Yaf_Plugin_Abstract::preResponse</a> - The preResponse purpose</li>
<li><a href="yaf-plugin-abstract.routershutdown.php" class="index">Yaf_Plugin_Abstract::routerShutdown</a> - The routerShutdown purpose</li>
<li><a href="yaf-plugin-abstract.routerstartup.php" class="index">Yaf_Plugin_Abstract::routerStartup</a> - RouterStartup hook</li>
<li><a href="yaf-registry.del.php" class="index">Yaf_Registry::del</a> - Remove an item from registry</li>
<li><a href="yaf-registry.get.php" class="index">Yaf_Registry::get</a> - Retrieve an item from registry</li>
<li><a href="yaf-registry.has.php" class="index">Yaf_Registry::has</a> - Check whether an item exists</li>
<li><a href="yaf-registry.set.php" class="index">Yaf_Registry::set</a> - Add an item into registry</li>
<li><a href="yaf-registry.construct.php" class="index">Yaf_Registry::__construct</a> - Yaf_Registry implements singleton</li>
<li><a href="yaf-request-abstract.clearparams.php" class="index">Yaf_Request_Abstract::clearParams</a> - Remove all params</li>
<li><a href="yaf-request-abstract.getactionname.php" class="index">Yaf_Request_Abstract::getActionName</a> - The getActionName purpose</li>
<li><a href="yaf-request-abstract.getbaseuri.php" class="index">Yaf_Request_Abstract::getBaseUri</a> - The getBaseUri purpose</li>
<li><a href="yaf-request-abstract.getcontrollername.php" class="index">Yaf_Request_Abstract::getControllerName</a> - The getControllerName purpose</li>
<li><a href="yaf-request-abstract.getenv.php" class="index">Yaf_Request_Abstract::getEnv</a> - Retrieve ENV varialbe</li>
<li><a href="yaf-request-abstract.getexception.php" class="index">Yaf_Request_Abstract::getException</a> - The getException purpose</li>
<li><a href="yaf-request-abstract.getlanguage.php" class="index">Yaf_Request_Abstract::getLanguage</a> - Retrieve client's preferred language</li>
<li><a href="yaf-request-abstract.getmethod.php" class="index">Yaf_Request_Abstract::getMethod</a> - Retrieve the request method</li>
<li><a href="yaf-request-abstract.getmodulename.php" class="index">Yaf_Request_Abstract::getModuleName</a> - The getModuleName purpose</li>
<li><a href="yaf-request-abstract.getparam.php" class="index">Yaf_Request_Abstract::getParam</a> - Retrieve calling parameter</li>
<li><a href="yaf-request-abstract.getparams.php" class="index">Yaf_Request_Abstract::getParams</a> - Retrieve all calling parameters</li>
<li><a href="yaf-request-abstract.getrequesturi.php" class="index">Yaf_Request_Abstract::getRequestUri</a> - The getRequestUri purpose</li>
<li><a href="yaf-request-abstract.getserver.php" class="index">Yaf_Request_Abstract::getServer</a> - Retrieve SERVER variable</li>
<li><a href="yaf-request-abstract.iscli.php" class="index">Yaf_Request_Abstract::isCli</a> - Determine if request is CLI request</li>
<li><a href="yaf-request-abstract.isdispatched.php" class="index">Yaf_Request_Abstract::isDispatched</a> - Determin if the request is dispatched</li>
<li><a href="yaf-request-abstract.isget.php" class="index">Yaf_Request_Abstract::isGet</a> - Determine if request is GET request</li>
<li><a href="yaf-request-abstract.ishead.php" class="index">Yaf_Request_Abstract::isHead</a> - Determine if request is HEAD request</li>
<li><a href="yaf-request-abstract.isoptions.php" class="index">Yaf_Request_Abstract::isOptions</a> - Determine if request is OPTIONS request</li>
<li><a href="yaf-request-abstract.ispost.php" class="index">Yaf_Request_Abstract::isPost</a> - Determine if request is POST request</li>
<li><a href="yaf-request-abstract.isput.php" class="index">Yaf_Request_Abstract::isPut</a> - Determine if request is PUT request</li>
<li><a href="yaf-request-abstract.isrouted.php" class="index">Yaf_Request_Abstract::isRouted</a> - Determin if request has been routed</li>
<li><a href="yaf-request-abstract.isxmlhttprequest.php" class="index">Yaf_Request_Abstract::isXmlHttpRequest</a> - Determine if request is AJAX request</li>
<li><a href="yaf-request-abstract.setactionname.php" class="index">Yaf_Request_Abstract::setActionName</a> - Set action name</li>
<li><a href="yaf-request-abstract.setbaseuri.php" class="index">Yaf_Request_Abstract::setBaseUri</a> - Set base URI</li>
<li><a href="yaf-request-abstract.setcontrollername.php" class="index">Yaf_Request_Abstract::setControllerName</a> - Set controller name</li>
<li><a href="yaf-request-abstract.setdispatched.php" class="index">Yaf_Request_Abstract::setDispatched</a> - The setDispatched purpose</li>
<li><a href="yaf-request-abstract.setmodulename.php" class="index">Yaf_Request_Abstract::setModuleName</a> - Set module name</li>
<li><a href="yaf-request-abstract.setparam.php" class="index">Yaf_Request_Abstract::setParam</a> - Set a calling parameter to a request</li>
<li><a href="yaf-request-abstract.setrequesturi.php" class="index">Yaf_Request_Abstract::setRequestUri</a> - The setRequestUri purpose</li>
<li><a href="yaf-request-abstract.setrouted.php" class="index">Yaf_Request_Abstract::setRouted</a> - The setRouted purpose</li>
<li><a href="yaf-request-http.get.php" class="index">Yaf_Request_Http::get</a> - Retrieve variable from client</li>
<li><a href="yaf-request-http.getcookie.php" class="index">Yaf_Request_Http::getCookie</a> - Retrieve Cookie variable</li>
<li><a href="yaf-request-http.getfiles.php" class="index">Yaf_Request_Http::getFiles</a> - The getFiles purpose</li>
<li><a href="yaf-request-http.getpost.php" class="index">Yaf_Request_Http::getPost</a> - Retrieve POST variable</li>
<li><a href="yaf-request-http.getquery.php" class="index">Yaf_Request_Http::getQuery</a> - Fetch a query parameter</li>
<li><a href="yaf-request-http.getraw.php" class="index">Yaf_Request_Http::getRaw</a> - Retrieve Raw request body</li>
<li><a href="yaf-request-http.getrequest.php" class="index">Yaf_Request_Http::getRequest</a> - The getRequest purpose</li>
<li><a href="yaf-request-http.isxmlhttprequest.php" class="index">Yaf_Request_Http::isXmlHttpRequest</a> - Determin if request is Ajax Request</li>
<li><a href="yaf-request-http.construct.php" class="index">Yaf_Request_Http::__construct</a> - Constructor of Yaf_Request_Http</li>
<li><a href="yaf-request-simple.get.php" class="index">Yaf_Request_Simple::get</a> - The get purpose</li>
<li><a href="yaf-request-simple.getcookie.php" class="index">Yaf_Request_Simple::getCookie</a> - The getCookie purpose</li>
<li><a href="yaf-request-simple.getfiles.php" class="index">Yaf_Request_Simple::getFiles</a> - The getFiles purpose</li>
<li><a href="yaf-request-simple.getpost.php" class="index">Yaf_Request_Simple::getPost</a> - The getPost purpose</li>
<li><a href="yaf-request-simple.getquery.php" class="index">Yaf_Request_Simple::getQuery</a> - The getQuery purpose</li>
<li><a href="yaf-request-simple.getrequest.php" class="index">Yaf_Request_Simple::getRequest</a> - The getRequest purpose</li>
<li><a href="yaf-request-simple.isxmlhttprequest.php" class="index">Yaf_Request_Simple::isXmlHttpRequest</a> - Determin if request is AJAX request</li>
<li><a href="yaf-request-simple.construct.php" class="index">Yaf_Request_Simple::__construct</a> - Constructor of Yaf_Request_Simple</li>
<li><a href="yaf-response-abstract.appendbody.php" class="index">Yaf_Response_Abstract::appendBody</a> - Append to response body</li>
<li><a href="yaf-response-abstract.clearbody.php" class="index">Yaf_Response_Abstract::clearBody</a> - Discard all exists response body</li>
<li><a href="yaf-response-abstract.clearheaders.php" class="index">Yaf_Response_Abstract::clearHeaders</a> - Discard all set headers</li>
<li><a href="yaf-response-abstract.getbody.php" class="index">Yaf_Response_Abstract::getBody</a> - Retrieve a exists content</li>
<li><a href="yaf-response-abstract.getheader.php" class="index">Yaf_Response_Abstract::getHeader</a> - The getHeader purpose</li>
<li><a href="yaf-response-abstract.prependbody.php" class="index">Yaf_Response_Abstract::prependBody</a> - The prependBody purpose</li>
<li><a href="yaf-response-abstract.response.php" class="index">Yaf_Response_Abstract::response</a> - Send response</li>
<li><a href="yaf-response-abstract.setallheaders.php" class="index">Yaf_Response_Abstract::setAllHeaders</a> - The setAllHeaders purpose</li>
<li><a href="yaf-response-abstract.setbody.php" class="index">Yaf_Response_Abstract::setBody</a> - Set content to response</li>
<li><a href="yaf-response-abstract.setheader.php" class="index">Yaf_Response_Abstract::setHeader</a> - Set response header</li>
<li><a href="yaf-response-abstract.setredirect.php" class="index">Yaf_Response_Abstract::setRedirect</a> - The setRedirect purpose</li>
<li><a href="yaf-response-abstract.construct.php" class="index">Yaf_Response_Abstract::__construct</a> - The __construct purpose</li>
<li><a href="yaf-response-abstract.destruct.php" class="index">Yaf_Response_Abstract::__destruct</a> - The __destruct purpose</li>
<li><a href="yaf-response-abstract.tostring.php" class="index">Yaf_Response_Abstract::__toString</a> - Retrieve all bodys as string</li>
<li><a href="yaf-router.addconfig.php" class="index">Yaf_Router::addConfig</a> - Add config-defined routes into Router</li>
<li><a href="yaf-router.addroute.php" class="index">Yaf_Router::addRoute</a> - Add new Route into Router</li>
<li><a href="yaf-router.getcurrentroute.php" class="index">Yaf_Router::getCurrentRoute</a> - Get the effective route name</li>
<li><a href="yaf-router.getroute.php" class="index">Yaf_Router::getRoute</a> - Retrieve a route by name</li>
<li><a href="yaf-router.getroutes.php" class="index">Yaf_Router::getRoutes</a> - Retrieve registered routes</li>
<li><a href="yaf-router.route.php" class="index">Yaf_Router::route</a> - The route purpose</li>
<li><a href="yaf-router.construct.php" class="index">Yaf_Router::__construct</a> - Yaf_Router constructor</li>
<li><a href="yaf-route-interface.assemble.php" class="index">Yaf_Route_Interface::assemble</a> - Assemble a request</li>
<li><a href="yaf-route-interface.route.php" class="index">Yaf_Route_Interface::route</a> - Route a request</li>
<li><a href="yaf-route-map.assemble.php" class="index">Yaf_Route_Map::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-map.route.php" class="index">Yaf_Route_Map::route</a> - The route purpose</li>
<li><a href="yaf-route-map.construct.php" class="index">Yaf_Route_Map::__construct</a> - The __construct purpose</li>
<li><a href="yaf-route-regex.assemble.php" class="index">Yaf_Route_Regex::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-regex.route.php" class="index">Yaf_Route_Regex::route</a> - The route purpose</li>
<li><a href="yaf-route-regex.construct.php" class="index">Yaf_Route_Regex::__construct</a> - Yaf_Route_Regex constructor</li>
<li><a href="yaf-route-rewrite.assemble.php" class="index">Yaf_Route_Rewrite::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-rewrite.route.php" class="index">Yaf_Route_Rewrite::route</a> - The route purpose</li>
<li><a href="yaf-route-rewrite.construct.php" class="index">Yaf_Route_Rewrite::__construct</a> - Yaf_Route_Rewrite constructor</li>
<li><a href="yaf-route-simple.assemble.php" class="index">Yaf_Route_Simple::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-simple.route.php" class="index">Yaf_Route_Simple::route</a> - Route a request</li>
<li><a href="yaf-route-simple.construct.php" class="index">Yaf_Route_Simple::__construct</a> - Yaf_Route_Simple constructor</li>
<li><a href="yaf-route-static.assemble.php" class="index">Yaf_Route_Static::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-static.match.php" class="index">Yaf_Route_Static::match</a> - The match purpose</li>
<li><a href="yaf-route-static.route.php" class="index">Yaf_Route_Static::route</a> - Route a request</li>
<li><a href="yaf-route-supervar.assemble.php" class="index">Yaf_Route_Supervar::assemble</a> - Assemble a url</li>
<li><a href="yaf-route-supervar.route.php" class="index">Yaf_Route_Supervar::route</a> - The route purpose</li>
<li><a href="yaf-route-supervar.construct.php" class="index">Yaf_Route_Supervar::__construct</a> - The __construct purpose</li>
<li><a href="yaf-session.count.php" class="index">Yaf_Session::count</a> - The count purpose</li>
<li><a href="yaf-session.current.php" class="index">Yaf_Session::current</a> - The current purpose</li>
<li><a href="yaf-session.del.php" class="index">Yaf_Session::del</a> - The del purpose</li>
<li><a href="yaf-session.getinstance.php" class="index">Yaf_Session::getInstance</a> - The getInstance purpose</li>
<li><a href="yaf-session.has.php" class="index">Yaf_Session::has</a> - The has purpose</li>
<li><a href="yaf-session.key.php" class="index">Yaf_Session::key</a> - The key purpose</li>
<li><a href="yaf-session.next.php" class="index">Yaf_Session::next</a> - The next purpose</li>
<li><a href="yaf-session.offsetexists.php" class="index">Yaf_Session::offsetExists</a> - The offsetExists purpose</li>
<li><a href="yaf-session.offsetget.php" class="index">Yaf_Session::offsetGet</a> - The offsetGet purpose</li>
<li><a href="yaf-session.offsetset.php" class="index">Yaf_Session::offsetSet</a> - The offsetSet purpose</li>
<li><a href="yaf-session.offsetunset.php" class="index">Yaf_Session::offsetUnset</a> - The offsetUnset purpose</li>
<li><a href="yaf-session.rewind.php" class="index">Yaf_Session::rewind</a> - The rewind purpose</li>
<li><a href="yaf-session.start.php" class="index">Yaf_Session::start</a> - The start purpose</li>
<li><a href="yaf-session.valid.php" class="index">Yaf_Session::valid</a> - The valid purpose</li>
<li><a href="yaf-session.construct.php" class="index">Yaf_Session::__construct</a> - Constructor of Yaf_Session</li>
<li><a href="yaf-session.get.php" class="index">Yaf_Session::__get</a> - The __get purpose</li>
<li><a href="yaf-session.isset.php" class="index">Yaf_Session::__isset</a> - The __isset purpose</li>
<li><a href="yaf-session.set.php" class="index">Yaf_Session::__set</a> - The __set purpose</li>
<li><a href="yaf-session.unset.php" class="index">Yaf_Session::__unset</a> - The __unset purpose</li>
<li><a href="yaf-view-interface.assign.php" class="index">Yaf_View_Interface::assign</a> - Assign value to View engine</li>
<li><a href="yaf-view-interface.display.php" class="index">Yaf_View_Interface::display</a> - Render and output a template</li>
<li><a href="yaf-view-interface.getscriptpath.php" class="index">Yaf_View_Interface::getScriptPath</a> - The getScriptPath purpose</li>
<li><a href="yaf-view-interface.render.php" class="index">Yaf_View_Interface::render</a> - Render a template</li>
<li><a href="yaf-view-interface.setscriptpath.php" class="index">Yaf_View_Interface::setScriptPath</a> - The setScriptPath purpose</li>
<li><a href="yaf-view-simple.assign.php" class="index">Yaf_View_Simple::assign</a> - Assign values</li>
<li><a href="yaf-view-simple.assignref.php" class="index">Yaf_View_Simple::assignRef</a> - The assignRef purpose</li>
<li><a href="yaf-view-simple.clear.php" class="index">Yaf_View_Simple::clear</a> - Clear Assigned values</li>
<li><a href="yaf-view-simple.display.php" class="index">Yaf_View_Simple::display</a> - Render and display</li>
<li><a href="yaf-view-simple.eval.php" class="index">Yaf_View_Simple::eval</a> - Render template</li>
<li><a href="yaf-view-simple.getscriptpath.php" class="index">Yaf_View_Simple::getScriptPath</a> - Get templates directory</li>
<li><a href="yaf-view-simple.render.php" class="index">Yaf_View_Simple::render</a> - Render template</li>
<li><a href="yaf-view-simple.setscriptpath.php" class="index">Yaf_View_Simple::setScriptPath</a> - Set tempaltes directory</li>
<li><a href="yaf-view-simple.construct.php" class="index">Yaf_View_Simple::__construct</a> - Constructor of Yaf_View_Simple</li>
<li><a href="yaf-view-simple.get.php" class="index">Yaf_View_Simple::__get</a> - Retrieve assigned variable</li>
<li><a href="yaf-view-simple.isset.php" class="index">Yaf_View_Simple::__isset</a> - The __isset purpose</li>
<li><a href="yaf-view-simple.set.php" class="index">Yaf_View_Simple::__set</a> - Set value to engine</li>
<li><a href="function.yaml-emit.php" class="index">yaml_emit</a> - Returns the YAML representation of a value</li>
<li><a href="function.yaml-emit-file.php" class="index">yaml_emit_file</a> - Send the YAML representation of a value to a file</li>
<li><a href="function.yaml-parse.php" class="index">yaml_parse</a> - Parse a YAML stream</li>
<li><a href="function.yaml-parse-file.php" class="index">yaml_parse_file</a> - Parse a YAML stream from a file</li>
<li><a href="function.yaml-parse-url.php" class="index">yaml_parse_url</a> - Parse a Yaml stream from a URL</li>
<li><a href="yar-client.setopt.php" class="index">Yar_Client::setOpt</a> - Set calling contexts</li>
<li><a href="yar-client.call.php" class="index">Yar_Client::__call</a> - Call service</li>
<li><a href="yar-client.construct.php" class="index">Yar_Client::__construct</a> - Create a client</li>
<li><a href="yar-client-exception.gettype.php" class="index">Yar_Client_Exception::getType</a> - Retrieve exception's type</li>
<li><a href="yar-concurrent-client.call.php" class="index">Yar_Concurrent_Client::call</a> - Register a concurrent call</li>
<li><a href="yar-concurrent-client.loop.php" class="index">Yar_Concurrent_Client::loop</a> - Send all calls</li>
<li><a href="yar-concurrent-client.reset.php" class="index">Yar_Concurrent_Client::reset</a> - Clean all registered calls</li>
<li><a href="yar-server.handle.php" class="index">Yar_Server::handle</a> - Start RPC Server</li>
<li><a href="yar-server.construct.php" class="index">Yar_Server::__construct</a> - Register a server</li>
<li><a href="yar-server-exception.gettype.php" class="index">Yar_Server_Exception::getType</a> - Retrieve exception's type</li>
<li><a href="function.yaz-addinfo.php" class="index">yaz_addinfo</a> - Returns additional error information</li>
<li><a href="function.yaz-ccl-conf.php" class="index">yaz_ccl_conf</a> - Configure CCL parser</li>
<li><a href="function.yaz-ccl-parse.php" class="index">yaz_ccl_parse</a> - Invoke CCL Parser</li>
<li><a href="function.yaz-close.php" class="index">yaz_close</a> - Close YAZ connection</li>
<li><a href="function.yaz-connect.php" class="index">yaz_connect</a> - Prepares for a connection to a Z39.50 server</li>
<li><a href="function.yaz-database.php" class="index">yaz_database</a> - Specifies the databases within a session</li>
<li><a href="function.yaz-element.php" class="index">yaz_element</a> - Specifies Element-Set Name for retrieval</li>
<li><a href="function.yaz-errno.php" class="index">yaz_errno</a> - Returns error number</li>
<li><a href="function.yaz-error.php" class="index">yaz_error</a> - Returns error description</li>
<li><a href="function.yaz-es.php" class="index">yaz_es</a> - Prepares for an Extended Service Request</li>
<li><a href="function.yaz-es-result.php" class="index">yaz_es_result</a> - Inspects Extended Services Result</li>
<li><a href="function.yaz-get-option.php" class="index">yaz_get_option</a> - Returns value of option for connection</li>
<li><a href="function.yaz-hits.php" class="index">yaz_hits</a> - Returns number of hits for last search</li>
<li><a href="function.yaz-itemorder.php" class="index">yaz_itemorder</a> - Prepares for Z39.50 Item Order with an ILL-Request package</li>
<li><a href="function.yaz-present.php" class="index">yaz_present</a> - Prepares for retrieval (Z39.50 present)</li>
<li><a href="function.yaz-range.php" class="index">yaz_range</a> - Specifies a range of records to retrieve</li>
<li><a href="function.yaz-record.php" class="index">yaz_record</a> - Returns a record</li>
<li><a href="function.yaz-scan.php" class="index">yaz_scan</a> - Prepares for a scan</li>
<li><a href="function.yaz-scan-result.php" class="index">yaz_scan_result</a> - Returns Scan Response result</li>
<li><a href="function.yaz-schema.php" class="index">yaz_schema</a> - Specifies schema for retrieval</li>
<li><a href="function.yaz-search.php" class="index">yaz_search</a> - Prepares for a search</li>
<li><a href="function.yaz-set-option.php" class="index">yaz_set_option</a> - Sets one or more options for connection</li>
<li><a href="function.yaz-sort.php" class="index">yaz_sort</a> - Sets sorting criteria</li>
<li><a href="function.yaz-syntax.php" class="index">yaz_syntax</a> - Specifies the preferred record syntax for retrieval</li>
<li><a href="function.yaz-wait.php" class="index">yaz_wait</a> - Wait for Z39.50 requests to complete</li>
</ul></li>
<li class='gen-index index-for-z'>z<ul id='refentry-index-for-z'>
<li><a href="function.zend-thread-id.php" class="index">zend_thread_id</a> - Returns a unique identifier for the current thread</li>
<li><a href="function.zend-version.php" class="index">zend_version</a> - Restituisce il numero di versione dell'engine Zend</li>
<li><a href="ziparchive.addemptydir.php" class="index">ZipArchive::addEmptyDir</a> - Add a new directory</li>
<li><a href="ziparchive.addfile.php" class="index">ZipArchive::addFile</a> - Adds a file to a ZIP archive from the given path</li>
<li><a href="ziparchive.addfromstring.php" class="index">ZipArchive::addFromString</a> - Add a file to a ZIP archive using its contents</li>
<li><a href="ziparchive.addglob.php" class="index">ZipArchive::addGlob</a> - Add files from a directory by glob pattern</li>
<li><a href="ziparchive.addpattern.php" class="index">ZipArchive::addPattern</a> - Add files from a directory by PCRE pattern</li>
<li><a href="ziparchive.clearerror.php" class="index">ZipArchive::clearError</a> - Clear the status error message, system and/or zip messages</li>
<li><a href="ziparchive.close.php" class="index">ZipArchive::close</a> - Close the active archive (opened or newly created)</li>
<li><a href="ziparchive.count.php" class="index">ZipArchive::count</a> - Counts the number of files in the archive</li>
<li><a href="ziparchive.deleteindex.php" class="index">ZipArchive::deleteIndex</a> - Delete an entry in the archive using its index</li>
<li><a href="ziparchive.deletename.php" class="index">ZipArchive::deleteName</a> - Delete an entry in the archive using its name</li>
<li><a href="ziparchive.extractto.php" class="index">ZipArchive::extractTo</a> - Extract the archive contents</li>
<li><a href="ziparchive.getarchivecomment.php" class="index">ZipArchive::getArchiveComment</a> - Returns the Zip archive comment</li>
<li><a href="ziparchive.getarchiveflag.php" class="index">ZipArchive::getArchiveFlag</a> - Returns the value of a Zip archive global flag</li>
<li><a href="ziparchive.getcommentindex.php" class="index">ZipArchive::getCommentIndex</a> - Returns the comment of an entry using the entry index</li>
<li><a href="ziparchive.getcommentname.php" class="index">ZipArchive::getCommentName</a> - Returns the comment of an entry using the entry name</li>
<li><a href="ziparchive.getexternalattributesindex.php" class="index">ZipArchive::getExternalAttributesIndex</a> - Retrieve the external attributes of an entry defined by its index</li>
<li><a href="ziparchive.getexternalattributesname.php" class="index">ZipArchive::getExternalAttributesName</a> - Retrieve the external attributes of an entry defined by its name</li>
<li><a href="ziparchive.getfromindex.php" class="index">ZipArchive::getFromIndex</a> - Returns the entry contents using its index</li>
<li><a href="ziparchive.getfromname.php" class="index">ZipArchive::getFromName</a> - Returns the entry contents using its name</li>
<li><a href="ziparchive.getnameindex.php" class="index">ZipArchive::getNameIndex</a> - Returns the name of an entry using its index</li>
<li><a href="ziparchive.getstatusstring.php" class="index">ZipArchive::getStatusString</a> - Returns the status error message, system and/or zip messages</li>
<li><a href="ziparchive.getstream.php" class="index">ZipArchive::getStream</a> - Get a file handler to the entry defined by its name (read only)</li>
<li><a href="ziparchive.getstreamindex.php" class="index">ZipArchive::getStreamIndex</a> - Get a file handler to the entry defined by its index (read only)</li>
<li><a href="ziparchive.getstreamname.php" class="index">ZipArchive::getStreamName</a> - Get a file handler to the entry defined by its name (read only)</li>
<li><a href="ziparchive.iscompressionmethoddupported.php" class="index">ZipArchive::isCompressionMethodSupported</a> - Check if a compression method is supported by libzip</li>
<li><a href="ziparchive.isencryptionmethoddupported.php" class="index">ZipArchive::isEncryptionMethodSupported</a> - Check if a encryption method is supported by libzip</li>
<li><a href="ziparchive.locatename.php" class="index">ZipArchive::locateName</a> - Returns the index of the entry in the archive</li>
<li><a href="ziparchive.open.php" class="index">ZipArchive::open</a> - Open a ZIP file archive</li>
<li><a href="ziparchive.registercancelcallback.php" class="index">ZipArchive::registerCancelCallback</a> - Register a callback to allow cancellation during archive close.</li>
<li><a href="ziparchive.registerprogresscallback.php" class="index">ZipArchive::registerProgressCallback</a> - Register a callback to provide updates during archive close.</li>
<li><a href="ziparchive.renameindex.php" class="index">ZipArchive::renameIndex</a> - Renames an entry defined by its index</li>
<li><a href="ziparchive.renamename.php" class="index">ZipArchive::renameName</a> - Renames an entry defined by its name</li>
<li><a href="ziparchive.replacefile.php" class="index">ZipArchive::replaceFile</a> - Replace file in ZIP archive with a given path</li>
<li><a href="ziparchive.setarchivecomment.php" class="index">ZipArchive::setArchiveComment</a> - Set the comment of a ZIP archive</li>
<li><a href="ziparchive.setarchiveflag.php" class="index">ZipArchive::setArchiveFlag</a> - Set a global flag of a ZIP archive</li>
<li><a href="ziparchive.setcommentindex.php" class="index">ZipArchive::setCommentIndex</a> - Set the comment of an entry defined by its index</li>
<li><a href="ziparchive.setcommentname.php" class="index">ZipArchive::setCommentName</a> - Set the comment of an entry defined by its name</li>
<li><a href="ziparchive.setcompressionindex.php" class="index">ZipArchive::setCompressionIndex</a> - Set the compression method of an entry defined by its index</li>
<li><a href="ziparchive.setcompressionname.php" class="index">ZipArchive::setCompressionName</a> - Set the compression method of an entry defined by its name</li>
<li><a href="ziparchive.setencryptionindex.php" class="index">ZipArchive::setEncryptionIndex</a> - Set the encryption method of an entry defined by its index</li>
<li><a href="ziparchive.setencryptionname.php" class="index">ZipArchive::setEncryptionName</a> - Set the encryption method of an entry defined by its name</li>
<li><a href="ziparchive.setexternalattributesindex.php" class="index">ZipArchive::setExternalAttributesIndex</a> - Set the external attributes of an entry defined by its index</li>
<li><a href="ziparchive.setexternalattributesname.php" class="index">ZipArchive::setExternalAttributesName</a> - Set the external attributes of an entry defined by its name</li>
<li><a href="ziparchive.setmtimeindex.php" class="index">ZipArchive::setMtimeIndex</a> - Set the modification time of an entry defined by its index</li>
<li><a href="ziparchive.setmtimename.php" class="index">ZipArchive::setMtimeName</a> - Set the modification time of an entry defined by its name</li>
<li><a href="ziparchive.setpassword.php" class="index">ZipArchive::setPassword</a> - Set the password for the active archive</li>
<li><a href="ziparchive.statindex.php" class="index">ZipArchive::statIndex</a> - Get the details of an entry defined by its index</li>
<li><a href="ziparchive.statname.php" class="index">ZipArchive::statName</a> - Get the details of an entry defined by its name</li>
<li><a href="ziparchive.unchangeall.php" class="index">ZipArchive::unchangeAll</a> - Undo all changes done in the archive</li>
<li><a href="ziparchive.unchangearchive.php" class="index">ZipArchive::unchangeArchive</a> - Revert all global changes done in the archive</li>
<li><a href="ziparchive.unchangeindex.php" class="index">ZipArchive::unchangeIndex</a> - Revert all changes done to an entry at the given index</li>
<li><a href="ziparchive.unchangename.php" class="index">ZipArchive::unchangeName</a> - Revert all changes done to an entry with the given name</li>
<li><a href="function.zip-close.php" class="index">zip_close</a> - Chiude un archivio ZIP</li>
<li><a href="function.zip-entry-close.php" class="index">zip_entry_close</a> - Chiude una voce directory</li>
<li><a href="function.zip-entry-compressedsize.php" class="index">zip_entry_compressedsize</a> - Ottiene la dimensione compressa di una voce directory</li>
<li><a href="function.zip-entry-compressionmethod.php" class="index">zip_entry_compressionmethod</a> - Ottiene il metodo di compressione di una voce directory</li>
<li><a href="function.zip-entry-filesize.php" class="index">zip_entry_filesize</a> - Ottiene la dimensione attuale di una voce della directory</li>
<li><a href="function.zip-entry-name.php" class="index">zip_entry_name</a> - Ottiene il nome della voce di una directory</li>
<li><a href="function.zip-entry-open.php" class="index">zip_entry_open</a> - Apre una voce directory in lettura</li>
<li><a href="function.zip-entry-read.php" class="index">zip_entry_read</a> - Legge da una voce directory aperta</li>
<li><a href="function.zip-open.php" class="index">zip_open</a> - Apre un archivio ZIP</li>
<li><a href="function.zip-read.php" class="index">zip_read</a> - Legge la prossima voce in un archivio file zip</li>
<li><a href="function.zlib-decode.php" class="index">zlib_decode</a> - Uncompress any raw/gzip/zlib encoded data</li>
<li><a href="function.zlib-encode.php" class="index">zlib_encode</a> - Compress data with the specified encoding</li>
<li><a href="function.zlib-get-coding-type.php" class="index">zlib_get_coding_type</a> - Returns the coding type used for output compression</li>
<li><a href="zmq.construct.php" class="index">ZMQ::__construct</a> - ZMQ constructor</li>
<li><a href="zmqcontext.getopt.php" class="index">ZMQContext::getOpt</a> - Get context option</li>
<li><a href="zmqcontext.getsocket.php" class="index">ZMQContext::getSocket</a> - Create a new socket</li>
<li><a href="zmqcontext.ispersistent.php" class="index">ZMQContext::isPersistent</a> - Whether the context is persistent</li>
<li><a href="zmqcontext.setopt.php" class="index">ZMQContext::setOpt</a> - Set a socket option</li>
<li><a href="zmqcontext.construct.php" class="index">ZMQContext::__construct</a> - Construct a new ZMQContext object</li>
<li><a href="zmqdevice.getidletimeout.php" class="index">ZMQDevice::getIdleTimeout</a> - Get the idle timeout</li>
<li><a href="zmqdevice.gettimertimeout.php" class="index">ZMQDevice::getTimerTimeout</a> - Get the timer timeout</li>
<li><a href="zmqdevice.run.php" class="index">ZMQDevice::run</a> - Run the new device</li>
<li><a href="zmqdevice.setidlecallback.php" class="index">ZMQDevice::setIdleCallback</a> - Set the idle callback function</li>
<li><a href="zmqdevice.setidletimeout.php" class="index">ZMQDevice::setIdleTimeout</a> - Set the idle timeout</li>
<li><a href="zmqdevice.settimercallback.php" class="index">ZMQDevice::setTimerCallback</a> - Set the timer callback function</li>
<li><a href="zmqdevice.settimertimeout.php" class="index">ZMQDevice::setTimerTimeout</a> - Set the timer timeout</li>
<li><a href="zmqdevice.construct.php" class="index">ZMQDevice::__construct</a> - Construct a new device</li>
<li><a href="zmqpoll.add.php" class="index">ZMQPoll::add</a> - Add item to the poll set</li>
<li><a href="zmqpoll.clear.php" class="index">ZMQPoll::clear</a> - Clear the poll set</li>
<li><a href="zmqpoll.count.php" class="index">ZMQPoll::count</a> - Count items in the poll set</li>
<li><a href="zmqpoll.getlasterrors.php" class="index">ZMQPoll::getLastErrors</a> - Get poll errors</li>
<li><a href="zmqpoll.poll.php" class="index">ZMQPoll::poll</a> - Poll the items</li>
<li><a href="zmqpoll.remove.php" class="index">ZMQPoll::remove</a> - Remove item from poll set</li>
<li><a href="zmqsocket.bind.php" class="index">ZMQSocket::bind</a> - Bind the socket</li>
<li><a href="zmqsocket.connect.php" class="index">ZMQSocket::connect</a> - Connect the socket</li>
<li><a href="zmqsocket.disconnect.php" class="index">ZMQSocket::disconnect</a> - Disconnect a socket</li>
<li><a href="zmqsocket.getendpoints.php" class="index">ZMQSocket::getEndpoints</a> - Get list of endpoints</li>
<li><a href="zmqsocket.getpersistentid.php" class="index">ZMQSocket::getPersistentId</a> - Get the persistent id</li>
<li><a href="zmqsocket.getsockettype.php" class="index">ZMQSocket::getSocketType</a> - Get the socket type</li>
<li><a href="zmqsocket.getsockopt.php" class="index">ZMQSocket::getSockOpt</a> - Get socket option</li>
<li><a href="zmqsocket.ispersistent.php" class="index">ZMQSocket::isPersistent</a> - Whether the socket is persistent</li>
<li><a href="zmqsocket.recv.php" class="index">ZMQSocket::recv</a> - Receives a message</li>
<li><a href="zmqsocket.recvmulti.php" class="index">ZMQSocket::recvMulti</a> - Receives a multipart message</li>
<li><a href="zmqsocket.send.php" class="index">ZMQSocket::send</a> - Sends a message</li>
<li><a href="zmqsocket.sendmulti.php" class="index">ZMQSocket::sendmulti</a> - Sends a multipart message</li>
<li><a href="zmqsocket.setsockopt.php" class="index">ZMQSocket::setSockOpt</a> - Set a socket option</li>
<li><a href="zmqsocket.unbind.php" class="index">ZMQSocket::unbind</a> - Unbind the socket</li>
<li><a href="zmqsocket.construct.php" class="index">ZMQSocket::__construct</a> - Construct a new ZMQSocket</li>
<li><a href="zookeeper.addauth.php" class="index">Zookeeper::addAuth</a> - Specify application credentials</li>
<li><a href="zookeeper.close.php" class="index">Zookeeper::close</a> - Close the zookeeper handle and free up any resources</li>
<li><a href="zookeeper.connect.php" class="index">Zookeeper::connect</a> - Create a handle to used communicate with zookeeper</li>
<li><a href="zookeeper.create.php" class="index">Zookeeper::create</a> - Create a node synchronously</li>
<li><a href="zookeeper.delete.php" class="index">Zookeeper::delete</a> - Delete a node in zookeeper synchronously</li>
<li><a href="zookeeper.exists.php" class="index">Zookeeper::exists</a> - Checks the existence of a node in zookeeper synchronously</li>
<li><a href="zookeeper.get.php" class="index">Zookeeper::get</a> - Gets the data associated with a node synchronously</li>
<li><a href="zookeeper.getacl.php" class="index">Zookeeper::getAcl</a> - Gets the acl associated with a node synchronously</li>
<li><a href="zookeeper.getchildren.php" class="index">Zookeeper::getChildren</a> - Lists the children of a node synchronously</li>
<li><a href="zookeeper.getclientid.php" class="index">Zookeeper::getClientId</a> - Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE)</li>
<li><a href="zookeeper.getconfig.php" class="index">Zookeeper::getConfig</a> - Get instance of ZookeeperConfig</li>
<li><a href="zookeeper.getrecvtimeout.php" class="index">Zookeeper::getRecvTimeout</a> - Return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server re-connect</li>
<li><a href="zookeeper.getstate.php" class="index">Zookeeper::getState</a> - Get the state of the zookeeper connection</li>
<li><a href="zookeeper.isrecoverable.php" class="index">Zookeeper::isRecoverable</a> - Checks if the current zookeeper connection state can be recovered</li>
<li><a href="zookeeper.set.php" class="index">Zookeeper::set</a> - Sets the data associated with a node</li>
<li><a href="zookeeper.setacl.php" class="index">Zookeeper::setAcl</a> - Sets the acl associated with a node synchronously</li>
<li><a href="zookeeper.setdebuglevel.php" class="index">Zookeeper::setDebugLevel</a> - Sets the debugging level for the library</li>
<li><a href="zookeeper.setdeterministicconnorder.php" class="index">Zookeeper::setDeterministicConnOrder</a> - Enable/disable quorum endpoint order randomization</li>
<li><a href="zookeeper.setlogstream.php" class="index">Zookeeper::setLogStream</a> - Sets the stream to be used by the library for logging</li>
<li><a href="zookeeper.setwatcher.php" class="index">Zookeeper::setWatcher</a> - Set a watcher function</li>
<li><a href="zookeeper.construct.php" class="index">Zookeeper::__construct</a> - Create a handle to used communicate with zookeeper</li>
<li><a href="zookeeperconfig.add.php" class="index">ZookeeperConfig::add</a> - Add servers to the ensemble</li>
<li><a href="zookeeperconfig.get.php" class="index">ZookeeperConfig::get</a> - Gets the last committed configuration of the ZooKeeper cluster as it is known to the server to which the client is connected, synchronously</li>
<li><a href="zookeeperconfig.remove.php" class="index">ZookeeperConfig::remove</a> - Remove servers from the ensemble</li>
<li><a href="zookeeperconfig.set.php" class="index">ZookeeperConfig::set</a> - Change ZK cluster ensemble membership and roles of ensemble peers</li>
<li><a href="function.zookeeper-dispatch.php" class="index">zookeeper_dispatch</a> - Calls callbacks for pending operations</li>
</ul></li>
<li class='gen-index index-for-_'>_<ul id='refentry-index-for-_'>
<li><a href="function.-.php" class="index">_</a> - Alias di gettext</li>
<li><a href="function.autoload.php" class="index">__autoload</a> - Attempt to load undefined class</li>
<li><a href="function.halt-compiler.php" class="index">__halt_compiler</a> - Blocca l'esecuzione del compilatore.</li>
</ul></li></ul>


 </div><?php manual_footer($setup); ?>