mirror of
https://github.com/php/doc-it.git
synced 2026-03-27 09:02:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@93535 c90b9560-bf6c-de11-be94-00142212c4b1
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- splitted from ./it/functions/apache.xml, last change in rev 1.1 -->
|
|
<!-- last change to 'getallheaders' in en/ tree in rev 1.2 -->
|
|
<!-- EN-Revision: 1.4 Maintainer: cucinato Status: ready -->
|
|
<!-- OLD-Revision: 1.24/EN.1.2 -->
|
|
<refentry id="function.getallheaders">
|
|
<refnamediv>
|
|
<refname>getallheaders</refname>
|
|
<refpurpose>Estrae tutti gli header della richiesta HTTP</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Descrizione</title>
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>getallheaders</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>getallheaders</function> è un alias di
|
|
<function>apache_request_headers</function>. Restituisce un
|
|
array associativo contenente tutti gli header HTTP nella richiesta corrente.
|
|
Leggere la documentazione di <function>apache_request_headers</function>
|
|
per ulteriori informazioni sul funzionamento.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Nel PHP 4.3.0 <function>getallheaders</function> è diventata un
|
|
alias di <function>apache_request_headers</function>.
|
|
In breve, è stata rinominata. Ciò dipende dal fatto che questa funzione
|
|
è disponibile soltanto quando PHP è compilato come
|
|
modulo di <productname>Apache</productname>.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Vedere anche <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
|
|
-->
|