PHP3 手冊
Prev
Next
sizeof
sizeof -- 取得一陣列的大小值或元素數目
Description
int sizeof
(array array);
Returns the number of elements in the array.
See also:
count()
Prev
Home
Next
rsort
Up
sort