sizeof

(PHP 3, PHP 4 )

sizeof -- Get the number of elements in an array

설명

int sizeof ( array array)

Returns the number of elements in the array.

See also count().