Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17138 программистов и 1834 робота. Сейчас ищут 1634 программиста ...
File_Fortune::save
Вернуться к: File_Fortune
File_Fortune::save
File_Fortune::save() – Save changes
Synopsis
require_once 'File/Fortune.php';
void File_Fortune::save ( )
In most cases, it will not be necessary to save changes; __destruct() will save changes when the object goes out of scope. However, if you wish to manually ensure that changes are set, you may call save().
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