Test::mul PHP Méthode

mul() public méthode

public mul ( $a, $b )
    function mul($a, $b)
    {
        return $a * $b;
    }