Data Type Php

$array = array(1, "hello", 1, "world", "hello");
array_count_values($array);
?>