Monthly Archives: August 2013

Posted by on .

PHP Operators

php-operatorsPhp operators and expressions
Php operators are punctuation symbols that process operands and produce corresponding values, While a snippet contains operands along with some operators is known as php expression. A php expression may contains variables and some constants.
Mainly php has six types of operator are as follows

  • Arithmetic Operators
  • Assignment Operators
  • Incrementing/Decrementing Operators
  • Comparison Operators
  • Logical Operators
  • Array Operators

More