DEV Community

Discussion on: In response to "Yes, PHP Is Faster Than C#"

Collapse
 
jacekandrzejewski profile image
Jacek Andrzejewski

You could use memory_get_peak_usage or memory_get_usage to check how much memory is used in PHP. Just add the first one at the end of script.