jfile class is a wrapper class for fopen/fclose and flock. With this class, its easy to open new files which are locked and released after use
|
|
| Name: |
class.jfile.php |
| Base name: |
116 |
| Description: |
jfile class is a wrapper class for fopen/fclose and flock. |
| Version: |
- |
| PHP version: |
- |
| License: |
Unspecified (ask the author) |
| All time users: |
1695 users |
| All time rank: |
2060 |
| Week users: |
1 user |
| Week rank: |
2173  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
- |
- |
- |
- |
Not sure (50.0%) |
1535 |
| Month: |
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 |
class.jfile.php |
Class |
jfile class is wrapper class to allow users to open and close files with locking. This is really important in multiuser (like www) environments where many instances are accessing and writing to same files. |