Tell me if the variable $a is equal to 5 and variable $b is equal to character a, whats the value of $$b?
Answer / Girjesh Kumar Mishra
$$b does not have any meaning in PHP. Variable variables can be created using the ${} syntax, but it would only work if $a contained the name of an existing variable. For example: nn```phpn$a = 'my_var';n$$a = 10;necho my_var; // Outputs 10, not a.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the steps to optimize your wordpress?
Are wordpress passwords salted?
Can you host your own wordpress website?
Is wordpress free on bluehost?
How do I change my theme?
How do I make my wordpress page visible?
Can I host wordpress on my own server?
What are disadvantages of WordPress?
Explain me what is xml-rpc?
Which is better html or wordpress?
What is wpmudev?
Define what’s the difference between site_url() and home_url()?