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
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What does php mean?
How can we make a constant in php?
Is a number php?
What is cookie and session in php?
How cookies are transported from servers to browsers?
How to find datatype of variable in php?
What are the common uses of php?
What is $_ env in php?
Tell me how comfortable are you with writing html entirely by hand?
How to read one character from a file?
Could we start a variable with number like $4name?
Can you define an argument as a reference type?
Can I write php code in html file?
Does php support overloading?