常用函数-sanitize_email()

0条评论

常用函数-sanitize_email()

说明

过滤邮件中不允许出现的字符。

用法

<?php sanitize_email( $email ) ?>

参数

$email

(字符串)(必需)需要过滤的电子邮件地址

默认值:None

返回的值

(字符串)

过滤非法字符后的电子邮件地址

示例

注释

  • 该函数使用的字符集小于 RFC 5322定义的字符集,可能会改变某些合法电子邮件地址
  • 合法的常规表达式字符:/[^a-z0-9+_.@-]/i

修改记录

自1.5.0版本后

源文件

sanitize_email()位于 wp-includes/formatting.php.中。

发表新评论

此内容将保密,不会被其他人看见。
  • 自动将网址与电子邮件地址转变为链接。
  • 允许HTML标签:<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • 自动断行和分段。

更多关於格式化选项的信息

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.