Skip to content

Commit b0d7e02

Browse files
committed
Create stub
1 parent 03db488 commit b0d7e02

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<refentry xml:id="function.http-get-last-response-headers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<refnamediv>
4+
<refname>request_parse_body</refname>
5+
<refpurpose>REF PURPOSE FOR request_parse_body</refpurpose>
6+
</refnamediv>
7+
8+
<refsect1 role="description">
9+
&reftitle.description;
10+
<methodsynopsis>
11+
<type>array</type><methodname>request_parse_body</methodname>
12+
<methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
13+
</methodsynopsis>
14+
<simpara>
15+
DESCRIPTION
16+
</simpara>
17+
</refsect1>
18+
19+
<refsect1 role="parameters">
20+
&reftitle.parameters;
21+
<variablelist>
22+
<varlistentry>
23+
<term><parameter>options</parameter></term>
24+
<listitem>
25+
<simpara>
26+
The Internet host name.
27+
</simpara>
28+
</listitem>
29+
</varlistentry>
30+
</variablelist>
31+
</refsect1>
32+
33+
<refsect1 role="returnvalues">
34+
&reftitle.returnvalues;
35+
<simpara>
36+
DESCRIPTION
37+
If there are none, &null; is returned instead.
38+
</simpara>
39+
</refsect1>
40+
41+
<refsect1 role="examples">
42+
&reftitle.examples;
43+
<example xml:id="function.http-get-last-response-headers.example.basic">
44+
<title><function>request_parse_body</function> example</title>
45+
<simpara>
46+
Description.
47+
</simpara>
48+
<programlisting role="php">
49+
<![CDATA[
50+
<?php
51+
CODE
52+
?>
53+
]]>
54+
</programlisting>
55+
&example.outputs.similar;
56+
<screen>
57+
<![CDATA[
58+
OUTPUT
59+
]]>
60+
</screen>
61+
</example>
62+
</refsect1>
63+
64+
<refsect1 role="seealso">
65+
&reftitle.seealso;
66+
<simplelist>
67+
<member><function>function_name</function></member>
68+
</simplelist>
69+
</refsect1>
70+
71+
</refentry>
72+
<!-- Keep this comment at the end of the file
73+
Local variables:
74+
mode: sgml
75+
sgml-omittag:t
76+
sgml-shorttag:t
77+
sgml-minimize-attributes:nil
78+
sgml-always-quote-attributes:t
79+
sgml-indent-step:1
80+
sgml-indent-data:t
81+
indent-tabs-mode:nil
82+
sgml-parent-document:nil
83+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
84+
sgml-exposed-tags:nil
85+
sgml-local-catalogs:nil
86+
sgml-local-ecat-files:nil
87+
End:
88+
vim600: syn=xml fen fdm=syntax fdl=2 si
89+
vim: et tw=78 syn=sgml
90+
vi: ts=1 sw=1
91+
-->

reference/network/versions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<function name="net_get_interfaces" from="PHP 7 &gt;= 7.3, PHP 8"/>
3535
<function name="openlog" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
3636
<function name="pfsockopen" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
37+
<function name="request_parse_body" from="PHP 8 &gt;= 8.4.0"/>
3738
<function name="setcookie" from="PHP 4, PHP 5, PHP 7, PHP 8"/>
3839
<function name="setrawcookie" from="PHP 5, PHP 7, PHP 8"/>
3940
<function name="socket_get_status" from="PHP 4, PHP 5, PHP 7, PHP 8"/>

0 commit comments

Comments
 (0)