PHP 클래스 Pinq\Expressions\Operators\Unary

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

공개 메소드들

메소드 설명
doUnaryOperation ( string $operator, mixed &$value ) : mixed Performs the unary operation on the supplied value.

메소드 상세

doUnaryOperation() 공개 정적인 메소드

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