In PHP ,you can use both single quotes (") & double quotes ( " " ) for strings. true or false.
Answers
Answered by
1
HERE IS YOUR ANSWER :
Yes
It is slightly faster to use single quotes. PHP won't use additional processing to interpret what is inside the single quote. when you use double quotes PHP has to parse to check if there are any variables within the string.
hope it's helpful for you ✌️✌️
Similar questions