PHP Класс Pinq\Expressions\Operators\Binary

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
doBinaryOperation ( mixed $left, string $operator, mixed $right ) : mixed Performs the binary operation on the supplied values.

Описание методов

doBinaryOperation() публичный статический метод

Performs the binary operation on the supplied values.
public static doBinaryOperation ( mixed $left, string $operator, mixed $right ) : mixed
$left mixed
$operator string
$right mixed
Результат mixed