Reclaims memory used by the Zend Engine memory manager
Syntax
gc_mem_caches(): int
Return
Returns the number of bytes freed.
Examples
<? $return = gc_mem_caches(); var_export($return); ?>
57344
Reclaims memory used by the Zend Engine memory manager
gc_mem_caches(): int
Returns the number of bytes freed.
<? $return = gc_mem_caches(); var_export($return); ?>
57344