Hi,

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

--
Matt Blasinski (mbv)
Software Engineer
Internet Infrastructure Applications Technology
Division of Information Technology
3121 Computer Science and Statistics
1210 West Dayton Street
Madison WI 53706
Work (608) 262-2286
Personal Cell (608) 347-6940

<?php
        echo "You can have it fast, cheap, or working.  Choose two.";
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to