?iť?

Your IP : 18.117.106.69


Current Path : /home/scgforma/www/cloud/3rdparty/guzzlehttp/ringphp/src/Future/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php

<?php
namespace GuzzleHttp\Ring\Future;

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