gc_enabled

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

gc_enabledReturns status of the circular reference collector

Опис

gc_enabled(): bool

Returns status of the circular reference collector.

Параметри

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

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

Returns true if the garbage collector is enabled, false otherwise.

Приклади

Приклад #1 A gc_enabled() example

<?php
if(gc_enabled()) gc_collect_cycles();
?>

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