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. Which is the correct syntax of defining function return type in PHP?
Q. Which of the following is the use of strlen() function in PHP?
Q. What is the result of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. What is the complete syntax of PHP date() function?
Q. In comparison with associative arrays vector are often ________
Q. If you want to check if a string is equal to another string which function you can use?
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.