Microsoft_Http
[ class tree: Microsoft_Http ] [ index: Microsoft_Http ] [ all elements ]

Source for file Stream.php

Documentation is available at Stream.php

  1. <?php
  2.  
  3. /**
  4.  * Zend Framework
  5.  *
  6.  * LICENSE
  7.  *
  8.  * This source file is subject to the new BSD license that is bundled
  9.  * with this package in the file LICENSE.txt.
  10.  * It is also available through the world-wide-web at this URL:
  11.  * http://framework.zend.com/license/new-bsd
  12.  * If you did not receive a copy of the license and are unable to
  13.  * obtain it through the world-wide-web, please send an email
  14.  * to license@zend.com so we can send you a copy immediately.
  15.  *
  16.  * @category   Microsoft
  17.  * @package    Microsoft_Http
  18.  * @subpackage Client_Adapter
  19.  * @version    $Id: Interface.php 16214 2009-06-21 19:34:03Z thomas $
  20.  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  21.  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  22.  */
  23.  
  24. /**
  25.  * An interface description for Microsoft_Http_Client_Adapter_Stream classes.
  26.  *
  27.  * This interface decribes Microsoft_Http_Client_Adapter which supports streaming.
  28.  *
  29.  * @category   Microsoft
  30.  * @package    Microsoft_Http
  31.  * @subpackage Client_Adapter
  32.  * @copyright  Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
  33.  * @license    http://framework.zend.com/license/new-bsd     New BSD License
  34.  */
  35. {
  36.     /**
  37.      * Set output stream
  38.      * 
  39.      * This function sets output stream where the result will be stored.
  40.      * 
  41.      * @param resource $stream Stream to write the output to
  42.      * 
  43.      */
  44.     function setOutputStream($stream);
  45. }

Documentation generated on Wed, 18 May 2011 12:06:54 +0200 by phpDocumentor 1.4.3