Question: what is the output of this code? array ( web = > 9 4 , db = > 9 6 )

what is the output of this code?
array ("web"=>94,"db"=>96),
"ali" =>array("web"=>98,"db"=>92)
);
while( $k= key($grds)){
while($kk = key($grds[$k])) echo $grds[$k][$kk]."
";
next($grds);
}
?>
all the elements of the array
fatal error
the elements of "ali"
the elements of "ahmad"
None of the above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!