Function __global->is_chat_moderator
Definitions
sources/chat.php
- Find whether a member is a moderator of a chatroom.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | Member ID |
$room_id | AUTO_LINK | required parameter | N/A | N/A | Room ID |
$room_owner | ?MEMBER | required parameter | N/A | N/A | Room owner (null: none) |
Return
- Whether the member is a moderator of the chatroom
- Type: boolean
- Set: N/A
- Range: N/A