Meaning/purpose of the mysqli “at” symbol
本问题已经有最佳答案,请猛点这里访问。
在阅读mysqli函数的PHP文档时,我遇到了一些不确定其含义的代码:
1 | $mysqli = @new mysqli('localhost', 'fake_user', 'my_password', 'my_db'); |
"@"是什么意思?它的目的是什么?
http://php.net/manual/en/mysqli.connect-errno.php
http://php.net/manual/en/language.operators.errorcontrol.php