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