php-doc-en/reference/nsapi/functions/nsapi-response-headers.xml
Mehdi Achour e622e9ae31 WS (start at col 0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178984 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-06 03:18:55 +00:00

56 lines
1.3 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<refentry id="function.nsapi-response-headers">
<refnamediv>
<refname>nsapi_response_headers</refname>
<refpurpose>
Fetch all HTTP response headers
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>nsapi_response_headers</methodname>
<void/>
</methodsynopsis>
<para>
Gets all the NSAPI response headers.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an associative array with all the NSAPI response headers.
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>nsapi_request_headers</function></member>
<member><function>headers_sent</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->