R
Q. find the output of below code
<?php class cppbuzz { public $var; function __construct() { return "cppbuzz"; } } $cppbuzz = new cppbuzz; echo $cppbuzz->var; ?>
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. Which of the below symbols is a newline character?
Q. ______ is used for symbol a newline character?
Q. PHP’s numerically indexed array begin with position ___________ .
Q. What will be the output of the following PHP code ?
Q. PHP is an example of ___________ scripting language.
Q. Which is not a valid variable scope in PHP?
Q. How many types of arrays are there in PHP?
Q. From the following what statement is equivalent to $add+=$add ?
Discusssion
Login to discuss.