Flow PHP

Filesystem

Methods

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

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