References in function definitions and parameter definitions

zewebtedy

New Member
Heya, so I understand how the following should be used:\[code\]function test(&$obj) { {...}}\[/code\]But what does the following represent?\[code\]function &test(&$obj) { {...}}\[/code\]Any help would be appreciated.
 
Back
Top