Your IP : 3.144.91.47


Current Path : /home/sudancam/.trash/shop.1/system/storage/vendor/guzzlehttp/ringphp/src/Future/
Upload File :
Current File : /home/sudancam/.trash/shop.1/system/storage/vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php

<?php
namespace GuzzleHttp\Ring\Future;

/**
 * Future that provides array-like access.
 */
interface FutureArrayInterface extends
    FutureInterface,
    \ArrayAccess,
    \Countable,
    \IteratorAggregate {};