Function __global->most_recent_leader_board
Definitions
sources/leader_board.php
- Get the timestamp of the most recent leader-board result set.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | ID of the leader-board |
Returns
- The timestamp of the most recent result set (null: no result sets generated)
- Type: ?TIME
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the timestamp of the most recent leader-board result set.
*
* @param AUTO_LINK $id ID of the leader-board
* @return ?TIME The timestamp of the most recent result set (null: no result sets generated)
*/
function most_recent_leader_board(int $id) : ?int
* Get the timestamp of the most recent leader-board result set.
*
* @param AUTO_LINK $id ID of the leader-board
* @return ?TIME The timestamp of the most recent result set (null: no result sets generated)
*/
function most_recent_leader_board(int $id) : ?int

