Function __global->match_key_match

Definitions

sources/global3.php

  • See if the current URL matches the given software match-keys.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$match_keys mixed required parameter N/A N/A Match keys (comma-separated list of match-keys, or array of)
$support_post boolean False N/A N/A Check against POSTed data too
$current_params ?array Null N/A N/A Parameters to check against (null: get from environment GET/POST) - if set, $support_post is ignored)
$current_zone_name ?ID_TEXT Null N/A N/A Current zone name (null: get from environment)
$current_page_name ?ID_TEXT Null N/A N/A Current page name (null: get from environment)

Return

  • Whether there is a match
  • Type: boolean
  • Set: N/A
  • Range: N/A