Cc

Navigation:  Development > Function Reference > Helpers > Validation >

Cc

Previous pageReturn to chapter overviewNext page

Check Credit Card.

 

App::Utility()->cc(Value,Option)

 

Parameter

Description

Value

Value to check

Options

Additional value like array('type'=>'amex').
 
Supported types are
amex, bankcard, diners, disc, electron, enroute, jcb, maestro,mc, solo, switch, visa, voyager

 

 

See bellow example:
 

$return = App::Helper('Validation')->cc('371599100000027',array('type'=>'amex'));
pr($return);