Package:
Summary:
Retrieve contacts of Zyb.com users
Groups:
Author:
Description:
This class can be used to retrieve contacts of Zyb.com users.
It can send an HTTP request to the Zyb.com Web services API server to execute a command to retrieve the user contacts.
The class parses the response and returns it as an array.
Package:
Summary:
Retrieve contacts of Zyb.com users
Groups:
Author:
Description:
This class can be used to retrieve contacts of Zyb.com users.
It can send an HTTP request to the Zyb.com Web services API server to execute a command to retrieve the user contacts.
The class parses the response and returns it as an array.
Package:
Summary:
Parse and process command line arguments
Groups:
Author:
Description:
This class can be used to parse and process command line arguments.
It takes a definition of the arguments that the command expects, like the argument name, required flag and default value.
The class can parse and processed the arguments according to the defined rules and returns an array of argument values if arguments are passed correctly.
It can also output an help message when the -h, -help or --help switches are passed.
Package:
Summary:
Retrieve and display documents from Google Docs
Groups:
Author:
Description:
This class can be used to retrieve and display documents from Google Docs.
It takes an identifier string of a given Google Docs document and retrieves its page.
The class parses the document page to extract just the document HTML and returns it.
Package:
Summary:
Send e-mail messages via SMTP
Groups:
Author:
Description:
This class can be used to send e-mail messages via SMTP.
It can connect to a given SMTP server and send an e-mail message with a given subject and body data.
The class supports SMTP servers that require authentication using the LOGIN authentication mechanism.
Package:
Summary:
SQLite database access wrapper
Groups:
Author:
Description:
This class can be used SQLite database access wrapper. It can:
- Open a connection to a given SQLite database file
- Create user defined functions
- Execute arbitrary queries
- Perform SQL INSERT, SELECT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions
Package:
Summary:
Generate and validate Brazilian CPF codes
Groups:
Author:
Description:
This class can be used to generate and validate CPF codes.
It can generate a CPF code and random digits.
The class can also verify if a given CPF code is valid.
Package:
Summary:
Resize, crop and add watermark to images
Groups:
Author:
Description:
This class can be used to resize, crop and add watermark to images.
It can load an image in GIF, JPEG or PNG formats, and resize the image to a given size, eventually keeping the proportions.
The class can also crop the image and add an watermark image.
The manipulated image can be saved to a file or displayed as the current script output also in GIF, JPEG and PNG formats.
Package:
Summary:
Create and manipulate icons in the ICO format
Groups:
Author:
Description:
This class can be used to create and manipulate icons in the ICO format.
It can read and write icon images in the ICO format.
The class can perform several operations with ICO icons like creating an empty icon, adding icon images of different sizes and bit depths, remove images from icons, set the color of icon images, add the definition of a color, save the icon to a given file, etc..
Package:
Summary:
Compose songs and save them in MIDI format
Groups:
Author:
Description:
This class can be used to compose songs and save them in MIDI format.
It can compose tunes adding the tune notes with a given tempo and volume.
The class can generate a file in MIDI format with a given file name.