Date: 08/28/00
- Next message: Lars Torben Wilson: "Re: [PHP-DOC] cvs: phpdoc /en/functions network.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] About QUICK REF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
torben Mon Aug 28 10:56:36 2000 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Fix up the div operator thing again.
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.12 phpdoc/en/language/operators.xml:1.13
--- phpdoc/en/language/operators.xml:1.12 Sat Aug 26 18:44:41 2000
+++ phpdoc/en/language/operators.xml Mon Aug 28 10:56:36 2000
@@ -52,8 +52,10 @@
<simpara>
The division operator ("/") returns an integer value (the result
of an integer division) if the two operands are integers (or
- strings that get converted to integers). If either operand is a
- floating-point value, floating-point division is performed.
+ strings that get converted to integers) and the quotient is an
+ integer. If either operand is a floating-point value, or the
+ operation results in a non-integer value, a floating-point value
+ is returned.
</simpara>
</sect1>
- Next message: Lars Torben Wilson: "Re: [PHP-DOC] cvs: phpdoc /en/functions network.xml"
- Previous message: Hartmut Holzgraefe: "Re: [PHP-DOC] About QUICK REF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

