Returns the number of elements in
var, which is typically an array
(since anything else will have one element).
If var is not an
array, 1 will be returned
(exception: count(NULL) equals
0).
|
Please see the
Arrays section of the manual for a detailed explanation
of how arrays are implemented and used in PHP.
See also is_array(),
isset(), and
strlen().