[PHP-DOC] cvs: phpdoc /de/functions http.xml From: Thomas Schuermann (thomas.schuermann <email protected>)
Date: 08/14/00

tschuer Mon Aug 14 13:06:11 2000 EDT

  Modified files:
    /phpdoc/de/functions http.xml
  Log:
  Some changes (e.g. new or changed functions)
  
Index: phpdoc/de/functions/http.xml
diff -u phpdoc/de/functions/http.xml:1.9 phpdoc/de/functions/http.xml:1.10
--- phpdoc/de/functions/http.xml:1.9 Sat Jul 1 10:21:10 2000
+++ phpdoc/de/functions/http.xml Mon Aug 14 13:06:11 2000
@@ -1,4 +1,3 @@
-
  <reference id="ref.http">
   <title>HTTP-Funktionen</title>
   <titleabbrev>HTTP</titleabbrev>
@@ -82,6 +81,34 @@
       </programlisting>
      </informalexample>
     </para>
+ <para>
+ Siehe auch: <function>headers_sent</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.headers-sent">
+ <refnamediv>
+ <refname>header_sent</refname>
+ <refpurpose>
+ Gibt True zurück, wenn die Header schon gesendet sind
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Beschreibung:</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>boolean <function>headers_sent</function></funcdef>
+ <paramdef><parameter>void</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ Diese Funktion gibt True zurück, wenn die HTTP-Header bereits
+ abgeschickt worden sind, ansonsten wird False zurück gegeben.
+ </para>
+ <para>
+ Siehe auch: <function>header</function>.
+ </para>
    </refsect1>
   </refentry>