What is the usage of { } in string handling in php?
For instance if you have a variable called $multiplier and you want to write something like this: 10x whatever, then you can't write $multiplierx in your echo statement but you could write {$multiplier}x
Comment on this Question and Answer >>>
ASK A QUESTION
More strings PHP Questions
How do I fetch the meta tags from a webpage using PHP?how to compare strings in PHP?
How do I join strings together?
How do I find the ASCII value of a string character?
How do I turn a string into an array?
