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. Which of the below statements is equivalent to $sum+= $sum ?
Q. Which of the following practice is/are not supported by PHP?
Q. Which of the following function is used to compress a string in PHP?
Q. Variables always start with a _____ in PHP
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What’s the use of trim() function in PHP?
Discusssion
Login to discuss.