(PHP 5 >= 5.3.0, PHP 7, PHP 8)
gc_enabled — Returns status of the circular reference collector
Returns status of the circular reference collector.
У цієї функції немає параметрів.
Returns true if the garbage collector is enabled, false otherwise.
true
false
Приклад #1 A gc_enabled() example
<?phpif(gc_enabled()) gc_collect_cycles();?>