Returns status of the circular reference collector
Returns status of the circular reference collector.
This function has no parameters.
Returns TRUE if the garbage collector is enabled, FALSE otherwise.
TRUE
FALSE
Example #1 A gc_enabled example
<?phpif(gc_enabled()) gc_collect_cycles();?>