Documentation

ProcessStream
in package
implements StreamInterface

Table of Contents

Interfaces

StreamInterface

Methods

__construct()  : mixed
__toString()  : mixed
close()  : mixed
detach()  : mixed
eof()  : mixed
getContents()  : mixed
getMetadata()  : mixed
getSize()  : mixed
isReadable()  : mixed
isSeekable()  : mixed
isWritable()  : mixed
read()  : mixed
rewind()  : mixed
seek()  : mixed
tell()  : mixed
write()  : mixed

Methods

__construct()

public __construct(string $command) : mixed
Parameters
$command : string

getMetadata()

public getMetadata([mixed $key = null ]) : mixed
Parameters
$key : mixed = null

read()

public read(mixed $length) : mixed
Parameters
$length : mixed

seek()

public seek(mixed $offset[, mixed $whence = SEEK_SET ]) : mixed
Parameters
$offset : mixed
$whence : mixed = SEEK_SET

write()

public write(mixed $string) : mixed
Parameters
$string : mixed

        
On this page

Search results