memory_get_usageDescriptionint memory_get_usage ( void )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.
See also memory_limit. | |||