Function __global->get_cookie_days

Definitions

sources/global2.php

  • Get the number of days to store our cookies.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Returns

  • The number of days to store our cookies
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the number of days to store our cookies.
 *
 * @return float The number of days to store our cookies
 */

function get_cookie_days() : float