What is Operator in PHP
PHP Operators
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.
- Airthmetic Operators
- Comparision Operators
- Logical (or Relational) Operators
- Assignment Operators
- Conditional (or ternary) Operators
What is Operator in PHP
Reviewed by Rajat Jha
on
09:48:00
Rating:
No comments: