Uc pm checknew
出自Discuz! 技术文库
对
Uc pm checknew
的源代码
跳转到:
导航
,
搜索
根据以下的原因,您无权限进行编辑这个页面操作:
您刚才请求的操作只有这个用户组中的用户才能使用:
用户
您可以查看并复制此页面的源代码:
'''uc_pm_checknew''' ::integer/array uc_pm_checknew(integer uid [, integer more]) ==描述== 本接口函数会检查指定用户是否有新的短消息。 ==参数== {| style="background-color:#dfb; border-collapse: collapse; border-spacing: 3px; border:1px solid #8d0; margin: 0px; width: 100%" cellpadding="5" |- | '''参数名''' | '''类型''' | '''是否必需''' | '''说明''' | '''备注''' |- | uid | integer | 是 | 用户ID | |- | more | integer | 否 | 是否显示更多信息 | 2:返回短消息数、最后消息时间, 最后消息内容<br>1:返回短消息数、最后消息时间<br>0:(默认值) 只返回短消息数 |} ==范例== <pre> if(uc_pm_checknew($uid)) { echo "您有新短消息"; } </pre> ==返回值== 根据more参数的不同,返回不同的数据 ===返回值 (当 more = 0 时)=== {|style="background-color:#feb; border-collapse: collapse; border-spacing: 3px; border:1px solid #fd8; margin: 0px; width: 100%" cellpadding="3" |- | '''返回值类型''' | '''说明''' | '''备注''' |- | integer | 未读消息数 | |} ===返回值 (当 more = 1 时)=== {|style="background-color:#feb; border-collapse: collapse; border-spacing: 3px; border:1px solid #fd8; margin: 0px; width: 100%" cellpadding="3" |- | '''返回值类型''' | '''说明''' | '''备注''' |- | array | 返回未读消息数和私人消息数 | |} 数组结构说明 {|style="background-color:#feb; border-collapse: collapse; border-spacing: 3px; border:1px solid #fd8; margin: 0px; width: 100%" cellpadding="3" |- | '''key''' | '''类型''' | '''value''' |- | newpm | integer | 未读消息数 |- | newprivatepm | integer | 私人消息数 |} ===返回值 (当 more = 3 时)=== {|style="background-color:#feb; border-collapse: collapse; border-spacing: 3px; border:1px solid #fd8; margin: 0px; width: 100%" cellpadding="3" |- | '''返回值类型''' | '''说明''' | '''备注''' |- | array | 返回未读消息数、私人消息数和群聊消息数,以及最后一条消息的信息 | |} 数组结构说明 {|style="background-color:#feb; border-collapse: collapse; border-spacing: 3px; border:1px solid #fd8; margin: 0px; width: 100%" cellpadding="3" |- | '''key''' | '''类型''' | '''value''' |- | newpm | integer | 未读消息数 |- | newprivatepm | integer | 私人消息数 |- | newchatpm | integer | 群聊消息数 |- | lastdate | integer | 最后消息时间 |- | lastmsgfromid | integer | 最后消息发件人 ID |- | lastmsgfrom | string | 最后消息发件人用户名 |- | lastmsg | string | 最后消息内容 |}
返回到
Uc pm checknew
。
查看
页面
讨论
查看源代码
历史
个人工具
登录
导航
首页
社区入口
当前事件
最近更改
随机页面
帮助
搜索
工具箱
链入页面
链出更改
特殊页面