php参数数据过滤安全类.zip

时间:2022-07-31 03:37:51
【文件属性】:
文件名称:php参数数据过滤安全类.zip
文件大小:2KB
文件格式:ZIP
更新时间:2022-07-31 03:37:51
类库下载-php参数数据过滤安全类 <?php class mysafe{ public $logname; public $isshwomsg; function __construct(){ set_error_handler('MyError',E_ALL); //----- } function MyError($errno, $errstr, $errfile, $errline){ echo "Error number: [$errno],error on line $errline in $errfile"; exit; } function wlog($logs){ if(empty($logname)){ $this->logname=$_SERVER["DOCUMENT_ROOT"]."/log.htm"; } $Ts=fopen($this->logname,"a "); fputs($Ts,$logs."\r\n"); fclose($Ts); } function showmsg($msg='',$flag=false){ $this->isshwomsg=empty($this->isshwomsg) ? false : true; if ($this->isshwomsg) { echo '--------------------------------------'; echo $msg; echo '--------------------------------------'; if ($flag) exit;这是一个php参数数据过滤安全类,需要的朋友可以下载使用
【文件预览】:
php参数数据过滤安全类
----php中文网下载站.url(114B)
----canshu.php(3KB)
----php中文网免费下载站.txt(219B)

网友评论