|
memory_get_usageReturns the amount of memory allocated to PHP Beschreibung
int memory_get_usage
([ bool
$real_usage = false
] )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
Beispiel #1 A memory_get_usage example
<?php |