|
| 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 | +--> |
0 commit comments