Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 1.58 KB

MiscStream.md

File metadata and controls

110 lines (75 loc) · 1.58 KB

MiscStream

  • class MiscStream (php\io\MiscStream) extends Stream
  • package std
  • source php/io/MiscStream.php

Child Classes

MemoryStream

Description

Class MiscStream


Methods


Methods

read()

read(int $length): mixed

readFully()

readFully(): mixed

write()

write(string $value, null|int $length): int

eof()

eof(): bool

seek()

seek(int $position): mixed

getPosition()

getPosition(): int

close()

close(): mixed

length()

length(): int

flush()

flush(): void