入队列<?php$redis=newRedis();$redis->connect(&039;127.0.0.1&039;,6379);$password=&039;123456&039;;$redis-...
解决方案cosrtp5行为(具体参考TP5官方手册)//实际就是钩子你需要在你的BaseController里注册钩子(TP5官方也叫做添加行为标签位)<?phpnamespaceapp\api\behavior;...
使用总结在控制器中模型操作get()和all()只能单独使用来查询数据想要链式操作查询数据需要使用find()和select()这里返回的都是对象集在User控制器中useapp\console\model\User...
单独在模型里面设置:(推荐)protected$autoWriteTimestamp=true;//int型protected$autoWriteTimestamp=&039;datetime&039;...
functionclean_xss(&$string,$low=False){if(!is_array($string)){$string=trim($stri...
functionshuffle_assoc($array){if(!i...
<?phpfunctiontime_tran($th...
phpqrcode类下载地址:https://sourceforge.net/projects/phpqrcode/files//*生成二维码图片@paramstring$content内容@paramst...
<?php/***数组转xls格式的excel文件*@paramarray$data需要生成excel文件的数组*@paramstring$filename生成的excel文...