This method does not require the number to be normalized in advance - but does assume that
leading non-number symbols have been removed, such as by the method extractPossibleNumber.
public static isViablePhoneNumber ( string $number ) : boolean | ||
$number | string | to be checked for viability as a phone number |
리턴 | boolean | true if the number could be a phone number of some sort, otherwise false |