Video # 7 - PHP Operators

1 year ago
22

We can combine different operators to make complex expressions. When you use multiple operators in an expression they are grouped by their Precedence. And if they have the same Precedence then the Associativity decides how they are group. Precedence of operators decides the order of execution in an expression.

Loading comments...