Function __global->has_zone_access

Definitions

sources/permissions.php

  • Find if a member has access to a specified zone.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$member_id MEMBER required parameter N/A N/A The member being checked whether to have the access
$zone ID_TEXT required parameter N/A N/A The zone being checked

Return

  • Whether the member has zone access
  • Type: boolean
  • Set: N/A
  • Range: N/A