Function __global->set_poll

Definitions

sources/polls2.php

  • Set 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 set

Preview

Code (PHP)

/**
 * Set the poll.
 *
 * @param  AUTO_LINK $id The poll ID to set
 */

function set_poll(int $id)