avenger Wed Nov 6 11:19:55 2002 EDT
Modified files:
/phpdoc/en/reference/http/functions headers-sent.xml
Log:
finished
Index: phpdoc/en/reference/http/functions/headers-sent.xml
diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.4
phpdoc/en/reference/http/functions/headers-sent.xml:1.5
--- phpdoc/en/reference/http/functions/headers-sent.xml:1.4 Tue Sep 17 08:44:11
2002
+++ phpdoc/en/reference/http/functions/headers-sent.xml Wed Nov 6 11:19:55 2002
@@ -1,39 +1,35 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.7 -->
<refentry id="function.headers-sent">
<refnamediv>
<refname>headers_sent</refname>
- <refpurpose>Returns &true; if headers have been sent</refpurpose>
+ <refpurpose>����ͷ����Ϣ�Ƿ��Ѿ������ͣ�����ǣ����� &true;</refpurpose>
</refnamediv>
<refsect1>
- <title>Description</title>
+ <title>����</title>
<methodsynopsis>
<type>bool</type><methodname>headers_sent</methodname>
<methodparam><type>string</type><parameter>&file</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>&line</parameter></methodparam>
</methodsynopsis>
<para>
- This function returns &true; if the HTTP headers have already been
- sent, &false; otherwise. You can't add any more header lines using
- the <function>header</function> function once the header block has
- already been sent. Using this function you can at least prevent
- getting the "Duplicate headers ..." error messages.
+ ����������Խű���ͷ����Ϣ�Ƿ��Ѿ����ͣ�������� &true; ����
+&false;��һ��ͷ����Ϣ�Ѿ������ͣ��㽫������ʹ�� <function>header</function>
+ ����������������ͷ����Ϣ��ʹ�ô˺�������ʹ������ȵı������� "Duplicate
+headers ..." �Ĵ�����Ϣ��
</para>
<para>
- The function will return the php source file and line number where
- output started in the optional <parameter>file</parameter> and
- <parameter>line</parameter> parameters if these are given.
+ ������Ȳ��� <parameter>file</parameter>
+ �� <parameter>line</parameter>
+ ��ָ���������᷵��ָ���ļ�ָ��������ͷ����Ϣ�ķ��������
</para>
<note>
<simpara>
- <parameter>file</parameter> and <parameter>line</parameter> where
- added for PHP 4.3.0.
+ <parameter>file</parameter> and <parameter>line</parameter>
+ ������ PHP 4.3.0 �汾�б����롣
</simpara>
</note>
<para>
- See also <function>header</function> for a more detailed discussion
- of the matters involved.
+ ����ϸ�ڵ����۲μ� <function>header</function>��
</para>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php