检查有效的印度移动电话号码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查有效的印度移动电话号码相关的知识,希望对你有一定的参考价值。

To check if number is valid Indian Mobile Number.
  1. // php Function below can be used to check
  2. // if a given number is valid Indian mobile number or not.
  3. function is_mobile($number)
  4. {
  5. $result = true;
  6. // unless prooved otherwise, mobile number is valid.
  7.  
  8. $number = preg_replace('/D/', '', $number);
  9. // Strip out non digits.
  10.  
  11. $first_digit = substr($number,0,1);
  12. if( strcmp($first_digit,"6") < 0 ) $result = false;
  13. // first digit should be greater then 6.
  14.  
  15. if(strlen("$number") != 10) $result = false;
  16. // Should be of exactl ten digits.
  17.  
  18. return $result;
  19. }

以上是关于检查有效的印度移动电话号码的主要内容,如果未能解决你的问题,请参考以下文章

如何在 SQL 中检查电话号码的有效性

如何检查刚体是否在移动?

在验证器中获取设置 - 错字3

Core Data 中的电话号码存储

如何根据电话号码过滤 quickblox 用户?

如何验证电话号码和 -