If the variable $a is equal to 5 and variable $b is equal to
character a, what’s the value of $$b?
Can anyone explain how's the value of $$b=100
Answer Posted / php don
All guys who are saying ans is 100 are not good in programming.
The right answerer is 5 so guys don't put wrong answerers
and to the guys who are referring plz do check this code its
simple to find out by yourself then to believe this stupids
who say its reference and 100 actual answer is 5 and not 100
<?php
$a=5;
$b="a";
echo $$b;
?>
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Starting or restarting a computer is called
What does a special set of tags do in php?
What is new static in php?
What is the function file_get_contents() useful for?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
in PHP for pdf which library used?
Explain about getters and setters in php?
What is difference between core php and framework?
Which function parses an English textual date or time into Unix timestamp in PHP.
Explain php explode() function.
What is the difference between php traits vs interfaces?
How can you retrieve data from the mysql database using php?
Explain converting an object?
Tell me what is the use of "ksort" in php?
Tell me what type of operation is needed when passing values through a form or an url?