Function __global->chatroom_unban_to
Definitions
sources/chat2.php
- Unban a member from a chatroom.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | MEMBER | No | No | required parameter | N/A | N/A | The member to unban |
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The chatroom ID |
Preview
Code (PHP)
/**
* Unban a member from a chatroom.
*
* @param MEMBER $member_id The member to unban
* @param AUTO_LINK $id The chatroom ID
*/
function chatroom_unban_to(int $member_id, int $id)
* Unban a member from a chatroom.
*
* @param MEMBER $member_id The member to unban
* @param AUTO_LINK $id The chatroom ID
*/
function chatroom_unban_to(int $member_id, int $id)

