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
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which one of the following functions will convert a string to all uppercase?
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. Variables always start with a _____ in PHP
Discusssion
Login to discuss.