Test::mul PHP Method

mul() public method

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