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