Neos\Flow\ResourceManagement\Storage\StorageInterface::getStreamByResourcePath PHP Метод

getStreamByResourcePath() публичный Метод

Returns a stream handle which can be used internally to open / copy the given resource stored in this storage.
public getStreamByResourcePath ( string $relativePath ) : resource | boolean
$relativePath string A path relative to the storage root, for example "MyFirstDirectory/SecondDirectory/Foo.css"
Результат resource | boolean | boolean A URI (for example the full path and filename) leading to the resource file or FALSE if it does not exist
    public function getStreamByResourcePath($relativePath);