update : 2015.11.03
php.shukuma.com검색:
|
memory_get_usage(PHP 4 >= 4.3.2, PHP 5, PHP 7) memory_get_usage — Returns the amount of memory allocated to PHP 설명
int memory_get_usage
([ bool
$real_usage = false
] )Returns the amount of memory, in bytes, that's currently being allocated to your PHP script. 인수
반환값Returns the memory amount in bytes. 변경점
예제
Example #1 A memory_get_usage() example
<?php |