|
PHP5中文手册
memory_get_peak_usage(PHP 5 >= 5.2.0) memory_get_peak_usage — Returns the peak of memory allocated by PHP 说明
int memory_get_peak_usage
([ bool $real_usage
] )
Returns the peak of memory, in bytes, that's been allocated to your PHP script. 参数
返回值Returns the memory peak in bytes. 更新日志
|