Date: 06/27/00
- Next message: Roman Kriz, Nemocnice Boh.: "[PHPDOC] first line"
- Previous message: Egon Schmid: "[PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sli Tue Jun 27 02:49:33 2000 EDT
Modified files:
/phpdoc/de/functions session.xml
/phpdoc/en/functions session.xml
/phpdoc/it/functions session.xml
/phpdoc/ja/functions session.xml
Log:
session_destroy returns void not bool.
Index: phpdoc/de/functions/session.xml
diff -u phpdoc/de/functions/session.xml:1.8 phpdoc/de/functions/session.xml:1.9
--- phpdoc/de/functions/session.xml:1.8 Sat Jun 24 00:38:43 2000
+++ phpdoc/de/functions/session.xml Tue Jun 27 02:49:32 2000
@@ -318,16 +318,13 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>session_destroy</function></funcdef>
+ <funcdef>void <function>session_destroy</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<simpara>
<function>session_destroy</function> destroys all of the data
associated with the current session.
- </simpara>
- <simpara>
- This function always returns true.
</simpara>
<note>
<para>
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.13 phpdoc/en/functions/session.xml:1.14
--- phpdoc/en/functions/session.xml:1.13 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/session.xml Tue Jun 27 02:49:32 2000
@@ -378,16 +378,13 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>session_destroy</function></funcdef>
+ <funcdef>void <function>session_destroy</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<simpara>
<function>session_destroy</function> destroys all of the data
associated with the current session.
- </simpara>
- <simpara>
- This function always returns true.
</simpara>
<note>
<para>
Index: phpdoc/it/functions/session.xml
diff -u phpdoc/it/functions/session.xml:1.4 phpdoc/it/functions/session.xml:1.5
--- phpdoc/it/functions/session.xml:1.4 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/session.xml Tue Jun 27 02:49:32 2000
@@ -318,16 +318,13 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>session_destroy</function></funcdef>
+ <funcdef>void <function>session_destroy</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<simpara>
<function>session_destroy</function> destroys all of the data
associated with the current session.
- </simpara>
- <simpara>
- This function always returns true.
</simpara>
<note>
<para>
Index: phpdoc/ja/functions/session.xml
diff -u phpdoc/ja/functions/session.xml:1.6 phpdoc/ja/functions/session.xml:1.7
--- phpdoc/ja/functions/session.xml:1.6 Sat Jun 24 00:38:44 2000
+++ phpdoc/ja/functions/session.xml Tue Jun 27 02:49:32 2000
@@ -344,15 +344,13 @@
<title>説明</title>
<funcsynopsis>
<funcprototype>
- <funcdef>bool <function>session_destroy</function></funcdef>
+ <funcdef>void <function>session_destroy</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<simpara>
<function>session_destroy</function> は、現在のセッションに
関連づけられた全てのデータを破棄します。</simpara>
- <simpara>
- この関数は常に true を返します。</simpara>
<note>
<para>
この関数は、PHP 4.0 で追加されました。</para>
- Next message: Roman Kriz, Nemocnice Boh.: "[PHPDOC] first line"
- Previous message: Egon Schmid: "[PHPDOC] cvs: phpdoc /de/appendices phpdevel.xml /en/appendices phpdevel.xml /it/appendices phpdevel.xml /ja/appendices phpdevel.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

