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 you are passing the data by refrence, and not making a copy of it. in your example, print( $orignum ); would output 15. This allows the function access to data outside of it's normal scope