Dostupnost ve verzích: PHP 7.0
Reclaims memory used by the Zend Engine memory manager
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
int
Returns the number of bytes freed.
Další zdroje
Oficiální dokumentace funkce gc-mem-caches
Dostupnost ve verzích: PHP 4.3.2
Returns the amount of memory allocated to PHP
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$real_usage
bool
null
Set this to true to get the real size of memory allocated from system. If not set or…
Dostupnost ve verzích: PHP 5.2.0
Returns the peak of memory allocated by PHP
Parametry
Parametr
Datový typ
Výchozí hodnota
Poznámka
$real_usage
bool
null
Set this to true to get the real size of memory allocated from system. If not set or…