PHP Class Pinq\Expressions\Operators\Binary

Author: Elliot Levin ([email protected])
Show file Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
doBinaryOperation ( mixed $left, string $operator, mixed $right ) : mixed Performs the binary operation on the supplied values.

Method Details

doBinaryOperation() public static method

Performs the binary operation on the supplied values.
public static doBinaryOperation ( mixed $left, string $operator, mixed $right ) : mixed
$left mixed
$operator string
$right mixed
return mixed