Function __global->get_leader_board
Definitions
sources/leader_board.php
- Get a result set for a given leader-board.This ignores dummy guest entries as they only serve to indicate an empty leader-board was generated.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | AUTO_LINK | required parameter | N/A | N/A | The ID of the leader-board |
$timestamp | ?TIME | Null | N/A | N/A | The timestamp of the result set to fetch (null: fetch the latest result set) |
Return
- The result set, or empty if not found
- Type: array
- Set: N/A
- Range: N/A