mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2d72033855
commit
9ccabbcce5
1 changed files with 3 additions and 3 deletions
|
@ -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 & 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><</literal>,
|
||||
<literal>lt</literal>, <literal><=</literal>,
|
||||
<literal>le</literal>, <literal>></literal>,
|
||||
<literal>gt</literal>, <literal>>=</literal>,
|
||||
<literal>ge</literal>, <literal>==</literal>,
|
||||
<literal>=</literal>, <literal>eq</literal>,
|
||||
<literal>!=</literal>, <literal><></literal>,
|
||||
<literal>!=</literal>, <literal><></literal>,
|
||||
<literal>ne</literal> respectively. Using
|
||||
this argument, the function will return 1 if
|
||||
the realtionship is the one specified by the
|
||||
|
|
Loading…
Reference in a new issue