Your IP : 216.73.216.95


Current Path : /var/www/alh/upload/system/storage/vendor/guzzlehttp/ringphp/src/Future/
Upload File :
Current File : /var/www/alh/upload/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 {};