Function __global->unset_poll

Definitions

sources/polls2.php

  • Unset the poll.
  • 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 poll ID to unset

Preview

Code (PHP)

/**
 * Unset the poll.
 *
 * @param  AUTO_LINK $id The poll ID to unset
 */

function unset_poll(int $id)