PHP Classes

memory_get_usage

Recommend this page to a friend!

      RImageManipulator  >  All threads  >  memory_get_usage  >  (Un) Subscribe thread alerts  
Subject:memory_get_usage
Summary:Important note!
Messages:1
Author:Riccardo Brambilla
Date:2007-02-28 16:52:58
 

  1. memory_get_usage   Reply   Report abuse  
Picture of Riccardo Brambilla Riccardo Brambilla - 2007-02-28 16:52:58
For those who sent me feedback about problems with memory_get_usage():

FROM PHP manual:

memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit configuration option.

So if you get messages like:

Fatal error: Call to undefined function: memory_get_usage() in C:\test\rimagemanipulator\RImageManipulator.class.php on line 1165

check your php configuration.