Predis\Profile\ProfileInterface::createCommand PHP 메소드

createCommand() 공개 메소드

Creates a new command instance.
public createCommand ( string $commandID, array $arguments = [] ) : Predis\Command\CommandInterface
$commandID string Command ID.
$arguments array Arguments for the command.
리턴 Predis\Command\CommandInterface
    public function createCommand($commandID, array $arguments = array());