Hard
What is the output of the following code ?
$jsonobj = '{"Peter":35,"Ben":37,"Joe":43}';
$arr = json_decode($jsonobj, true);
print $arr->Ben;
Author: ThéoStatus: PublishedQuestion passed 625 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about PHP