PHP3 Manual
Prev
Next
sizeof
sizeof -- get size of array
Description
int sizeof(array array);
Returns the number of elements in the array.
See also:
count()
Prev
Home
Next
rsort
Up
sort