Returns the amount of memory, in bytes, that's currently being allocated to your PHP script.
memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit configuration option.
real_usage was added as of PHP 5.2.0.
See also memory_get_peak_usage() and memory_limit.
| Zurück | Zum Anfang | Weiter |
| memory_get_peak_usage | Nach oben | php_ini_scanned_files |