PHPSDK
|
Public 成员函数 | |
add ($username, $contact) | |
添加好友 更多... | |
remove ($username, $contact) | |
移除好友 更多... | |
get ($username) | |
获取好友列表 更多... | |
Contact 用来管理联系人(添加好友等)
Easemob\Contact::add | ( | $username, | |
$contact | |||
) |
添加好友
好友必须是和自己在一个 App Key 下的用户。免费版 App Key 下的每个用户的好友数量上限为 1000,不同版本 App Key 上限不同,具体可参考:版本功能介绍。
string | $username | 要添加好友的用户名 |
string | $contact | 好友用户名 |
Easemob\Contact::get | ( | $username | ) |
获取好友列表
string | $username | 要获取好友列表的用户名 |
Easemob\Contact::remove | ( | $username, | |
$contact | |||
) |
移除好友
从用户的好友列表中移除一个用户。
string | $username | 要移除好友的用户名 |
string | $contact | 好友用户名 |