From 9ccabbcce57947e56f0d27865474c4376adf4545 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 20 Nov 2001 02:37:36 +0000 Subject: [PATCH] Fixed two illegal < characters. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62858 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 0482f8a4d1..5ce9582e15 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -1826,13 +1826,13 @@ putenv ("UNIQID=$uniqid"); If you specify the third optional operator argument, you can test for a particular relationship. The possible - operators are: <, + operators are: <, lt, <=, le, >, gt, >=, ge, ==, =, eq, - !=, <>, + !=, <>, ne respectively. Using this argument, the function will return 1 if the realtionship is the one specified by the