gc_enabled

PHP 5 >= 5.3.0, PHP 7, PHP 8
gc_enabled - Returns status of the circular reference collector
Manual
Code Examples

gc_enabled( ): bool

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.

Example of gc_enabled

Show all examples for gc_enabled

PHP Version: