Hi Guys,

I was just reading some source code and came across something I have not seen before, method identifiers prepended with an ampersand:

function &myfunction(){
//Process
}

I've had a look online but can't quite figure out what purpose this has? I understand passing in variables by refererence. Is this similar?

Many thanks for any help,

Best regards,

Juno.

    Write a Reply...