Test::sub PHP Method

sub() public method

public sub ( $a, $b )
    function sub($a, $b)
    {
        return $a - $b;
    }