windows下安装redis php
安装redis, https://www.jb51.net/article/218746.htm
下载php redis扩展,https://pecl.php.net/package/redis
参考文档配置https://blog.csdn.net/MesterHe/article/details/124122154
安装redis, https://www.jb51.net/article/218746.htm
下载php redis扩展,https://pecl.php.net/package/redis
参考文档配置https://blog.csdn.net/MesterHe/article/details/124122154
<?phpheader("Content-type:text/html;charset=utf-8");set_time_limit(0);class SQLite{&nbs...
php后端//上传 public function upload(){ &nbs...
html <style> html {...
<?php header("Content-type:text/html;charset=utf-8"); $db = new PDO(&q...
paypal账户登录后,依次点击setting - 账户设置 - 产品与服务 - 网站付款 - 网站习惯设定自动返回开启,填写URL付款数据传输 开启创建sandbox账号https://develo...
/** * 把数字1-1亿换成汉字表述,如:123->一百二十三 * @param [num] $nu...