What is Operators in PHP Operators let you do various operations like adding two numbers, joining two strings, comparing two values etc. There are two types of operators as binary and unary. Binary needs two operands to do the operation while unary requires only one. Assignment Operator Assignment operator is so common in PHP … Continue reading PHP Operator