\HproseAbstractStream

Summary

Methods
Properties
Constants
close()
getc()
read()
readuntil()
seek()
mark()
unmark()
reset()
skip()
eof()
write()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

close()

close() 

getc()

getc() 

read()

read(  $length) 

Parameters

$length

readuntil()

readuntil(  $char) 

Parameters

$char

seek()

seek(  $offset,   $whence = SEEK_SET) 

Parameters

$offset
$whence

mark()

mark() 

unmark()

unmark() 

reset()

reset() 

skip()

skip(  $n) 

Parameters

$n

eof()

eof() 

write()

write(  $string,   $length = -1) 

Parameters

$string
$length