memory_get_usage(PHP 4 >= 4.3.2, PHP 5) 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. Список изменений
 
 Примеры
 Пример #1 A memory_get_usage() example 
<?php | 
||||||||