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