0
Would you initialize your strings with single quotes or double quotes?
Posted by The Blogger
on
12:34 AM
in
php
or what is the difference between single and double quotes?
Answer:
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.
tags: php interview questions, php interview question Would you initialize your strings with single quotes or double quotes,Would you initialize your strings with single quotes or double quotes, what is the difference between single and double quotes
Post a Comment