array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.gc-disable.php', 1 => 'gc_disable', 2 => 'Deactivates the circular reference collector', ), 'up' => array ( 0 => 'ref.info.php', 1 => 'PHP Options/Info Funzioni', ), 'prev' => array ( 0 => 'function.gc-collect-cycles.php', 1 => 'gc_collect_cycles', ), 'next' => array ( 0 => 'function.gc-enable.php', 1 => 'gc_enable', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/info/functions/gc-disable.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

gc_disable

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

gc_disableDeactivates the circular reference collector

Descrizione

gc_disable(): void

Deactivates the circular reference collector, setting zend.enable_gc to 0.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

Vedere anche: