PHP Class Pinq\Expressions\Operators\Unary

Author: Elliot Levin ([email protected])
显示文件 Open project: timetoogo/pinq Class Usage Examples

Public Methods

Method Description
doUnaryOperation ( string $operator, mixed &$value ) : mixed Performs the unary operation on the supplied value.

Method Details

doUnaryOperation() public static method

Performs the unary operation on the supplied value.
public static doUnaryOperation ( string $operator, mixed &$value ) : mixed
$operator string
$value mixed
return mixed