- class
MiscStream
(php\io\MiscStream
) extendsStream
- package
std
- source
php/io/MiscStream.php
Child Classes
Description
Class MiscStream
->
read()
->
readFully()
->
write()
->
eof()
->
seek()
->
getPosition()
->
close()
->
length()
->
flush()
- See also in the parent class Stream
read(int $length): mixed
readFully(): mixed
write(string $value, null|int $length): int
eof(): bool
seek(int $position): mixed
getPosition(): int
close(): mixed
length(): int
flush(): void