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 nominal or ordinal?
Is server side a session?
For image work which library is used in php?
Is python easier than php?
What is different types of visibility?
What are the uses of implode() function?
What is overriding in php?
Which php framework is best for beginners?
What is the functionality of the functions strstr() and stristr()?
How to delete a file from the system?
Can php variables have numbers?
How do you remove whitespace from the beginning and end of a $string variable?
What is the use of mysql_fetch_array in php?
What is $_ files in php?
How can we check the value of a given variable is alphanumeric?