mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
INPUT_REQUEST not yet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222632 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3bc936236
commit
00e12e606d
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.filter-input">
|
||||
<refnamediv>
|
||||
|
@ -30,7 +30,8 @@
|
|||
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 INPUT_REQUEST.
|
||||
implemented yet) and <constant>INPUT_REQUEST</constant> (not
|
||||
implemented yet).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue