What is the sign to start variables in PHP?
Answer / Deepak Uttam
The sign to start variables in PHP is a '$' symbol. Example: $myVariable;
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know design patterns. List few?
how long a default session stay in php?
Does php 5 support exceptions?
What is interface? Why it is used?
What is the differences between $a != $B and $a !== $B?
What is the scope of a variable defined in a function?
Explain about getters and setters in php?
How to find current date and time?
What is string in php?
Why do we use query?
How can we display the output directly to the browser?
Explain me what is x+ mode in fopen() used for?