Свойство | Тип | Описание | |
---|---|---|---|
$CODES | string | The list of allowed personId codes. Sorted as wee need them. |
Метод | Описание | |
---|---|---|
dni ( string $check ) : boolean | Only checks the DNI type personId. | |
nie ( string $check ) : boolean | Only checks the NIE type personId. | |
nif ( string $check ) : boolean | Only checks the NIF type personId. | |
personId ( string $check ) : boolean | Checks a country specific identification number. | |
phone ( string $check ) : boolean | Checks a phone number for Spain. | |
postal ( string $check ) : boolean | Checks a postal code for Spain. |
protected static string $CODES | ||
Результат | string |