| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
memory_get_peak_usage(PHP 5 >= 5.2.0) memory_get_peak_usage — Returns the peak of memory allocated by PHP Beschreibung
int memory_get_peak_usage
([ bool $real_usage
] )
Returns the peak of memory, in bytes, that's been allocated to your PHP script. Parameter Liste
RückgabewerteReturns the memory peak in bytes. ChangeLog
|