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 GroupLicensed under the Creative Commons Attribution License v3.0 or later.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

