mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
INPUT_REQUEST and INPUT_SESSION are not implemented yet in filter_input_array
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296282 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
13d9a87041
commit
00853e467c
2 changed files with 3 additions and 3 deletions
|
@ -27,8 +27,8 @@
|
|||
<para>
|
||||
One of <constant>INPUT_GET</constant>, <constant>INPUT_POST</constant>,
|
||||
<constant>INPUT_COOKIE</constant>, <constant>INPUT_SERVER</constant>,
|
||||
<constant>INPUT_ENV</constant>, <constant>INPUT_SESSION</constant>, or
|
||||
<constant>INPUT_REQUEST</constant>.
|
||||
<constant>INPUT_ENV</constant>, <constant>INPUT_SESSION</constant> (not implemented yet), or
|
||||
<constant>INPUT_REQUEST</constant> (not implemented yet).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
One of <constant>INPUT_GET</constant>, <constant>INPUT_POST</constant>,
|
||||
<constant>INPUT_COOKIE</constant>, <constant>INPUT_SERVER</constant>,
|
||||
<constant>INPUT_ENV</constant>, <constant>INPUT_SESSION</constant> (not
|
||||
implemented yet) and <constant>INPUT_REQUEST</constant> (not
|
||||
implemented yet) or <constant>INPUT_REQUEST</constant> (not
|
||||
implemented yet).
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue