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 convert relevant characters in a string to HTML entities?How do I replace a word in a string in PHP?
How do I find the length of a string in PHP?
How can I remove spaces from around a string value?
How do I convert characters to HTML entities using PHP?
