File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getCountry
— Get a single-dimensional array of country information by its 2 Character ISO country code.
Name | Description |
---|---|
$strCountryISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCountryISO = 'foo';
//Call the function getCountry with the example vars
Twist::Localisation() -> getCountry($strCountryISO);