Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Cassandra
Future
PHP Interface Cassandra\Future
See also:
Cluster::connectAsync()
See also:
Session::executeAsync()
See also:
Session::prepareAsync()
See also:
Session::closeAsync()
Exibir arquivo
Open project: datastax/php-driver
Public Methods
Method
Description
get
(
float
|
null
$timeout
= null ) :
mixed
Waits for a given future resource to resolve and throws errors if any.
Method Details
get()
public
method
Waits for a given future resource to resolve and throws errors if any.
public
get
(
float
|
null
$timeout
= null ) :
mixed
$timeout
float
|
null
return
mixed
a value that the future has been resolved with