What on Earth does a single underscore then parenthesis mean in PHP? _()

Further to my previous post on the double underscore __() …

I’ve just discovered that this seems to be quite a common practice for writing code for translation.

The ZEND framework translate functionality uses a, similar, single underscore then the string in parenthesis.

_()

php devil

Leave a Reply