SproutCMS

This is the code documentation for the SproutCMS project

function putString()

Saves file content as a string. Basically the same as file_put_contents

Usage

void $FilesBackend->putString ( mixed $filename , mixed $content );

Arguments

  1. $filename
  2. $content

Return value

  • void