Function __global->get_login_url

Definitions

sources/global3.php

  • Get login URL.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A triple: URL to log in from, URL to direct login form posts to, URL to join from
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get login URL.
 *
 * @return array A triple: URL to log in from, URL to direct login form posts to, URL to join from
 */

function get_login_url() : array