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_String

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

Parameters

$path
$mode
$options
$opened_path
$opened_path
public string
# stream_read( integer $count )

Parameters

$count

Returns

string
public integer
# stream_write( string $data )

Parameters

$data

Returns

integer
public integer
# stream_tell( )

Returns

integer
public boolean
# stream_eof( )

Returns

boolean
public array
# stream_stat( )

Returns

array

See

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

Parameters

$offset
$whence
SEEK_SET, SEEK_CUR, or SEEK_END
Properties summary
public resource $context
#
API documentation generated by ApiGen