实例
$stmt->execute(['email'=>$email,'password'=>$password]);
$stmt->debugDumpParams();
运行实例 »点击 "运行实例" 按钮查看在线实例
在execute执行后,添加$stmt->debugDumpParams();
会暴露出真正的sql语句,放到sql命令里面执行,看执行结果
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!