1.$mysqli=new mysqli('localhost','root',123456);

  var_dump($mysqli);

  =>null;

 为什么会是null?