Update FILTER_FLAG_NO_(RES|PRIV)_RANGE docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-09-08 11:42:36 +00:00
parent a4e5ee04a4
commit ccc7e39bcc

View file

@ -606,10 +606,16 @@ filter.default_flags = 0
<constant>FILTER_VALIDATE_IP</constant>
</entry>
<entry>
<para>
Fails validation for the following reserved IPv4 ranges:
<literal>0.0.0.0/8</literal>, <literal>169.254.0.0/16</literal>,
<literal>192.0.2.0/24</literal> and <literal>224.0.0.0/4</literal>.
This flag does not apply to IPv6 addresses.
<literal>127.0.0.0/8</literal> and <literal>240.0.0.0/4</literal>.
</para>
<para>
Fails validation for the following reserved IPv6 ranges:
<literal>::1/128</literal>, <literal>::/128</literal>,
<literal>::ffff:0:0/96</literal> and <literal>fe80::/10</literal>.
</para>
</entry>
</row>
<row>