gc_enabled
gc_enabled
(PHP 5 >= 5.3.0, PHP 7)
gc_enabled — Returns status of the circular reference collector
Description
bool gc_enabled ( void )
Returns status of the circular reference collector.
Parameters
This function has no parameters.
Return Values
Returns TRUE
if the garbage collector is enabled, FALSE
otherwise.
Examples
Example #1 A gc
_
enabled() example
<?php
if(gc_enabled()) gc_collect_cycles(
?>
See Also
← gc_enable
gc_mem_caches →
© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.