stream_interface
interface stream_interface
Methods
resource
read_stream(string $path)
Reads a file as a stream
void
write_stream(string $path, resource $resource)
Writes a new file using a stream
Details
at line 28
resource
read_stream(string $path)
Reads a file as a stream
at line 40
void
write_stream(string $path, resource $resource)
Writes a new file using a stream