File_Fortune::setFile()

File_Fortune::setFile()  -- Set fortune file

Synopsis

require_once 'File/Fortune.php';

File_Fortune File_Fortune::setFile (string $file, string [$headerFile = NULL])

Description

setFile() may be used to explicitly set a fortune file to use or create.

Parameter

string $file

string $headerFile

Throws

throws no exceptions thrown

Note

This function can not be called statically.