查看大学电子邮件(.edu)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看大学电子邮件(.edu)相关的知识,希望对你有一定的参考价值。

**Example of use:**

if (!isUniversityEmail('[email protected]'))
exit('You must have a valid and .edu email address to register for an account.');
  1. /**
  2.  * @title Check if it is a valid and university email address.
  3.  *
  4.  * @author Pierre-Henry Soria <[email protected]>
  5.  * @copyright (c) 2013, Pierre-Henry Soria. All Rights Reserved.
  6.  * @param string $sEmail
  7.  * @return boolean
  8.  */
  9. function isUniversityEmail($sEmail)
  10. {
  11. return preg_match('/^[a-z0-9_-]+(.[_a-z0-9-]+)*@([_a-z0-9-]+.)+edu$/i', $sEmail);
  12. }

以上是关于查看大学电子邮件(.edu)的主要内容,如果未能解决你的问题,请参考以下文章

acm

超实用的php代码片段

全球免费开放的电子图书馆

ACM刷题常用链接

985大学的高材生只会写代码片段,丢人吗?

985大学的高材生只会写代码片段,丢人吗?