Function __global->get_zone_name
Definitions
sources/zones.php
- Get the name of the zone the current page request is coming from.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The current zone
- Type: ID_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the name of the zone the current page request is coming from.
*
* @return ID_TEXT The current zone
*/
function get_zone_name() : string
* Get the name of the zone the current page request is coming from.
*
* @return ID_TEXT The current zone
*/
function get_zone_name() : string
