gc_enabled

(PHP 5 >= 5.3.0, PHP 7)

gc_enabledReturns status of the circular reference collector

Descrierea

gc_enabled ( void ) : bool

Returns status of the circular reference collector.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns TRUE if the garbage collector is enabled, FALSE otherwise.

Exemple

Example #1 A gc_enabled() example

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

A se vedea și