using entities

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151715 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-02-18 17:19:41 +00:00
parent cb21a43dc6
commit 401c071624
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>