Hello people,
A few weeks ago, I found out how to escape array elements in a string (like this: $string = "My array element is {$array['element']}").
Now I'm VERY curious about the possibility to escape a function, i.e.:
$string = "My function result is {function('paramaters')}"
(BTW, I've tried this and it doesn't work.)
I've looked everywhere and I couldn't find anything.
So, is something like this actually possible?
Anyone care to share their wisdom on this?