vrana Thu Jun 16 05:40:05 2005 EDT
Modified files: /phpdoc/en/reference/info/functions version-compare.xml Log: Return bool with third parameter http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/version-compare.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/info/functions/version-compare.xml diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.8 phpdoc/en/reference/info/functions/version-compare.xml:1.9 --- phpdoc/en/reference/info/functions/version-compare.xml:1.8 Sat May 14 02:15:52 2005 +++ phpdoc/en/reference/info/functions/version-compare.xml Thu Jun 16 05:40:05 2005 @@ -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><></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>