Function __global->parse_allow_list_input

Definitions

sources/chat.php

  • Takes a comma-separated list of usernames, split it up, convert all the usernames to IDs, and put it all back together again.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$_allow string required parameter N/A N/A A comma-separated list of usernames

Return

  • A comma-separated list of member IDs
  • Type: string
  • Set: N/A
  • Range: N/A