We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac16ce commit c78af13Copy full SHA for c78af13
1 file changed
reference/network/functions/request-parse-body.xml
@@ -37,8 +37,12 @@
37
38
<caution>
39
<simpara>
40
+ The request body can only be consumed once.
41
<function>request_parse_body</function> consumes the request body without
42
buffering it to the <literal>php://input</literal> stream.
43
+ Conversely, if the body has already been read (e.g. via
44
+ <literal>php://input</literal>), <function>request_parse_body</function>
45
+ will return empty data.
46
</simpara>
47
</caution>
48
</refsect1>
0 commit comments