S
Q. What will be the output of the following PHP code?
<?php $score = 1234; $scoreboard = (array) $score; echo $scoreboard[0]; ?>
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. What should be the correct syntax to write a PHP code?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the Release date of latest version (7.2) of php?
Q. What will be the output of the following PHP code ?
Q. Which one of the following function is used to remove blank space 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. A variable declared outside a function has a ____.
Q. Which PHP function is used to get the square root of the given number?
Discusssion
Login to discuss.