Example #1
0
/**
 * Alias of File::rand().  Returns a random file from the specified
 * directory.
 *
 * @access public
 * @param string
 * @param mixed
 * @return string
 */
function file_rand($path, $ext = false)
{
    return File::rand($path, $ext);
}