Computer Science, asked by thaakshinent, 27 days ago

explain about php operators in detail with example​

Answers

Answered by sidney134
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