sizeof

概略 count()関数のエイリアス
書式 int sizeof( mixed var [, int mode ] )
引数 var 配列
mode 再帰的にカウントするかどうかのモード
返値 配列の要素数

解説

sizeof()関数は、 count()関数のエイリアスです。