sizeof

sizeof -- 取得一陣列的大小值或元素數目

Description

int sizeof (array array);

Returns the number of elements in the array.

See also: count()