- класс
MiscStream
(php\io\MiscStream
) унаследован отStream
- пакет
std
- исходники
php/io/MiscStream.php
Классы наследники
Описание
Class MiscStream
->
read()
->
readFully()
->
write()
->
eof()
->
seek()
->
getPosition()
->
close()
->
length()
->
flush()
- См. также в родительском классе 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