On Wednesday 19 November 2003 23:24, Jeff McKeon wrote:
> How would I count the number of elements in an array that had a certain
> value?
>
> In other words, if I have
>
> $fruit = array(orange,orange,apple,bananna,orange,apple,pear);
>
> How could I get the number of elements from $fruit where the value is
> "orange"?

array_count_values()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
They also surf who only stand on waves.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to