PHP Operators


 

PHP Operators

In this tutorial we will study about PHP operators, PHP supports mainly three kind of operators and every kind of operators will be described in subsequent pages.

In this tutorial we will study about PHP operators, PHP supports mainly three kind of operators and every kind of operators will be described in subsequent pages.

Operators in PHP:

Every computer language has its own set of operators, most of the operators are same among all languages and  few languages supports some different set of operators.

PHP supports mainly three kind of operators, unary which needs only one operand, binary which needs two operands and ternary is a kind of operator which acts like if else condition and it needs three operands.

Following links will describe each kind of operators:

Ads