Home »
Unlabelled »
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
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
No comments:
Post a Comment