mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #71282: Documentation is invalid for FILTER_VALIDATE_EMAIL
This is still not accurate, but there are other related doc bug reports like #78958, so we can address further issues separately. Also, we may want to choose something else than a table for display purposes.
This commit is contained in:
parent
3d85246557
commit
5be3a93cfd
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@
|
|||
Validates whether the value is a valid e-mail address.
|
||||
</para>
|
||||
<para>
|
||||
In general, this validates e-mail addresses against the syntax in
|
||||
RFC 822, with the exceptions that comments and whitespace folding
|
||||
In general, this validates e-mail addresses against the <literal>addr-spec</literal>syntax in
|
||||
<link xlink:href="&url.rfc;822">RFC 822</link>, with the exceptions that comments and whitespace folding
|
||||
and dotless domain names
|
||||
are not supported.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue