Blog
JavaScript – String.prototype.expand()
In PHP, there are a few ways in which you can specify a string which, if it contains a variable name, the corresponding value will replace it. This process is referred to as string expansion and is talked about here on PHP.net. Unfortunately, there is no real way to implement Read more…