More information about the Underscore mailing list

[_] Php character?

Daniel Course dancourse at gmail.com
Thu May 24 09:41:12 BST 2007

Dear uber-list,

I'm writing some PHP classes and I need to know what the ampersand  
"&" means when being passed as an argument,

function MyFunc(&$form,$arguments)
{


}

Merci,

DanC