source:
pro-bachkim-filespace/sourcecode/api.violet.vn/www/lib/common/sfPhoneValidator.class.php
@
175
Last change on this file since 175 was 19, checked in by dungnv, 11 years ago | |
---|---|
File size: 221 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | class sfPhoneValidator extends sfValidator |
4 | { |
5 | public function execute(&$phone, &$error) |
6 | { |
7 | $error = "Sá» Äiá»n thoại khÃŽng Äúng chuẩn"; |
8 | return preg_match('/^(09\d{8}|01\d{9})$/', $phone); |
9 | } |
10 | } |
Note: See TracBrowser
for help on using the repository browser.