How-to articles, tricks, and solutions about AMPERSAND
How to Start a PHP Function with an Ampersand
In PHP, an ampersand is put before the function name for returning a reference to the variable instead of returning the value. Learn how to do that, here.