| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of James Blond (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can be used to cache page content output in files. It can check if a cache file for the current page exists and whether it is still valid. If the cache file does not exist or it is expired, the class starts capturing the current page output and stores it the cache file when the scripts exits. If the cache file exists and has not yet expired, the class outputs the contents of the cache file and exits. |
| ||||
| This class can be used to measure the time a PHP script takes to run. It can take note of time when it starts and ends a given PHP script named section. The class can return that elapsed since it the beginning and and end of a section. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |