StreamWrapperFactoryInterface
in
Table of Contents
Methods
- createStreamWrapper() : StreamWrapperInterface|null
- statUrl() : array<string|int, mixed>|false
Methods
createStreamWrapper()
public
createStreamWrapper(string $url, string $mode, int $options) : StreamWrapperInterface|null
Parameters
- $url : string
- $mode : string
- $options : int
Return values
StreamWrapperInterface|nullstatUrl()
public
statUrl(string $url, int $flags) : array<string|int, mixed>|false
Parameters
- $url : string
-
The file path or URL to stat. Note that in the case of a URL, it must be a :// delimited URL. Other URL forms are not supported.
- $flags : int
-
Holds additional flags set by the streams API. It can hold one or both of STREAM_URL_STAT_LINK and STREAM_URL_STAT_QUIET.