N
Q. What will be the output of the following PHP code?
<?php $num = 10120; $num1 = (array) $num; echo $num1[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 is the output of below program?
Q. What will be the output of the following PHP code ?
Q. Why using Exception Handling in PHP?
Q. Which of the following function is used to unset a variable in PHP?
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Q. what is the output of below program?
Q. There are ............ error levels are available in PHP?
Q. Type Hinting was introduced in which version of PHP?
Q. What will be the output of the following PHP code?
Q. Which of the following PHP functions accepts any number of parameters?
Discusssion
Login to discuss.