Home / Programming MCQs / PHP MCQs / Question
R
Q. what is the output of below program?
<?php $cars=array("Maruti","Honda","BMW"); echo sizeof($cars) + 1; ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following PHP code?
What will be the output of the following PHP code?
Stristr() is same to Strstr() except that ______
What will be the output of the following PHP code ?
What is the result of the following PHP code?
what is the output of below program?
Which PHP constant returns the size of an integer in bytes?
Which of the following PHP statements will output Hello interview Mania on the screen?
Discusssion
Login to discuss.