Fixed two illegal < characters.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62858 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-11-20 02:37:36 +00:00
parent 2d72033855
commit 9ccabbcce5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.76 $ -->
<!-- $Revision: 1.77 $ -->
<reference id="ref.info">
<title>PHP options &amp; information</title>
<titleabbrev>PHP options/info</titleabbrev>
@ -1826,13 +1826,13 @@ putenv ("UNIQID=$uniqid");
If you specify the third optional
<parameter>operator</parameter> argument, you
can test for a particular relationship. The possible
operators are: <literal><</literal>,
operators are: <literal>&lt;</literal>,
<literal>lt</literal>, <literal>&lt;=</literal>,
<literal>le</literal>, <literal>&gt;</literal>,
<literal>gt</literal>, <literal>&gt;=</literal>,
<literal>ge</literal>, <literal>==</literal>,
<literal>=</literal>, <literal>eq</literal>,
<literal>!=</literal>, <literal><&gt;</literal>,
<literal>!=</literal>, <literal>&lt;&gt;</literal>,
<literal>ne</literal> respectively. Using
this argument, the function will return 1 if
the realtionship is the one specified by the