Function __global->chat_get_all_rooms

Definitions

sources/chat.php

  • Get an array of all the chatrooms.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • An array of all the chatrooms
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get an array of all the chatrooms.
 *
 * @return array An array of all the chatrooms
 */

function chat_get_all_rooms() : array