Uc pm location
出自Discuz! 技术文库
uc_pm_location
- uc_pm_location(integer uid , bool newpm)
描述
本接口函数运行后会发送一个 header 的 location 请求,使当前页面跳转到短消息中心。所以请不要在这个函数运行前后有任何的输出性的代码。如果 newpm 为 1 则进入短消息中心后,会默认打开新件箱。
参数
参数名 | 类型 | 是否必需 | 说明 | 备注 |
uid | integer | 是 | 用户ID | |
newpm | bool | 是 | 是否直接查看未读短消息 | 1:是 0:(默认值) 否 |
范例
<?php uc_pm_location($uid); ?>