Home / Programming MCQs / PHP MCQs / Question
S
Q. What will be the output of the following PHP code ?
<?php $name = array("Neha", "Sumi", "Abhay"); for (;count($name) < 5;) { if (count($name) == 3) print $name; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
______ is used for symbol a newline character?
What is the result of the following PHP code?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
How many functions does PHP provide for searching strings using POSIX style regular expression?
[:alpha:] can also be specified as.
The PHP date() function returns the ____.
______ symbol is a newline character.
Discusssion
Login to discuss.