Test::div PHP Method

div() public method

public div ( $a, $b )
    function div($a, $b)
    {
        return $a / $b;
    }