eZ\Publish\Core\Persistence\Database\Expression::div PHP Method

div() public method

divide() accepts an arbitrary number of parameters. Each parameter must contain a value or an expression or an array with values or expressions. Example: $q = $dbHandler->createSelectQuery(); $q->select( '*' )->from( 'table' ) ->where( $q->expr->divide( 'id', 2 ) );
public div ( ) : string
return string an expression
    public function div();