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 / sandhya
If the $a is equal to 5 and $b is equal
to character a,so
$a=5;
$b="a";
$$b = $( $b ) = $ ( 'a' ) = $a = 5 ;
Of course Answer should be 5 !!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is numeric in php?
Which function gives us the number of affected entries by a query?
What is htmlentities function in php?
What is the use of die in php?
How to uploaded files to a table?
What is lazy loading in php?
How to check a variable is array or not in php?
What are the features of object-oriented programming in php?
What are the variables in php?
What is difference between md5 and SHA256?
What is nginx and what is it used for?
Is php object oriented?
What is the difference between characters and #?
What is the mysql injection?
What are the php functions?