Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能的重复: 用 & 符号启动 PHP 函数是什么意思? 参考 - 这个符号在 PHP 中是什么意思? 这个签名在 PHP 中是什么意思(&)?
&函数名前面的怎么回事?它有什么作用?
&
function &fname(){ }