php参数数据过滤安全类.zip
<?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($lo
文件列表
php参数数据过滤安全类.zip
(预估有个3文件)
php参数数据过滤安全类
php中文网下载站.url
114B
canshu.php
3KB
php中文网免费下载站.txt
219B
暂无评论