PHP Operators Types with 10 example explained
We have learned in the last tutorial, about Reference Variable in PHP. Now, we will discuss operators in PHP. Also read introduction to PHP language PHP Operators: Simple answer can be given using expression 2+ 5 is equal to 7. Here 2 and 5 are called operands and + is called operator. A PHP operator is a…