PHP Class Pinq\Expressions\Operators\Binary

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq Class Usage Examples

Méthodes publiques

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

Method Details

doBinaryOperation() public static méthode

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