filmov
tv
PHP operator precedence in arithmetic operations - 01.4

Показать описание
Beware the precedence! For programmers that choose not use brackets in their code its necessary to be completely aware of the order in which php computes the arithmetic operators in an arithmetic expression. Multiplication and division come first and then addition and subtraction.