Deployment\CommandLine::isEmpty PHP 메소드

isEmpty() 공개 메소드

public isEmpty ( )
    public function isEmpty()
    {
        return !isset($_SERVER['argv']) || count($_SERVER['argv']) < 2;
    }