There is memory_get_usage() but it returns the amount of memory allocated to PHP.
http://us3.php.net/manual/en/function.memory-get-usage.php > I'm wondering if there's something similar to the C sizeof operator in > PHP? I would like to find out how much space in memory a variable is > actually using (and possibly adjust the max memory per script > accordingly). > > No, sizeof() http://us3.php.net/sizeof is not what I want :-( > > Thanks! > > Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php