From a7a3550ed8ba1c7ec3aa6ff650a98a102120fd68 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Jun 2005 09:40:05 +0000 Subject: [PATCH] Return bool with third parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188518 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/version-compare.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/info/functions/version-compare.xml b/reference/info/functions/version-compare.xml index 04fb7fee05..68bb11ca8c 100644 --- a/reference/info/functions/version-compare.xml +++ b/reference/info/functions/version-compare.xml @@ -1,5 +1,5 @@ - + @@ -55,8 +55,8 @@ =, eq, !=, <>, ne 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.