Hello everybody, i have  strange  behaviour  with sizeof().
mysql_fetch_array () return for me empty array, when i count this array by
sizeof() it return 1, serialized array is look like this: b:0; check it:
<?php print sizeof ( unserialize ( "b:0;" ) ); ?> it will print 1 .. why ?
what is b:0 ? why mysql_fetch_array don't return false, when query result is
empty ?



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

Reply via email to