Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

gc_mem_caches

Description

The gc_mem_caches of Options / Information for PHP reclaims memory used by the Zend Engine memory manager.

Syntax

gc_mem_caches(): int

Return

Returns the number of bytes freed.

Examples

1

<?

$return = gc_mem_caches();

var_export($return);

?>
57344
HomeMenu