If the variable $a is equal to 5 and variable $b is equal to character a, what's the value of $$b?
Answer Posted / Shilpi Goswami
The value of $$b would be 'a', because $b initially holds the character 'a'. When we use double dollar signs ($$), it allows us to represent PHP variables within strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers