Skip to content

Latest commit

 

History

History
116 lines (80 loc) · 1.7 KB

FileStream.ru.md

File metadata and controls

116 lines (80 loc) · 1.7 KB

FileStream

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

Описание

Class FileStream


Методы


Методы

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

getFilePointer()

getFilePointer(): int

truncate()

truncate(int $size): void