Common operators in php

From Computer Science Wiki
PHP Programming Language[1]

There are several different types of operators in PHP. An operator is something that takes one or more values (or expressions, in programming jargon) and yields another value (so that the construction itself becomes an expression).[2]


References