SproutCMS

This is the code documentation for the SproutCMS project

function putStream()

Saves file content from a stream. Basically just fopen/stream_copy_to_stream/fclose

Usage

void $FilesBackend->putStream ( mixed $filename , mixed $stream );

Arguments

  1. $filename
  2. $stream

Return value

  • void