The __ function in PHP

Recently I bumped into a function I wasn’t familiar with in PHP, It looked like the app I was working in was wrapping just about every constant that they used in the __ function. (Yes, that is two underscores.) It turns out that this is actually an abbreviation for the gettext function, which is for … Continue reading The __ function in PHP