To get an array's length in PHP, you can use either the sizeof() or count() function. The sizeof() function is just an alias of the count() ...
確定! 回上一頁