Y
Q. What will be the output of the following PHP code?
<?php function calc($num1, $num2) { $total = $num1 * $num2; } $result = calc(42, 0); echo $result; ?>
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. Which PHP function is used to check if a specified value exists in an array?
Q. Which of the following is used to instantiate an object in PHP assuming the class name to be Foo?
Q. Which PHP constant returns the size of an integer in bytes?
Q. Which of the following PHP function is used to generate unique id?
Q. [:alpha:] can also be specified as.
Q. A------is a platform to create PHP web applications
Q. Which practice used to call several methods or functions of the class in one instruction?
Discusssion
Login to discuss.