What is Operator Types in PHP or PHP Operator Types or Operator Types In PHP
PHP Operator Types
What is Operator?
Simple answer can be given using expression 4 + 5 is equal to 9. Here 4 and 5 are called operands and + is called operator. PHP language supports following type of operators.
- Arithmetic Operators
- Comparision Operators
- Logical (or Relational) Operators
- Assignment Operators
- Conditional (or ternary) Operators
What is Operator Types in PHP or PHP Operator Types or Operator Types In PHP
Reviewed by Rajat Jha
on
10:18:00
Rating:
No comments: