Function __global->has_geolocation_data
Definitions
sources/locations.php
- Find whether geolocation data is installed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether geolocation data is installed.
*
* @return boolean Whether it is
*/
function has_geolocation_data() : bool
* Find whether geolocation data is installed.
*
* @return boolean Whether it is
*/
function has_geolocation_data() : bool

