February 2013
Intermediate to advanced
538 pages
20h 55m
English
memory_get_peak_usage
int memory_get_peak_usage([bool actual])Returns the peak memory usage so far, 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.