在线文档教程
PHP

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.

https://secure.php.net/manual/en/function.gc-enabled.php