PHP Class Pinq\Expressions\Operators\Cast

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

Public Methods

Method Description
doCast ( string $castTypeOperator, mixed $value ) : mixed Performs the cast operation on the supplied value.

Method Details

doCast() public static method

Performs the cast operation on the supplied value.
public static doCast ( string $castTypeOperator, mixed $value ) : mixed
$castTypeOperator string
$value mixed
return mixed