The ampersand indicates that the function is returning by reference:

http://www.php.net/references.return

Chris
René Fournier wrote:

Oops... I mean, what's the difference between

function &myfunction() {
    }

and

function myfunction() {
    }

?


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to