update : 2015.11.03
php.shukuma.com검색:
|
memory_get_peak_usage(PHP 5 >= 5.2.0, PHP 7) memory_get_peak_usage — Returns the peak of memory allocated by PHP 설명
int memory_get_peak_usage
([ bool
$real_usage = false
] )Returns the peak of memory, in bytes, that's been allocated to your PHP script. 인수
반환값Returns the memory peak in bytes. 변경점
|