array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.gc-enable.php', 1 => 'gc_enable', 2 => 'Activates the circular reference collector', ), 'up' => array ( 0 => 'ref.info.php', 1 => 'Функції налаштування та отримання інформації про PHP', ), 'prev' => array ( 0 => 'function.gc-disable.php', 1 => 'gc_disable', ), 'next' => array ( 0 => 'function.gc-enabled.php', 1 => 'gc_enabled', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/info/functions/gc-enable.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

gc_enable

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

gc_enableActivates the circular reference collector

Опис

gc_enable(): void

Activates the circular reference collector, setting zend.enable_gc to 1.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Не повертає значень.

Прогляньте також