Home / Programming MCQs / PHP MCQs / Question
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
What will be the output of the following PHP code ?
If your object need to inherit behavior from different sources you should use _________
What will be the output of the following PHP code ?
What will be the output of the following PHP code?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
Which of the following in-built function will add a value to the end of an array?
What should be the correct syntax to write a PHP code?
Which of the following function is used to compress a string?
Discusssion
Login to discuss.