Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17130 программистов и 1833 робота. Сейчас ищут 1662 программиста ...
File_Fortune::add
Вернуться к: File_Fortune
File_Fortune::add
File_Fortune::add() – Add a new fortune
Synopsis
require_once 'File/Fortune.php';
File_Fortune File_Fortune::add ( string $fortune )
This package is not documented yet.
Parameter
- string $fortune
-
Fortune string to add to fortune file. Fortune will be appended to fortune file.
If multiple files or a directory have been set, you cannot manipulate the fortune list, and this method will raise an exception.
Throws
throws File_Fortune_Exception
Note
This function can not be called statically.
Вернуться к: File_Fortune