Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 45656 программистов и 1341 робот. Сейчас ищут 1169 программистов ...
File_Fortune::getFiles
Вернуться к: File_Fortune
File_Fortune::getFiles
File_Fortune::getFiles() – Retrieve list of currently set fortune files
Synopsis
require_once 'File/Fortune.php';
array File_Fortune::getFiles ( )
Retrieves a list of all currently set fortune files, as set either explicitly by setFiles() or implicitly by setDirectory().
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: File_Fortune