Fix up the div operator thing again.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31439 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2000-08-28 17:56:36 +00:00
parent 38ec36cd37
commit 55b5652c85

View file

@ -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>