以下介紹它的用法.
例如:
複製程式碼 程式碼如下:
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教程有興趣的朋友有所幫助。