Would you initialize your strings with single quotes or
double quotes?
Answer Posted / srimanta chakraborty
if in the special character is there then initialize with
double quotes else single quotes, as it will become fast.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is str_replace()?
List types of array are available in php?
What is a persistence cookie?
What is helper function?
How is it possible to set an infinite execution time for php script?
How to create a session? How to set a value in session? How to remove data from a session?
What is global array in php?
What enctype is required for file uploads to work?
What is escaping to php?
What is the difference between htmlentities and htmlspecialchars in php?
What is difference Between PHP 5 and 7?
What is php artisan tinker?
Why php is also called as scripting language?
What is split function in php?
Explain me how failures in execution are handled with include() and require() functions?