What's "&" in front of function names?
Possible Duplicates:
What does it mean to start a PHP function with an ampersand?
Reference - What does this symbol mean in PHP?
What does this signature mean(&) in PHP?
What's up with the &
in front of function names? What does it do?
function &fname(){
}
链接地址: http://www.djcxy.com/p/57246.html
上一篇: 函数之前的&符号(&)意味着什么?
下一篇: 函数名称前的“&”是什么?