|
memory_get_usageReturns the amount of memory allocated to PHP Description
int memory_get_usage
([ bool
$real_usage = false
] )Returns the amount of memory, in bytes, that's currently being allocated to your PHP script. Parameters
Return ValuesReturns the memory amount in bytes. Changelog
Examples
Example #1 A memory_get_usage example
<?php |