Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 103090 программистов и 9255 роботов. Сейчас ищет 1821 программист ...
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