Function __global->delete_leader_board

Definitions

sources/leader_board2.php

  • Delete a leader-board and its result sets.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id AUTO_LINK No No required parameter N/A N/A The ID of the leader-board to delete

Preview

Code (PHP)

/**
 * Delete a leader-board and its result sets.
 *
 * @param  AUTO_LINK $id The ID of the leader-board to delete
 */

function delete_leader_board(int $id)