Package:
Summary:
Calculate the difference and addition of times
Groups:
Author:
Description:
This class can be used to calculate the difference and addition of times.
It can take a time and add a given period interval.
The class can also calculate the difference between two times.
Package:
Summary:
Execute MySQL queries read from files
Groups:
Author:
Description:
This class can be used to execute MySQL queries read from files.
It can open a given text file and read its lines with SQL statements to be executed.
Package:
Summary:
Generate random passwords with salt
Groups:
Author:
Description:
This class can be used to generate random passwords with salt.
It can generate a random password of a configurable length which may include letters, digits and optionally some special symbol characters.
The class may also generate a random salt value that is appended to the password before taking its MD5 hash to store in a database or file for posterior password verification.
Package:
Summary:
Store and retrieve variable values in cache files
Groups:
Author:
Description:
This class can be used to store and retrieve variable values in cache files.
It can serialize the value of a given variable and store it in a cache file.
The class can also retrieve the original variable value from a cache file. Cache files are valid for a given expiry period.
A special cache file can be used to store application wide variables. The variable values in this cache file are loaded every time an object of this class is created.
The access to cached variables can be done by accessing class variables with the same names as the cache keys.
The class may also explicitly remove a given cached variable file.
Package:
Summary:
Manipulate time and dates based on a given locale
Groups:
Author:
Description:
This class can be used to manipulate time and dates based on a given locale.
It takes the name of a given locale and performs time and date manipulation operations assuming dates formatted for that locale.
The class provides localized versions of functions equivalent to PHP strtotime, gmdate, date and getdate.
Package:
Summary:
Perform Web searches using the Yahoo BOSS API
Groups:
Author:
Description:
This package can be used to perform Web searches using the Yahoo BOSS (Build your Own Search Service) API.
It can send HTTP requests to the Yahoo BOSS API Web server to perform searches for Web pages, images and news.
The class can cache the results in local files to avoid the overhead of sending requests to perform previously made searches.
Package:
Summary:
Store e-mail messages information in log files
Groups:
Author:
Description:
This class can be use to store e-mail messages information in log files.
It can append to a given log file information about e-mail messages. It includes the e-mail sender, recipient, subject, message body and delivery date.
The class can also retrieve e-mail message information previously stored in log files and serve it for download in JSON format.
Do you have 2 or more computers (or external USB drives, etc) where you store identical documents, photos and other data? Manually
keeping the copies of your files up-to-date on both devices can be an error-prone task, let alone a bit of a hassle. The free computer programs
listed on this new Free File Synchronization Software
page will automatically scan and synchronize your files so that all your devices have the latest updated versions.
Package:
Summary:
Generate class code for calling a SOAP Web service
Groups:
Author:
Description:
This class can be used to generate class code for calling a SOAP Web service.
It takes the URL of a SOAP Web service WSDL (Web Service Definition Language) definition and passes it to the SOAP client class so in can parse it and retrieve the list of Web service functions.
The class generates code for a class that includes functions that perform SOAP requests to call the Web service functions.