Phone
Table of Contents
Methods
-
__construct()
: mixed
-
defaultFormat()
: string
-
format()
: string
-
getCountryCode()
: string|null
-
getRawNumber()
: string
-
isValid()
: bool
__construct()
public
__construct(string $phoneNumber[, string|null $countryCode = null ]) : mixed
Parameters
-
$phoneNumber
: string
-
-
$countryCode
: string|null
= null
-
public
defaultFormat() : string
public
format(string $format) : string
Parameters
-
$format
: string
-
getCountryCode()
public
getCountryCode() : string|null
Return values
string|null
getRawNumber()
public
getRawNumber() : string
isValid()
public
isValid() : bool