[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/filter/_filters.xml?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-01-19 19:27:48
Message-ID: svn-cmb-1453231668-338526-917048197 () svn ! php ! net
[Download RAW message or body]

cmb                                      Tue, 19 Jan 2016 19:27:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=338526

Log:
fixed #71405: Some constants are not documented

Bug: https://bugs.php.net/71405 (Assigned) Some constants are not documented
      
Changed paths:
    U   phpdoc/en/trunk/reference/filter/filters.xml

Modified: phpdoc/en/trunk/reference/filter/filters.xml
===================================================================
--- phpdoc/en/trunk/reference/filter/filters.xml	2016-01-19 19:13:06 UTC (rev 338525)
+++ phpdoc/en/trunk/reference/filter/filters.xml	2016-01-19 19:27:48 UTC (rev 338526)
@@ -604,6 +604,31 @@
         Requires the <acronym>URL</acronym> to contain a query string.
        </entry>
       </row>
+      <row>
+       <entry><constant>FILTER_REQUIRE_SCALAR</constant></entry>
+       <entry>
+       </entry>
+       <entry>
+        Requires the value to be scalar.
+       </entry>
+      </row>
+      <row>
+       <entry><constant>FILTER_REQUIRE_ARRAY</constant></entry>
+       <entry>
+       </entry>
+       <entry>
+        Requires the value to be an array.
+       </entry>
+      </row>
+      <row>
+       <entry><constant>FILTER_FORCE_ARRAY</constant></entry>
+       <entry>
+       </entry>
+       <entry>
+        If the value is a scalar, it is treated as array with the scalar value
+        as only element.
+       </entry>
+      </row>
      </tbody>
     </tgroup>
    </table>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic