Correct use of PHP’s ‘at’ operator with speed benchmark
In PHP placing an @ symbol in front of an expression (variable or function call) tells php to suppress any error messages that expression generates. I find this to be a handy piece of syntactic sugar. When used correctly the … Continue reading