Function __global->handle_chatroom_pruning
Definitions
sources/chat_lobby.php
- Prune timed-out private chatrooms.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$row | array | required parameter | N/A | N/A | The row of the chatroom to possibly prune |
Return
- Whether the room was pruned
- Type: boolean
- Set: N/A
- Range: N/A