Computer Science, asked by royanuj582, 15 hours ago

In PHP ,you can use both single quotes (") & double quotes ( " " ) for strings. true or false.​

Answers

Answered by Anonymous
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