PHP » GoLang |
login |
register |
about
|
GoLang memory_get_usage
request it (382)
GoLang replacement for PHP's memory_get_usage
[edit | history]
memory_get_usage(PHP 4 >= 4.3.2, PHP 5, PHP 7) memory_get_usage — Returns 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 |
more
Recently updated
more
Most requested
more
Last requests
|