Test::div PHP Méthode

div() public méthode

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