Function inspect_all
Waits on all of the provided promises, but does not unwrap rejected promises as thrown exception.
Returns an array of inspection state arrays.
Namespace: GuzzleHttp\Promise
See: GuzzleHttp\Promise\inspect for the inspection state array format.
Located at functions.php
See: GuzzleHttp\Promise\inspect for the inspection state array format.
Located at functions.php
|
$promises |
Traversable of promises to wait upon. |
array
|
array |