Cassandra\Tinyint::mod PHP Метод

mod() публичный Метод

public mod ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
Результат cassandra\Numeric remainder
    public function mod(Numeric $divisor)
    {
    }