array_count_valuesarray_count_values (PHP 4, PHP 5) array_count_values -- Counts all the values of an array Descriptionarray array_count_values ( array input )
array_count_values() returns an array using
the values of the input array as keys and
their frequency in input as values.
Example 1. array_count_values() example
<?php $array = array(1, "hello", 1, "world", "hello"); print_r(array_count_values($array)); ?>
|
The above example will output: Array
(
[1] => 2
[hello] => 2
[world] => 1
) |
|
See also count(),
array_unique(),
array_values(), and
count_chars().
|

 |
Links |
|
IX Web Hosting $6.45/mo- 400GB Diskspace
- 2500GB Bandwidth
- Host 8 Domains
- PHP Perl CGI SSI
- MySQL PostgreSQL
- 3 Free Domain For Life
- Additional costs for Windows plan + $2.50:ASP/.NET, Cold Fusion, ODBC/DSN, MSSQL
iPowerWeb $7.95/mo- 50GB Diskspace
- 750GB Bandwidth
- CGI Perl PHP SSI SSL MySQL
- Free Domain Name
AN Hosting $6.95/mo- 250GB Diskspace
- 2500GB Bandwidth
- Host 20 Domains
- PHP RoR Python CGI SSI Unlimited MySQL DB
- Free Domain for Life
- 30 Day Money Back
- 99% Uptime Guarantee
|
 |



 |
Partners |
|
|
 |

|