PHP Tutorial PHP Operators

Introduction

  1. PHP Assignment Operators
  2. PHP Arithmetic Operators
  3. PHP Incrementing and Decrementing Operators
  4. PHP Comparison Operators
  5. PHP Logical Operators
  6. PHP String Operators
  7. PHP Ternary Operator
  8. PHP Bitwise Operators
  9. PHP Execution Operator
  10. PHP Operator Precedence

Example

  1. Compare pre-increment to post-increment in PHP
  2. Use arithmetic operator in PHP
  3. Use assignment operator in PHP
  4. Use short-circuit logical expressions in PHP
  5. Use the concatenation operator in PHP




















Home »
  PHP Tutorial »
    Language Basic »




PHP Introduction
PHP Operators
PHP Statements
Variable
PHP Function Create
Exception
PHP Class Definition