Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Marcelo Araujo's Blog:
my first extension - filter_ptBR
Jul 17, 2006 @ 11:29:31

Marcelo Araujo has created a handy little extension to help validate the CPF (Cadastro de Pessoa Fisica) and CNPJ (Cadastro Nacional de Pessoa Juridica) of an individual (the Brazilian equivalent of the US social security number).

have decided to implement it in order to compare some performance between userland functions and native functions. The fact is: almost 300x faster than the same userland function(s)! PS: It is just a toy, there is no relation with PECL extensions.... If you want to take a look, just follow the instructions below.

His instructions are simple, and if you've ever installed an extension before you know what to do.

tagged: extension filter_ptbr validation cpf cnpj extension filter_ptbr validation cpf cnpj

Link:

Marcelo Araujo's Blog:
my first extension - filter_ptBR
Jul 17, 2006 @ 11:29:31

Marcelo Araujo has created a handy little extension to help validate the CPF (Cadastro de Pessoa Fisica) and CNPJ (Cadastro Nacional de Pessoa Juridica) of an individual (the Brazilian equivalent of the US social security number).

have decided to implement it in order to compare some performance between userland functions and native functions. The fact is: almost 300x faster than the same userland function(s)! PS: It is just a toy, there is no relation with PECL extensions.... If you want to take a look, just follow the instructions below.

His instructions are simple, and if you've ever installed an extension before you know what to do.

tagged: extension filter_ptbr validation cpf cnpj extension filter_ptbr validation cpf cnpj

Link:


Trending Topics: