芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/lib/horde/framework/Horde/Stream/Wrapper/CombineStream.php
* @category Horde * @deprecated Use Horde_Stream_Wrapper_Combine::getStream() * @copyright 2009-2016 Horde LLC * @license http://www.horde.org/licenses/bsd BSD * @package Stream_Wrapper */ interface Horde_Stream_Wrapper_CombineStream { /** * Return a reference to the data. * * @return array */ public function getData(); }