Skip to content

Latest commit

 

History

History
123 lines (84 loc) · 2.07 KB

ResourceStream.ru.md

File metadata and controls

123 lines (84 loc) · 2.07 KB

ResourceStream

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

Описание

Class ResourceStream


Статичные Методы


Методы


Статичные Методы

getResources()

ResourceStream::getResources(string $name): ResourceStream[]

Методы

__construct()

__construct(string $path): void

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

toExternalForm()

toExternalForm(): string