请输入密码访问
Watcher.php<?phpnamespace think\swoole;use think\swoole\watcher\Driver;/** * @mixin Driver */c...
使用方法:php think code 表 模块儿 路径codesys.php<?phpuse app\code\command\Controller;use think\Console;...
数据列表操作启用、禁用<!--{if auth("state") and $vo.status eq 1}--> <a class="lay...
xdebug 配置php.inixdebug 2.0配置[xdebug]xdebug.remote_enable=Onxdebug.remote_autostart=Offxdebug.remo...
clienttcp_client.php<?php// 连接 swoole tcp 服务$client = new swoole_client(SWOOLE_SOCK_TCP);if(!$...
class Img{ private static $instance; /** * 初始化 * @access public * @param array ...
数组随机取function array_random ($number, $ary) { // @number 需要取多少个元素 // @ary 原数组 $final = [...
1.Connection$redis = new Redis();$redis->connect('127.0.0.1',6379,1);//短链接,本地host,端口为6379,超过1秒...
MongoDB的PHP驱动提供了一些核心类来操作MongoDB,总的来说MongoDB命令行中有的功能,它都可以实现,而且参数的格式基本相似。PHP7以前的版本和PHP7之后的版本对MongoD...