摘要:
<?php //Code By Safe3 function customError($errno, $errstr, $errfile, $errline) { echo "<b>Error number:</b> [$errno],error on line $errline in $errfile<br />"; die(); } set_error_handler("customError",E_ERROR); $getfilter="'|(and|or)\\b.+?(>|< 阅读全文
posted @ 2012-11-09 09:23
zhjahch
阅读(877)
评论(0)
推荐(0)