explain about php operators in detail with example
Answers
Answered by
0
Answer:
PHP Operator is a symbol i.e used to perform operations on operands. In simple words, operators are used to perform operations on variables or values. For example: $num=10+20;//+ is the operator and 10,20 are operands.
Similar questions