PHP Classes

Packages of Rick Hodger

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Rick Hodger (3)  >  Mission progress status  >  Reputation  
Picture of Rick Hodger
Name: Rick Hodger <contact>
Classes: 3
Country: United Kingdom
Age: 46
All time rank: 65334 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 4560
Week users: 0
Innovation award
Innovation award
Nominee: 2x

Winner: 1x
 
  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 filesnap  
PHP Programming Innovation award nominee
January 2007
Number 10
Stream wrapper to write and read snapshot files
This class implements a stream wrapper that can write and read snapshots of files.

It can open a file for writing. If a previous version exist, it copies that version to a snapshot file.

The class may also open a file for reading using an optional date parameter to tell the class to open the snapshot version of the file that existed on the given date.
Not enough user ratings

  Files folder image pop3-stream  
PHP Programming Innovation award winner
January 2008
Winner
Stream wrapper to access POP3 messages (old)
This class implements a POP3 stream handler that can be used to access messages in mailboxes using POP3 (or secure POP3, as of v1.2) as if they were regular files.

It accesses a given POP3 mailbox using the PHP IMAP extension authenticating as an user with password specified in the URL passed to the PHP fopen function.

The class can read individual message headers and body in a single stream when the PHP fread function is called.

It can also list all the messages in the mailbox when the PHP readdir function is called.

The class can retrieve details of a message using the PHP function stat or delete a message with the PHP unlink function.

Please note that this wrapper has issues handling deletion of emails. It is recommended that you use Manuel Lemos' wrapper instead.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 25% 41% 50% 41% - - 25% 4439
Month: Not yet rated by the users

  Files folder image snmp-cdp  
Discover CISCO ports using CDP with SNMP
This class can be used to discover CISCO routers and switch ports connected to other network devices with the CISCO Discovery Protocol (CDP).

It uses SNMP commands to retrieve port details and uses CDP to determine if those ports are connected to another device and what is the name and port on the remote device.
Not enough user ratings


  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