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 / nickle
$a = 5
$b = 'a'
$$b=100
bcoz $$b is a reference to existing variable.as $b=100 by
ascii...it is true.........!!!!
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is age an interval or ratio?
Explain scalar type declarations in php7?
How do I run a php script in windows?
Do you know what is php?
Explain the ternary conditional operator in php?
What is the array in php?
What is an object in php?
How can you get web browser’s details using PHP?
Is null or empty c#?
Write a program to upload a file in php?
How to increase the maximum execution time of a script in php?
Tell me what are the encryption techniques in php?
What is difference between echo and print_r in php?
How do I update php?
Which variable declarations within a class is invalid in php?