Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 1.69 KB

MiscStream.ru.md

File metadata and controls

110 lines (75 loc) · 1.69 KB

MiscStream

  • класс MiscStream (php\io\MiscStream) унаследован от Stream
  • пакет std
  • исходники php/io/MiscStream.php

Классы наследники

MemoryStream

Описание

Class MiscStream


Методы


Методы

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