PHP Classes

Packages of Joshua Townsend

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Joshua Townsend (3)  >  Mission progress status  >  Reputation  
Picture of Joshua Townsend
Name: Joshua Townsend <contact>
Classes: 3
Country: United States United States
Age: 34
All time rank: 21925 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 10680
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 Code Timer  
Measure the time a PHP script takes to execute
This is a simple class that can be used to measure the time that a script takes to execute.

It can start and stop the count of time at any point of the script.

The measured time is returned in seconds with micro-second resolution.
Not enough user ratings

  Files folder image Request Data  
Retrieve and process request parameters
This class can be used to retrieve and process request values from super-global variables.

It can retrieve request values from $_ENV, $_GET, $_POST, $_COOKIE, $_SERVER, $_REQUEST and convert the values to several data types: integer, boolean, strings, float.

The class can also retrieve request headers from $_SERVER variables with names that start with HTTP_ .

The class may also escape values for use in HTML pages to avoid cross-site scripting attacks, as well remove slashes from the values when magic quotes option is on.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 68% 56% 62% 56% - - 51% 2482
Month: Not yet rated by the users

  Files folder image Zip File  
Create and extract ZIP archives in purely in PHP
This class can be used to create and extract ZIP archives.

It can add and list files and directories in a ZIP archive.

The class uses pure PHP code, so it does not use the PHP ZIP extension.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 72% 75% - 66% - - 50% 2728
Month: Not yet rated by the users


  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