Method |
Description |
|
isAlphaSpace ( mixed $value ) : boolean |
Checks if value only has alphabetic characters and/or spaces |
|
isBic ( mixed $value ) : boolean |
Checks if given value is valid International Bank Account Number (IBAN). |
|
isCreditcard ( mixed $value ) : boolean |
Checks if value is valid creditcard number. |
|
isHexcolor ( mixed $value ) : boolean |
Checks if value is valid hexadecimal color code. |
|
isHtmlclean ( mixed $value ) : boolean |
Checks if value is free of HTML code |
|
isIban ( mixed $value ) : boolean |
Checks if given value is valid International Bank Account Number (IBAN). |
|
isIsbn ( mixed $value ) : boolean |
Checks if given value is valid International Standard Book Number (ISBN). |
|
isIsin ( mixed $value ) : boolean |
Checks if given value is
International Securities Identification Number (ISIN) |
|
isIsodate ( mixed $value ) : boolean |
Checks if given value is date in ISO 8601 format. |
|
isPassword ( mixed $value ) : boolean |
Checks if password has certain strength |
|
isUsername ( mixed $value ) : boolean |
Checks if value is Username |
|