Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17226 программистов и 1834 робота. Сейчас ищут 1668 программистов ...
File_Fortune::getRandom
Вернуться к: File_Fortune
File_Fortune::getRandom
File_Fortune::getRandom() – Retrieve random fortune
Synopsis
require_once 'File/Fortune.php';
string File_Fortune::getRandom ( )
getRandom() pulls a random fortune. If a fortune file has been explicitly specified, the fortune will be pulled from that file; if a directory has been specified, a random fortune file will first be selected.
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: File_Fortune