Re: [PHP-WIN] Ampersand before function name

2004-05-25 Thread Jeroen Serpieters
On Tue, 25 May 2004, Ross Honniball wrote: > > function & funcname ($parm) {} > With the ampersand you return a reference to a variable instead of the value. -- Jeroen Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. --

[PHP-WIN] Ampersand before function name

2004-05-25 Thread Ross Honniball
Just curious about what the apmersand does in this context: function & funcname ($parm) {} (Can't find it in the manual for some reason) . . Ross Honniball. JCU Bookshop Cairns, Qld, Australia. . -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php