Function __global->get_member

Definitions

sources/users.php

  • Get the ID of the currently active member.It see's if the session exists / cookie is valid -- and gets the member ID accordingly.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$quick_only boolean False N/A N/A Whether to just do a quick check, don't establish new sessions

Return

  • The member requesting this web page (possibly the guest member - which strictly speaking, is not a member)
  • Type: MEMBER
  • Set: N/A
  • Range: N/A