Date: 08/14/00
- Next message: Jonston Fang: "[PHP-DOC] Error message from run configure"
- Previous message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions url.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Jonston Fang: "[PHP-DOC] Error message from run configure"
- Previous message: Thomas Schuermann: "[PHP-DOC] cvs: phpdoc /de/functions url.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

