PHPDaemon\Clients\Gibson\Pool::isCommand PHP Method

isCommand() public method

Is command?
public isCommand ( string $name ) : boolean
$name string Command
return boolean
    public function isCommand($name)
    {
        return isset($this->opCodes[strtolower($name)]);
    }