mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7a98c0b69c
commit
c4134714a9
1 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue