J
Q. What will be the output of the following PHP code ?
<?php $n = 0; do { print $n; $n++; } while ($n != 5); ?>
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 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. Which kind of string can treats special characters inside quotes?
Q. Which of the following function is used to find files in PHP?
Q. What will be the output of the following PHP program?
Q. Which PHP operator known as "Null coalescing" operator?
Q. _________ Function is used to get the value of the previous element in an array.
Q. What is the result of the following PHP code?
Q. Which of the following is the correct way to create a function in PHP?
Discusssion
Login to discuss.