Returns the mobile token for the provided country calling code if it has one, otherwise
returns an empty string. A mobile token is a number inserted before the area code when dialing
a mobile number from that country from abroad.
public static getCountryMobileToken ( integer $countryCallingCode ) : string | ||
$countryCallingCode | integer | the country calling code for which we want the mobile token |
Résultat | string | the mobile token, as a string, for the given country calling code |