What's the use of braces in a string literal?
I am currently reading "Professional PHP5", I encountered the following code and do not understand the use of the curly braces, "{}". Please tell me.
print "<h1>Individual - {$objEntity->__toString()}</h1>";
May the force be with you.
|