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