Phalcon\Cli\Environment\EnvironmentInterface::isInteractive PHP Method

isInteractive() public method

Checks if the file descriptor is an interactive terminal.
public isInteractive ( integer | resource $fd = self::STDOUT ) : boolean
$fd integer | resource File descriptor, must be either a file resource or an integer [Optional]
return boolean
    public function isInteractive($fd = self::STDOUT);