Test::sub PHP Méthode

sub() public méthode

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