This class can be used to read, add, modify and delete lines from text files.
It can open an existing file or create a new one.
The class can retrieve the file lines into an array, optionally keeping only those that match a given content criteria.
It can also sort the returned lines or limit the number of lines that are returned just like with SQL database queries.
The class can also modify or delete the file lines according to a content condition.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
SimpleFile.class.php |
Class |
The most recent version of SimpleFiles, lighter than the first one. (This version was not tested a lot, but the source is quiet near the old version) |
simplefiles2.class.php |
Class |
simplefiles class |