Function settle
Returns a promise that is fulfilled when all of the provided promises have been fulfilled or rejected.
The returned promise is fulfilled with 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
mixed |
$promises |
Promises or values. |
|
PromiseInterface |