【发布时间】:2011-05-08 06:37:20
【问题描述】:
可能重复:
What is the use of the @ symbol in PHP?
Reference — What does this symbol mean in PHP?
使用<?php echo @$fnameerror; ?> 是什么意思。为什么在 php 中使用 @ 之前的变量
【问题讨论】:
-
见【php中@符号有什么用? ](stackoverflow.com/questions/1032161/…)。
-
@Matthew 我感觉 shaz 知道它一般会做什么,只是不知道为什么它会被用来作为变量的前缀。
标签: php