[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / verifier / inc / is_email.php
index ae8c749..9eaaf44 100644 (file)
@@ -179,6 +179,7 @@ if (!defined('ISEMAIL_VALID')) {
  *                                     NB Note the difference between $errorlevel = false and
  *                                     $errorlevel = 0
  * @param array                $parsedata      If passed, returns the parsed address components
+ * @return bool|int
  */
 /*.mixed.*/ function is_email($email, $checkDNS = false, $errorlevel = false, &$parsedata = array()) {
        // Check that $email is a valid address. Read the following RFCs to understand the constraints: