Tuesday, 4 September 2012

What will be the output of below code: <?php $x=array(1,3,2,3,7,8,9,7,3); $y=array_count_values($x); echo $y[8]; ?> | PHP

A. 43
B. 1
C. 8
D. 6

Ans: B

No comments: