Uc pm readstatus

出自Discuz! 技术文库

跳转到: 导航, 搜索

uc_pm_readstatus

uc_pm_readstatus(integer uid , array uids [, array plids, bool status])

描述

本接口函数用于标记短消息的已读/未读状态。uids 和 plids 参数是一个自由 Key 数组类型,如“ array(1, 2, 3, 4, 5 ...) ”,数组的每一个值均为 ID。

参数

参数名 类型 是否必需 说明 备注
uid integer 用户 ID
uids array 要标记的对方用户 ID 数组
plids array 要标记的会话 ID 数组,默认值空数组
status bool 要标记的状态 0:(默认值) 标记为已读
1:标记为未读


范例

uc_pm_readstatus($uid, $uids);
echo "短消息已标记为已读";
个人工具