array_count_values() dizinin içinde aynı değerde kaç kayıt var

<?
$array = array(1, “hello”, 1, “world”, “hello”);

print_r(array_count_values($array));

?>

21 Ocak 2008 | PHP | Comments

Comments:

You must be logged in to post a comment.