gc_mem_caches

(PHP 7, PHP 8)

gc_mem_caches Reclaims memory used by the Zend Engine memory manager

Descrição

gc_mem_caches(): int

Reclaims memory used by the Zend Engine memory manager.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the number of bytes freed.

Veja Também

To Top