- класс
ResourceStream
(php\io\ResourceStream
) унаследован отStream
- пакет
std
- исходники
php/io/ResourceStream.php
Описание
Class ResourceStream
ResourceStream ::
getResources()
- См. также в родительском классе Stream
->
__construct()
->
read()
->
readFully()
->
write()
->
eof()
->
seek()
->
getPosition()
->
close()
->
toExternalForm()
- См. также в родительском классе Stream
ResourceStream::getResources(string $name): ResourceStream[]
__construct(string $path): void
read(int $length): mixed
readFully(): mixed
write(string $value, null|int $length): int
eof(): bool
seek(int $position): mixed
getPosition(): int
close(): mixed
toExternalForm(): string