PHP 7.0.6 Released

gc_mem_caches

(PHP 7)

gc_mem_caches Reclaims memory used by the Zend Engine memory manager

Description

int gc_mem_caches ( void )

Reclaims memory used by the Zend Engine memory manager.

Parameters

This function has no parameters.

Return Values

Returns the number of bytes freed.

User Contributed Notes

There are no user contributed notes for this page.
To Top