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)
    {
    }