Function __global->read_in_chat_perm_fields
Definitions
sources/chat2.php
- Read in chat permission fields, from the complex posted data.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A tuple of permission fields
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Read in chat permission fields, from the complex posted data.
*
* @return array A tuple of permission fields
*/
function read_in_chat_perm_fields() : array
* Read in chat permission fields, from the complex posted data.
*
* @return array A tuple of permission fields
*/
function read_in_chat_perm_fields() : array

