Validate_FI | Validate_FR |
Validate_FI | |
PEAR Manual | |
require_once 'Validate/FI.php'; |
bool Validate_FI::creditCard
(
string $number
)
Validate credit card number.
This method checks the credit card number according to Luhn algorithm. This method doesn't guarantee that the card is legitimate.
credit card number to be validated (spaces and dashes tolerated)
boolean - true if credit card number is valid, false otherwise
Using creditCard()
|
Validate_FI | Validate_FR |
Validate_FI | |
PEAR Manual | |