Tag Archiv: classes

Degrees Minutes Seconds to Decimal Degrees

Package:
Degrees Minutes Seconds to Decimal Degrees
Summary:
Convert angles from degrees to decimal format
Groups:
Conversion, Geography
Author:
Roberto Aleman
Description:
This a simple class can be used to convert angles from degrees to decimal format.

It can convert an angle value given the values of the degrees, minutes and seconds to the decimal format.


Connect database

Package:
Connect database
Summary:
Execute MySQL SELECT queries from parameter lists
Groups:
Databases, PHP 5
Author:
ajay prasad
Description:
This class can be used to execute MySQL SELECT queries from parameter lists.

It can execute SQL select queries from parameters that define tables, fields, field values, condition clauses, result set order columns, and result set record ranges.


PHP Duplicate Files Finder

Package:
PHP Duplicate Files Finder
Summary:
Find files with the same contents
Groups:
Files and Folders, PHP 5, Utilities and Tools
Author:
Er. Rochak Chauhan
Description:
This class can be used to find files with the same contents.

It can traverse a given directory recursively and compute the MD5 hash of all the files that it finds.

The class returns the list of files that have the same contents based on having the same MD5 hash value.


Twitter RSS

Package:
Twitter RSS
Summary:
Retrieve and display Twitter user timeline
Groups:
HTTP, Social Networking, Web services, XML
Author:
Plamen Markov
Description:
This class can be used to retrieve and display Twitter user timeline.

It retrieves and parses the RSS feed of the a Twitter user timeline statuses and generates HTML to display it.

The class stores the generated HTML in stored in an cache file that is valid for 1 hour before the class retrieves the latest updates to the use timeline.


Adjacency Model

Package:
Adjacency Model
Summary:
Create and manipulate adjacency lists in MySQL
Groups:
Algorithms, Databases, PHP 5
Author:
Peter Drinnan
Description:
This class can be used to create and manipulate adjacency lists in MySQL.

It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list.

Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes.


File Upload and validation

Package:
File Upload and validation
Summary:
Validate and process uploaded PDF files
Groups:
Files and Folders, PHP 5
Author:
Mazharul Anwar
Description:
This class can be used to Validate and process uploaded PDF files.

It can validated a given uploaded PDF file checking its MIME type and file size against a given limit.

The class can also create directories to store the uploaded files.


File Upload and validation

Package:
File Upload and validation
Summary:
Validate and process uploaded files
Groups:
Files and Folders, PHP 5
Author:
Mazharul Anwar
Description:
This class can be used to Validate and process uploaded files.

It can validated a given uploaded file checking its MIME type and file size against a given limit.

The class can also create directories to store the uploaded files.


Schedule date

Package:
Schedule date
Summary:
Calculate the schedule of periodic events
Groups:
DateTime, Time and Date
Author:
giuseppe lucarelli
Description:
This class can be used to calculate the schedule of periodic events.

It can take a string with a special syntax that defines the when a given event will be repeated.

The class can calculate the last time the event should have occurred and the next time it should occur.


YMSG16

Package:
YMSG16
Summary:
Send message to Yahoo messenger users using YMSG16
Groups:
Chat, Networking, PHP 5
Author:
philongxp
Description:
This class can be used to send chat messages to Yahoo messenger users using the YMSG16 protocol.

It can send an HTTP request to the Yahoo login site to authenticate a given user with the YMSG16 protocol and get an authentication token.

Then the class can send a message to a given Yahoo messenger user.


Powered by Gewgley