Return bool with third parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-16 09:40:05 +00:00
parent 85d7a3391e
commit a7a3550ed8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.version-compare">
<refnamediv>
@ -55,8 +55,8 @@
<literal>=</literal>, <literal>eq</literal>,
<literal>!=</literal>, <literal>&lt;&gt;</literal>,
<literal>ne</literal> respectively. Using this argument, the
function will return 1 if the relationship is the one specified
by the operator, 0 otherwise.
function will return &true; if the relationship is the one specified
by the operator, &false; otherwise.
</para>
<note>
<para>