PHP マニュアル
前のページ
次のページ
sizeof
sizeof -- 配列の要素数を取得する
説明
int sizeof
(array array);
配列の要素の数を返します。
count
も参照下さい。
前のページ
Home
次のページ
shuffle
Up
sort