Re: [PHP] Byte Size of an array

2008-01-08 Thread Eric Butera
On Jan 7, 2008 3:45 AM, Sancar Saran <[EMAIL PROTECTED]> wrote: > Hello, > > I just wonder to how can I find a memory size of an array. > > Regards > > Sancar > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > If you're wondering how m

Re: [PHP] Byte Size of an array

2008-01-07 Thread Chris
Sancar Saran wrote: Hello, I just wonder to how can I find a memory size of an array. echo strlen(serialize($array)); -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php