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
Be the first to start discuss.
Q. What is the use of PHP $_SERVER variable?
Q. What will be the output of the following PHP code ?
Q. Which one of the following function is used to capitalize first letter of each word in a string?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which PHP functions are used to find the lowest and highest values from a list of arguments?
Q. Which of the following is the correct use of the strcmp() function in PHP?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.