R
Q. what is the output of below program?
<?php function func($a = 50) { echo "a is : $a"; } func(); ?>
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. __________ PHP functions that accepts any number of parameters.
Q. What will be the output of the following PHP code?
Q. What will be the output of the following PHP code ?
Q. Which of the following is the default file extension of PHP files?
Q. What will be the output of the following PHP code?
Q. PHP frameworks typically follow the--------design pattern.
Q. What will be the output of the following PHP code?
Q. Which PHP function is used to return the current element in an array?
Q. What will be the output of the following PHP code ?
Q. PHP’s numerically indexed array begin with position ___________ .
Discusssion
Login to discuss.