Метод | Описание | |
---|---|---|
address1 ( string $check ) : boolean | Checks an address (street and number) for Germany. | |
dob ( string $check ) : boolean | Checks date of birth formal format for Germany (dd.mm.yyyy), afterwards checks it is a valid gregorian calendar date. | |
personId ( string $check ) : boolean | Checks a country specific identification number. | |
phone ( string $check ) : boolean | Checks a phone number for Germany. | |
postal ( string $check ) : boolean | Checks a postal code for Germany. |