mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 20:32:10 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@171852 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.13 $ -->
|
|
<!-- EN-Revision: 1.8 Maintainer: didou Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<refentry id="function.getallheaders">
|
|
<refnamediv>
|
|
<refname>getallheaders</refname>
|
|
<refpurpose>Lit tous les en-têtes de la requête HTTP</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>getallheaders</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>getallheaders</function> &isalias;
|
|
<function>apache_request_headers</function>. Elle retourne un
|
|
tableau associatif avec tous les en-têtes HTTP émis par la
|
|
requête courante. Lisez la documentation de
|
|
<function>apache_request_headers</function> pour plus de détails
|
|
sur le fonctionnement de cette fonction.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
En &php; 4.3.0, <function>getallheaders</function> est devenu un
|
|
alias de <function>apache_request_headers</function>.
|
|
En fait, la fonction a été renommée. Cela est dû au fait qu'elle ne
|
|
fonctionne que lorsque &php; est compilé comme module
|
|
<productname>Apache</productname>.
|
|
</para>
|
|
</note>
|
|
¬e.apache.nsapi-module;
|
|
<para>
|
|
Voir aussi
|
|
<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
|
|
-->
|