| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
memory_get_usage(PHP 4 >= 4.3.2, PHP 5) memory_get_usage — Returns the amount of memory allocated to PHP Beschreibung
int memory_get_usage
([ bool $real_usage
] )
Returns the amount of memory, in bytes, that's currently being allocated to your PHP script. Parameter Liste
RückgabewerteReturns the memory amount in bytes. ChangeLog
Beispiele
Example#1 A memory_get_usage() example
<?php |