1 Star 0 Fork 0

Dave/h5sy.nf305.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index_2.php 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dave 提交于 2021-06-30 20:20 . inter
<?php
ini_set('default_socket_timeout', -1);
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
$redis->auth('yukubbs_swidc');
//$result = $redis->set('test',"11111111111");
//var_dump($result);
echo "Server is running: " . $redis->ping();
exit();
date_default_timezone_set('PRC');
echo date('Y-m-d H:i:s');
echo phpinfo();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shuai_nie/h5sy.nf305.com.git
[email protected]:shuai_nie/h5sy.nf305.com.git
shuai_nie
h5sy.nf305.com
h5sy.nf305.com
master

搜索帮助