Returns a text description in the given language for the given phone number.
public getDescriptionForNumber ( |
||
$number | the phone number for which we want to get a text description | |
$language | string | two-letter lowercase ISO language codes as defined by ISO 639-1 |
$script | string | four-letter titlecase (the first letter is uppercase and the rest of the letters are lowercase) ISO script codes as defined in ISO 15924 |
$region | string | two-letter uppercase ISO country codes as defined by ISO 3166-1 |
return | string | a text description in the given language for the given phone number, or an empty string if a description is not available |