mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
38ec36cd37
commit
55b5652c85
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue