PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_Fortune

File_Fortune provides an interface for reading from and writing to fortune files.

This package is unmaintained.

Download latest release 1.0.0 (archived versions might be outdated)

License: New BSD License

Description

File_Fortune provides a PHP interface to reading fortune files. With it, you may
retrieve a single fortune, a random fortune, or all fortunes in the file.

Additionally, it offers the ability to access fortune files as if they were a
native array, including updating and deleting items. All write operations will
produce a binary header file to allow compatability with the fortune and
fortune-mod programs (as well as other fortune interfaces).

Documentation

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#11532ClosedReq0.9.12007-07-05Add ability to specify a list of fortune files
#11533Wont fixReq0.9.12007-07-05Modify File_Fortune to use streams instead of file access