PHP Classes

Packages of James Blond

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of James Blond (2)  >  Mission progress status  >  Reputation  
Picture of James Blond
Name: James Blond <contact>
Classes: 2
Country: Germany Germany
Age: 43
All time rank: 2565159 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 859
Week users: 0
 
  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  
  Files folder image mb_cache  
Cache page content output in files
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.

  Files folder image Simple benchmark  
Measure the time a PHP script takes to run
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