- class
ResourceStream(php\io\ResourceStream) extendsStream - package
std - source
php/io/ResourceStream.php
Description
Class ResourceStream
ResourceStream ::getResources()- See also in the parent class Stream
->__construct()->read()->readFully()->write()->eof()->seek()->getPosition()->close()->toExternalForm()- See also in the parent class Stream
ResourceStream::getResources(string $name): ResourceStream[]__construct(string $path): voidread(int $length): mixedreadFully(): mixedwrite(string $value, null|int $length): inteof(): boolseek(int $position): mixedgetPosition(): intclose(): mixedtoExternalForm(): string