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 / rakesh r
$a = 5
$b = 'a'
$$b = ?
$b value is a
so, $$b = $a = 5
hence, ans is 5
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Explain the ternary conditional operator in php?
How do you destroy a particular or all Sessions?
How to test if a variable is an array?
What is the difference between the functions strstr() and stristr()?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What is a persistence cookie?
What is difference between include,require,include_once and require_once()?
Do I need apache for php?
For image work which library is used in php?
How cookies are transported from browsers to servers?
How escape single quotes php?
What is difference between explode() or split() in PHP?
Where do we use get and post?
What is the difference between characters 34 and x34?
What is different between software and app