1.$mysqli=new mysqli('localhost','root',123456);
var_dump($mysqli);
=>null;
为什么会是null?
上一篇:laravel 执行migrate出现异常
下一篇:vagrant+phpStorm配置xdebug