JHtmlTel::tel
Converts strings of integers into more readable telephone format
By default, the ITU-T format will automatically be used. However, one of the allowed unit types may also be used instead.
Signature
public function tel(integer
$number,
string
$displayplan )
Parameters
-
$number
- The integers in a phone number with dot separated country code
-
$displayplan
- The numbering plan used to display the numbers.
Returns
- string
- The formatted telephone number.