respect-validation/docs/Pesel.md
Henrique Moody d8e5f305a7
Remove "malkusch/bav" as a dependency
This packages is not maintained anymore, therefore it should be removed
from our codebase.
2017-11-12 13:59:05 +01:00

458 B

Pesel

  • Pesel()

Validates PESEL (Polish human identification number).

v::pesel()->validate('21120209256'); // true
v::pesel()->validate('97072704800'); // true
v::pesel()->validate('97072704801'); // false
v::pesel()->validate('PESEL123456'); // false

Changelog

Version Description
1.1.0 Created

See also: