Documentation

FileStreamWriter
in package
implements StreamWriterInterface

Interfaces, Classes and Traits

StreamWriterInterface

Table of Contents

$fh  : resource|false
The file handle used to stream from the drive to the application. If the application was unable to open the stream reading it will yield a file permissions exception.
$path  : mixed
__construct()  : mixed
close()  : mixed
open()  : mixed
seek()  : StreamInterface
write()  : mixed

Properties

$fh

The file handle used to stream from the drive to the application. If the application was unable to open the stream reading it will yield a file permissions exception.

private resource|false $fh

Methods

__construct()

public __construct(mixed $path) : mixed
Parameters
$path : mixed
Return values
mixed

write()

public write(mixed $string) : mixed
Parameters
$string : mixed
Return values
mixed

Search results