respect-validation/docs/Pis.md
Henrique Moody 2a2e1d577e
Change how documentation of rules are presented
Rules are not always used from the alias `v`, neither called staticaly.
2017-03-27 17:26:21 +02:00

399 B

Pis

  • Pis()

Validates a Brazilian PIS/NIS number ignoring any non-digit char.

v::pis()->validate('120.0340.678-8'); // true
v::pis()->validate('120.03406788'); // true
v::pis()->validate('120.0340.6788'); // true
v::pis()->validate('1.2.0.0.3.4.0.6.7.8.8'); // true
v::pis()->validate('12003406788'); // true

See also: