File_Fortune::setFile (Previous) (Next) File_Fortune::setHeaderFile

View this page in Last updated: Sun, 17 Aug 2008
English | French | German | Japanese | Plain HTML

File_Fortune::setFiles()

File_Fortune::setFiles()  -- Set multiple fortune files

Description

setFiles() may be used to define a list of files from which to pull fortunes. You may pass either a string single argument, an array single argument, or multiple string arguments. As examples:


<?php
// single file:
$fortunes->setFiles('/path/to/fortunefile');

// array of files:
$fortunes->setFiles(array('/path/to/fortunefile''/another/fortunefile''/more/fortunes'));

// multiple individual files:
$fortunes->setFiles('/path/to/fortunefile''/another/fortunefile''/more/fortunes');
?>

Throws

throws no exceptions thrown

Note

This function can not be called statically.

File_Fortune::setFile (Previous) (Next) File_Fortune::setHeaderFile

Download Documentation Last updated: Sun, 17 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.