Would you initialize your strings with single quotes or
double quotes?
Answer Posted / rajan vardawaj
Since the data inside the single-quoted string is not parsed
for variable substitution, it’s always a better idea
speed-wise to initialize a string with single quotes, unless
you specifically need variable substitution.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
What are form input html tags?
What is the difference between substr() and strstr()?
What type of language is php?
What is csrf validation?
How can we get the error when there is a problem to upload a file?
How to retrieve the original query string?
Does session expire on closing browser?
Do you know what is use of count() function in php?
What is cakephp framework?
What is parent __construct ();?
Explain the three different kinds of Arrays?
How is csrf token generated?
Which is better get or post method?
Does php 5 support exceptions?
Tell me can you extend a final defined class?