PHP function memory_get_usage()

Availability in versions: PHP 4.3.2

Returns the amount of memory allocated to PHP

Parameters

Parameter Data type Default value Note
$real_usage bool null Set this to true to get the real size of memory allocated from system. If not set or false only the memory used by emalloc() is reported.

Return values

int

the memory amount in bytes.

Other resources

Official documentation for memory-get-usage

Newsletter

Nejlepsi tipy a triky o PHP do Vaseho e-mailu. Clanky a novinky nejen ze sveta PHP a programovani.