php安全防注入类.zip
<?php
class Params
{
public $get = array();
public $post = array();
function __construct()
{
if (!empty($_GET)) {
foreach ($_GET as $key => $val) {
if (is_numeric($val)) {
$this->get[$key] = $this->getInt($val);
} else {
$this->get
文件列表
php安全,防注入类.zip
(预估有个3文件)
php安全,防注入类
php中文网下载站.url
114B
jdfzrl.php
1KB
php中文网免费下载站.txt
219B
暂无评论