Incorporated user note 97150

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299851 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-05-27 13:36:29 +00:00
parent 7a98c0b69c
commit c4134714a9

View file

@ -103,7 +103,8 @@
<entry></entry>
<entry>
<constant>FILTER_FLAG_PATH_REQUIRED</constant>,
<constant>FILTER_FLAG_QUERY_REQUIRED</constant>
<constant>FILTER_FLAG_QUERY_REQUIRED</constant>,
<constant>FILTER_FLAG_SCHEME_REQUIRED</constant>
</entry>
<entry>Validates value as URL, optionally with required components.</entry>
</row>
@ -495,6 +496,15 @@
Requires the <acronym>URL</acronym> to contain a query string.
</entry>
</row>
<row>
<entry><constant>FILTER_FLAG_SCHEME_REQUIRED</constant></entry>
<entry>
<constant>FILTER_VALIDATE_URL</constant>
</entry>
<entry>
Requires the <acronym>URL</acronym> to contain a scheme.
</entry>
</row>
</tbody>
</tgroup>
</table>