Philipe Gouveia Paixão

Results 2 comments of Philipe Gouveia Paixão

Olá @elvispdosreis, caso você esteja utilizando uma `stdClass`, você pode utilizar o método `get_object_vars` para transformar a `stdClass` em `array`, por exemplo: ```php $xClass = (object) [ 'key1' => 'value1',...

@luccasmaso solved the integer input problem, but didn't fix '4242424242______' returning true, because card numbers have some varieties and is complicated to validate length of card number. So, if you...