\BytesIO

Summary

Methods
Properties
Constants
__construct()
close()
length()
getc()
read()
readfull()
readuntil()
readString()
mark()
unmark()
reset()
skip()
eof()
write()
load()
save()
toString()
__toString()
No public properties found
No constants found
No protected methods found
$buffer
$length
$pos
$mark
N/A
No private methods found
No private properties found
N/A

Properties

$buffer

$buffer : 

Type

$length

$length : 

Type

$pos

$pos : 

Type

$mark

$mark : 

Type

Methods

__construct()

__construct(  $string = '') 

Parameters

$string

close()

close() 

length()

length() 

getc()

getc() 

read()

read(  $n) 

Parameters

$n

readfull()

readfull() 

readuntil()

readuntil(  $tag) 

Parameters

$tag

readString()

readString(  $n) 

Parameters

$n

mark()

mark() 

unmark()

unmark() 

reset()

reset() 

skip()

skip(  $n) 

Parameters

$n

eof()

eof() 

write()

write(  $str,   $n = -1) 

Parameters

$str
$n

load()

load(  $filename) 

Parameters

$filename

save()

save(  $filename) 

Parameters

$filename

toString()

toString() 

__toString()

__toString()