php man page for gc_enabled

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 collector

SYNOPSIS
bool gc_enabled (void )
DESCRIPTION
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(3) example <?php if(gc_enabled()) gc_collect_cycles(); ?>
SEE ALSO
Garbage Collection. PHP Documentation Group GC_ENABLED(3)
Related Man Pages
set_magic_quotes_runtime(3) - php
extension_loaded(3) - php
ftp_get_option(3) - php
apc_load_constants(3) - php
fbsql_autocommit(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator