mirror of
https://github.com/php/doc-de.git
synced 2026-03-29 10:42:12 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@159395 c90b9560-bf6c-de11-be94-00142212c4b1
61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.7 $ -->
|
|
<!-- EN-Revision: 1.8 Maintainer: betz Status: ready -->
|
|
|
|
<refentry id="function.getallheaders">
|
|
<refnamediv>
|
|
<refname>getallheaders</refname>
|
|
<refpurpose>
|
|
Liefert alle HTTP-Header der aktuellen Anfrage aus
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung</title>
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>getallheaders</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>getallheaders</function> ist ein Alias für die Funktion
|
|
<function>apache_request_headers</function>. Die Funktion liefert ein
|
|
assoziatives Array zurück, das alle HTTP-Header der
|
|
aktuellen HTTP-Anfrage enthält. Lesen Sie bitte die Dokumentation zu
|
|
<function>apache_request_headers</function> um mehr Informationen über die
|
|
Funktionsweise zu erhalten.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
In PHP 4.3.0 wurde aus <function>getallheaders</function> ein Alias für
|
|
<function>apache_request_headers</function>. Tatsächlich wurde die
|
|
Funktion umbenannt. Der Grund: diese Funktion funktioniert nur, wenn PHP
|
|
als Modul für <productname>Apache</productname> kompiliert wurde.
|
|
</para>
|
|
</note>
|
|
¬e.apache.nsapi-module;
|
|
<para>
|
|
Siehe auch <function>apache_request_headers</function>.
|
|
</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
|
|
-->
|