(PHP 5 >= 5.3.0, PHP 7)
gc_enabled — Returns status of the circular reference collector
gc_enabled ( ) : bool
Returns status of the circular reference collector.
This function has no parameters.
Returns true
if the garbage collector is enabled, false
otherwise.
Example #1 A gc_enabled() example
<?php if(gc_enabled()) gc_collect_cycles(); ?>
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.gc-enabled.php