This class can be used to keep track of the number of page visitors using text files.
It uses text files to store page visit counts.
Each time a user visits a page the class adds or updates an array entry that counts the number of visits to that page. The array is serialized and store in a text file.
The class reads the text file and unserializes the array to get the count of visited site pages.
| Not yet rated by the users |
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.