S
Q. Which of the following php statement/statements will store 111 in variable num? 1. int $num = 111; 2. int mum = 111; 3. $num = 111; 4. 111 = $num;
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. PHP know constructors by the name
Q. What will be the output of the following PHP code?
Q. What is the explanation of Error level E_ERROR?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which of the following function is used to sort an array in descending order?
Q. What is the result of the following PHP code?
Discusssion
Login to discuss.