gc_mem_caches
PHP Manual
PHP Manual»PHP Options/Info Funzioni»gc_mem_caches

gc_mem_caches

(PHP 7, PHP 8)

gc_mem_caches Reclaims memory used by the Zend Engine memory manager

Descrizione

function gc_mem_caches(): int

Reclaims memory used by the Zend Engine memory manager.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the number of bytes freed.

Vedere anche:

To Top