Cassandra\FuturePreparedStatement::get PHP 메소드

get() 공개 메소드

{@inheritDoc}
public get ( float | null $timeout = null ) : mixed
$timeout float | null
리턴 mixed a value that the future has been resolved with
    public function get($timeout = null)
    {
    }
FuturePreparedStatement