Is there any way to get memory_get_usage() and memory_get_peak_usage() to work on windows ? (php version 5.2) I get an undefined function fatal error.
Is there any way to get memory_get_usage() and memory_get_peak_usage() to work on windows ?
Share
Check out the explanation at ibm.com about PHP and memory. There is also an explanation how to receive the memory information with a shell command on windows: