GuzzleHttpPromiseiter_for
Returns an iterator for the given value.
Description
GuzzleHttp\Promise\iter_for( (mixed) $value );
Parameters (1)
- 0. $value (mixed)
- The value.
Usage
if ( !function_exists( 'GuzzleHttp\Promise\iter_for' ) ) { require_once ABSPATH . PLUGINDIR . 'w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'; } // The value. $value = null; // NOTICE! Understand what this does before running. $result = GuzzleHttp\Promise\iter_for($value);
Defined (1)
The function is defined in the following location(s).