Predis\ClientContextInterface::execute PHP 메소드

execute() 공개 메소드

Starts the execution of the context.
public execute ( mixed $callable = null ) : array
$callable mixed Optional callback for execution.
리턴 array
    public function execute($callable = null);