%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/ezimuel/ringphp/src/Future/ |
| Current File : /home/graphicd/public_html/vebto/vendor/ezimuel/ringphp/src/Future/FutureArrayInterface.php |
<?php
namespace GuzzleHttp\Ring\Future;
/**
* Future that provides array-like access.
*/
interface FutureArrayInterface extends
FutureInterface,
\ArrayAccess,
\Countable,
\IteratorAggregate {};