PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
It means that the function returns a reference to a variable. In PHP4 it is usually used to return a reference to an object created in the function. But it can also be used to return a reference to other data in circumstances.