$link = @mysql_connect("{$host}:{$port}",$user,$pwd,true);这个语句和
$link = mysql_connect($host,$port,$user,$pwd);有什么不同吗?同时也想知道双引号里的是什么意思。谢谢了~
相关分类