Query: gc_enabled
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GC_ENABLED(3) 1 GC_ENABLED(3) gc_enabled - Returns status of the circular reference collectorSYNOPSISbool gc_enabled (void )DESCRIPTIONReturns status of the circular reference collector.PARAMETERSThis function has no parameters.RETURN VALUESReturns TRUE if the garbage collector is enabled, FALSE otherwise.EXAMPLESExample #1 A gc_enabled(3) example <?php if(gc_enabled()) gc_collect_cycles(); ?>SEE ALSOGarbage Collection. PHP Documentation Group GC_ENABLED(3)
| Related Man Pages | 
|---|
| gc(1l) - centos | 
| php_check_syntax(3) - php | 
| isset(3) - php | 
| readahead-collector(8) - hpux | 
| get_magic_quotes_runtime(3) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| Simple rules of the UNIX.COM forums: | 
| User Guide: Posting in the Emergency Forum | 
| Forum Video Tutorial: How to Use Code Tags | 
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |