Rumah > Artikel > pembangunan bahagian belakang > put your head on my shoulder php at@符号的用法简介
下面介绍一下它的用法.
例如:
复制代码 代码如下:
function db_connect()//连接数据库
{
@$db =mysql_connect('localhost','root','test');
if(!$db)
throw new Exception('连接数据库失败!请重试!');
mysql_select_db('book');
return $db;
}
以上就介绍了put your head on my shoulder php at@符号的用法简介,包括了put your head on my shoulder方面的内容,希望对PHP教程有兴趣的朋友有所帮助。