CMS时间戳函数strtotime,php自带的时间戳获取函数:strtotime常用参数介绍:var_dump(date(Y-m-d,strtotime(lastdayoflastmonth,time())))////上个月...
CMS文件/文件夹操作,zip文件解压到指定目录:\Phpcmf\Service::L(file)-unzip($zipfile, $path)zipfile 指zip文件路径path 指解压的目录zip压缩指定目录
CMScookie类方法,存储\Phpcmf\Service::L(input)-set_cookie(变量名称,变量值,有效期,秒)获取\P...
CMS下载远程文件,函数名称:dr_catcher_data函数作用:将http的网络资源下载存储到变量中,类似于file_get_contents函数的加强版函数格式:dr_catcher_data($url地址,$超...
CMS增加交易流水记录,增加交易流水记录方法介绍\Phpcmf\Service::M(Pay)-add_paylog([uid=交易人uid号,username&#3...
CMSIP类函数,当前访客的IP\Phpcmf\Service::L(input)-ip_address()当前访客的agent\Phpcmf\Service::L(input...
CMSsession类方法,保存\Phpcmf\Service::C()-session()-set(变量名称,变量值)读取\Phpcmf\Service::C()-session...
CMS判断表是否存在,\Phpcmf\Service::M()-db-tableExists(\Phpcmf\Service::M()-dbprefix(member))判断member表是否存在,成功返回true
CMS重写控制网站自动跳转函数,函数名:dr_domain_301作用:控制网站域名重定向,301跳转,终端识别跳转自定义重新方法:1、新建或打开config/custom.php2、写上函数体:functiondr_domain_...
CMS判断字段是否存在,\Phpcmf\Service::M()-db-fieldExists(username, \Phpcmf\Service::M()-dbprefix(member))验证member表中是否存在字段username,成功返回true
CMS取消冻结资金,将冻结住的一笔钱返回到账户中方法介绍$this-member_model-cancel_freeze($uid,$value)$uid用户id$val金额值返回值[code=0/1,msg=]注意,此方法不会生成交易记录日志...
CMS提醒管理员 admin_notice,用于提醒管理员将要做的任务1、发起通知任务$this-member_model-admin_notice($site,$type,$member,$msg,$uri)@paramsite站点id,公共部分0@paramtypesystem系统content内容相关member会员相关app应用相关pay交...
CMS增减积分值,方法介绍$this-member_model-add_experience($uid, $val, $note = , $url = , $mark = , $count = 0)$uid 用户id$val 增减值,负数表示扣金币$note 备注说明$url 相关链接$mark 唯...
CMS增减资金,方法介绍$this-member_model-add_money($uid, $value)$uid 用户id$val 增减值,负数表示扣返回值[ code = 0/1, msg = ]注意,此方法不会生成交易记录日志...
CMS发送提醒通知,方法介绍\Phpcmf\Service::M(member)-notice($uid,$type,$note,$url=,$mark=)$...
CMS增加冻结资金,将一笔钱冻结住方法介绍$this-member_model-add_freeze($uid,$value)$uid用户id$val金额值返回值[code=0/1,msg=]注意,此方法不会生成交易记录日志...
CMS第三方短信接口开发,需要在后台开启第三方模式相关函数介绍1、验证码发送方法sendsms_code($mobile, $code, $config)$mobile 手机号码$code 验证码$config 你在后台数量的第三方配置参数2、文本消息发送方法sendsms_text($mobile, $cont...
CMS邮件发送,方法介绍$this-member_model-sendmail($tomail, $subject, $msg, $data = [])$tomail 收件人$subject 标题$msg 内容或者模板$data 模板变量,直接发送内容可不填返回值成功 true 失败false用法举例1、直接发送内容...
CMS短信发送,方法介绍$this-member_model-sendsms_code($mobile, $code) // 用于发送验证码$this-member_model-sendsms_text($mobile, $string) // 用于发送文本内容返回值[ code = 0/1, msg =...
CMS增减金币值,方法介绍\Phpcmf\Service::M(member)-add_score($uid, $val, $note = , $url = , $mark = , $count = 0)$uid 用户id$val 增减值,负数表示扣金币$note 备注说明$url 相关链接$mark 唯一标注值,和count参数配...
扫描二维码关注我们
在线时间09:00-24:00
8527114
yxgd678
账号密码登录
登录即视为同意《用户注册协议》
我已阅读并同意 《用户注册协议》