Documentation

StreamWrapperFactoryInterface

Table of Contents

Methods

createStreamWrapper()  : StreamWrapperInterface|null
statUrl()  : array<string|int, mixed>|false

Methods

statUrl()

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.

Tags
see
https://www.php.net/manual/de/streamwrapper.url-stat.php
Return values
array<string|int, mixed>|false

        
On this page

Search results