mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Mention regexp filter uses PCRE.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d03868c7c2
commit
7995f57ce5
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- Purpose: basic.vartype -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -70,7 +70,10 @@
|
|||
<parameter>regexp</parameter>
|
||||
</entry>
|
||||
<entry></entry>
|
||||
<entry>Validates value against regexp.</entry>
|
||||
<entry>
|
||||
Validates value against <parameter>regexp</parameter>, a
|
||||
<link linkend="ref.pcre">Perl-compatible</link> regular expression.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>FILTER_VALIDATE_URL</constant></entry>
|
||||
|
|
Loading…
Reference in a new issue