Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1833 робота. Сейчас ищут 1737 программистов ...
File_Fortune::create
Вернуться к: File_Fortune
File_Fortune::create
File_Fortune::create() – Create a new fortune file from an array of fortunes
Synopsis
require_once 'File/Fortune.php';
void File_Fortune::create ( $fortunes , string $file = null )
This package is not documented yet.
Parameter
- $fortunes
-
Array of fortunes to use to seed the new fortune file.
- string $file
-
Optional file name to use when creating new fortune file. If not provided, attempts to use the file set via setFile()
Throws
throws File_Fortune_Exception
Note
This function can not be called statically.
Вернуться к: File_Fortune