Home »
Unlabelled »
<?php $x=array("aaa","","ccc","ddd",""); $y=array_unique($x); echo count($x) . "," . count($y); ?> Find the Output? | PHP
<?php $x=array("aaa","","ccc","ddd",""); $y=array_unique($x); echo count($x) . "," . count($y); ?> Find the Output? | PHP
A. 3,1
B. 3,3
C. 5,5
D. 5,4
Ans: D
No comments:
Post a Comment