上路抗压,野爹常来

11 2021 档案

摘要:###本人网上搜集的敏感词库 https://gitee.com/likxarlit/file_php.git <?php /** * Created by PhpStorm. * User: Administrator * Date: 2021/11/11 * Time: 10:39 */ cla 阅读全文
posted @ 2021-11-11 14:13 上路抗压 阅读(492) 评论(0) 推荐(0)
摘要:<?php class DB { private $link_id; private $handle; private $is_log; private $time; //构造函数 public function __construct($db_config = []) { $this->time 阅读全文
posted @ 2021-11-09 09:57 上路抗压 阅读(138) 评论(0) 推荐(0)
摘要:class Http { /** * 发送一个POST请求 * @param string $url 请求URL * @param array $params 请求参数 * @param array $options 扩展参数 * @return mixed|string */ public sta 阅读全文
posted @ 2021-11-04 11:10 上路抗压 阅读(231) 评论(0) 推荐(0)
摘要:<?php class AES { /** * @param $key string 加密KEY * @param $iv string 加密向量 * @param $data string 需要加密的数据 * @return string */ public static function enc 阅读全文
posted @ 2021-11-03 14:46 上路抗压 阅读(589) 评论(0) 推荐(0)
摘要:/** * 支付宝 微信支付回调验签 * @param string $params 回调参数 * @param string $pkg 包名用来获取配置 * @return bool|mixed */ public static function verify($params = '',$pkg 阅读全文
posted @ 2021-11-03 14:42 上路抗压 阅读(711) 评论(0) 推荐(0)