Overview

Packages

  • Stream
    • Wrapper

Classes

  • Horde_Stream_Wrapper_Combine
  • Horde_Stream_Wrapper_String

Interfaces

  • Horde_Stream_Wrapper_CombineStream
  • Horde_Stream_Wrapper_StringStream
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Stream_Wrapper_Combine

Package: Stream\Wrapper
Category: Horde
License: BSD
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Stream/Wrapper/Combine.php
Methods summary
public
# stream_open( string $path, string $mode, integer $options, string & $opened_path )

Parameters

$path
$mode
$options
$opened_path
$opened_path

Throws

Exception

See

streamWrapper::stream_open()
public mixed
# stream_read( integer $count )

Parameters

$count

Returns

mixed

See

streamWrapper::stream_read()
public integer
# stream_write( string $data )

Parameters

$data

Returns

integer

See

streamWrapper::stream_write()
public integer
# stream_tell( )

Returns

integer

See

streamWrapper::stream_tell()
public boolean
# stream_eof( )

Returns

boolean

See

streamWrapper::stream_eof()
public array
# stream_stat( )

Returns

array

See

streamWrapper::stream_stat()
public boolean
# stream_seek( integer $offset, integer $whence )

Parameters

$offset
$whence
SEEK_SET, SEEK_CUR, or SEEK_END

Returns

boolean

See

streamWrapper::stream_seek()
Properties summary
public resource $context

Context.

Context.

#
API documentation generated by ApiGen