You are here

public static function MobileNumberInterface::getCountryName in Mobile Number 7

Gets the country name a country code.

Parameters

string $country: Country code (Eg. IL).

Return value

int Country display name.

1 method overrides MobileNumberInterface::getCountryName()
MobileNumber::getCountryName in src/MobileNumber.php
Gets the country name a country code.

File

src/MobileNumberInterface.php, line 35
MobileNumberInterface.

Class

MobileNumberInterface
Provides an interface for defining mobile numbers.

Code

public static function getCountryName($country);