PHP Array?
|
Which function should I use to get the number of array Elements in PHP? I always use "foreach" to do that!!! but,sure there is a PHP function to do it. other question: what is the maxi. size for PHP Array? YoGa |
Re: PHP Array?
|
is it "count(ARRAY)"? But,...my test code is not working!! YoGa |
Re: PHP Array?
Link |
by
![]() |
example:$count = count($things); ![]() ![]() ![]() |
Re: PHP Array?
|
yea..It works! I have found many things like that in php.net. Thanks 4 all. YoGa |