respect-validation/docs/rules/Imei.md

33 lines
546 B
Markdown
Raw Permalink Normal View History

2015-10-23 03:45:56 +02:00
# Imei
- `Imei()`
2015-10-23 03:45:56 +02:00
Validates is the input is a valid [IMEI][].
```php
v::imei()->validate('35-209900-176148-1'); // true
v::imei()->validate('490154203237518'); // true
```
## Categorization
- Identifications
## Changelog
Version | Description
--------|-------------
1.0.0 | Created
2015-10-23 03:45:56 +02:00
***
See also:
- [Bsn](Bsn.md)
- [Cnh](Cnh.md)
- [Cnpj](Cnpj.md)
- [Cpf](Cpf.md)
2018-12-11 13:31:50 +01:00
- [Isbn](Isbn.md)
- [Luhn](Luhn.md)
2015-10-23 03:45:56 +02:00
[IMEI]: https://en.wikipedia.org/wiki/International_Mobile_Station_Equipment_Identity "International Mobile Station Equipment Identity"