Flow PHP

StdOutFilesystem implements Filesystem

FinalYes

Interfaces

Filesystem

Methods

__construct()  : mixed
appendTo()  : DestinationStream
getSystemTmpDir()  : Path
list()  : Generator<string|int, FileStatus>
mount()  : Mount
mv()  : bool
readFrom()  : SourceStream
rm()  : bool
status()  : FileStatus|null
supports()  : bool
True when this filesystem serves the given path's protocol.
writeTo()  : DestinationStream
Open destination stream for writing, if file already exists it will be overwritten.

Methods

__construct()

public __construct([Mount $mount = new Mount('stdout') ][, php_user_filter|null $filter = null ]) : mixed
Parameters
$mount : Mount = new Mount('stdout')
$filter : php_user_filter|null = null

supports()

True when this filesystem serves the given path's protocol.

public supports(Path $path) : bool
Parameters
$path : Path
Return values
bool
On this page

Search results