What will be the output of the following PHP
code?
<?php
$fruits = array("mango", "apple", "pear",
"peach");
$fruits = array_flip($fruits);
echo (Sfruits[0]);
?>
Options
mango
Error
peach
O pear
Answers
Answered by
1
It will show an Error because Sfruits is not provided in the context
Similar questions
Science,
3 months ago
Science,
7 months ago
Social Sciences,
7 months ago
Social Sciences,
1 year ago
History,
1 year ago