PHP Operator
จาก Wiki2
เนื้อหา |
Assign Operator
= += -= .=
Arithmetic Operator
+ - * / %
Comparison Operators
== != > < >= <=
Logical Operators
|| Or &&
Scope Resolution Operator (::)
- http://php.net/manual/en/language.oop5.paamayim-nekudotayim.php
- is a token that allows access to static, constant, and overridden properties or methods of a class.
