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:
Peter Cowburn 2015-04-13 14:48:44 +00:00
parent 543e4ac314
commit c24e9b3c30

View file

@ -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>