Q:

What will be the output of the following PHP code?

0

What will be the output of the following PHP code?


  1. Array ( [0] => pasta [1] => steak [2] => fish [3] => potatoes )
  2. Array ( [1] => steak )
  3. Array ( [0] => potatoes )
  4. Array ( [3] => potatoes )

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Array ( [1] => steak )

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Say we have two compare two strings which of the f... >>
<< How many functions does PHP offer for searching an...