February 2013
Intermediate to advanced
538 pages
20h 55m
English
memory_get_usage
int memory_get_usage([bool actual])Returns the current memory usage, in bytes, of the currently
running script. If actual is specified and
true, returns the actual bytes
allocated; otherwise, it returns the bytes allocated through PHP’s
internal memory allocation routines.
Read now
Unlock full access