File "FutureArrayInterface.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
File size: 213 B (213 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
namespace GuzzleHttp\Ring\Future;

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