didou Wed Feb 18 12:19:41 2004 EDT
Modified files:
/phpdoc/en/reference/session/functions session-set-save-handler.xml
/phpdoc/en/reference/muscat/functions muscat-get.xml
Log:
using entities
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-set-save-handler.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/session/functions/session-set-save-handler.xml
diff -u phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.9
phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.10
--- phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.9 Thu
Jan 15 07:43:17 2004
+++ phpdoc/en/reference/session/functions/session-set-save-handler.xml Wed Feb 18
12:19:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/session.xml, last change in rev 1.23 -->
<refentry id="function.session-set-save-handler">
<refnamediv>
@@ -55,7 +55,7 @@
Read function must return string value always to make save
handler work as expected. Return empty string if there is no data
to read. Return values from other handlers are converted to
- boolean expression. TRUE for success, FALSE for failure.
+ boolean expression. &true; for success, &false; for failure.
</para>
<para>
<example>
http://cvs.php.net/diff.php/phpdoc/en/reference/muscat/functions/muscat-get.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/muscat/functions/muscat-get.xml
diff -u phpdoc/en/reference/muscat/functions/muscat-get.xml:1.4
phpdoc/en/reference/muscat/functions/muscat-get.xml:1.5
--- phpdoc/en/reference/muscat/functions/muscat-get.xml:1.4 Sun Jun 30 12:08:48
2002
+++ phpdoc/en/reference/muscat/functions/muscat-get.xml Wed Feb 18 12:19:41 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 -->
<refentry id="function.muscat-get">
<refnamediv>
@@ -17,8 +17,8 @@
&warn.undocumented.func;
</para>
<para>
- Returns a literal FALSE when there is no more to get (as opposed to "").
- Use === FALSE or !== FALSE to check for this.
+ Returns a literal &false; when there is no more to get (as opposed to "").
+ Use === &false; or !== &false; to check for this.
</para>
</refsect1>
</refentry>