mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
add information about which content-types are actually decoded for $_POST (patch by Lukas Kahwe Smith)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336516 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
543e4ac314
commit
c24e9b3c30
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
&reftitle.description;
|
||||
<para>
|
||||
An associative array of variables passed to the current script
|
||||
via the HTTP POST method.
|
||||
via the HTTP POST method when using <literal>application/x-www-form-urlencoded</literal>
|
||||
or <literal>multipart/form-data</literal> as the HTTP Content-Type in the request.
|
||||
</para>
|
||||
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue