count returns the number of elements in an array. If mode is set to
count($var)
http://www.php.net/manual/en/function.count.php
COUNT_RECURSIVE
(or 1), count()
will recursively count the array. This is particularly useful for
counting all the elements of a multidimensional array.count($var)
http://www.php.net/manual/en/function.count.php
No comments:
Post a Comment