- 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): mixedreadFully(): mixedwrite(string $value, null|int $length): inteof(): boolseek(int $position): mixedgetPosition(): intclose(): mixedlength(): intflush(): void