摘要:
运行后过段时间报错, Warning: Error while sending STMT_PREPARE packet. PID=1776 in D:\phpStudy\WWW\api\mysql-master\src\Connection.php on line 1739 其内容在mysql类里面 阅读全文
摘要:
<?phpheader("Content-type: text/html; charset=utf-8"); try{$aaa = 0;if ($aaa == 9) {echo 9999;} else {throw new Exception('file is not exists');}} cat 阅读全文