|
-
January 26th, 2010, 10:50 AM
#5
Re: PHP and Memory
Thanks, most of my functions dont exceed 5-10 lines of code...which confuses me more!
As for the memory usage, I use php for that:
round((memory_get_usage() /1024), 2)
and
round((memory_get_usage(true) /1024), 2)
Im developing on shared hosting, but on a linux system using apache, PHP5.2.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|