Function __global->get_cookie_domain

Definitions

sources/global2.php

  • Get the site cookie domain.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The site cookie domain (blank: current domain)
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the site cookie domain.
 *
 * @return string The site cookie domain (blank: current domain)
 */

function get_cookie_domain() : string
 

sources/minikernel.php

  • Get the site cookie domain.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The site cookie domain (blank: current domain)
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the site cookie domain.
 *
 * @return string The site cookie domain (blank: current domain)
 */

function get_cookie_domain() : string