Package:
Summary:
Execute MySQL database queries
Groups:
Author:
Description:
This class can be used to execute Oracle database queries.
It can establish a connection to a MySQL server and execute queries.
The class can execute SELECT, INSERT, UPDATE and DELETE queries.
It can log the database access errors to a file.
Package:
Summary:
Manipulate dates, HTML and text strings
Groups:
Author:
Description:
This class can be used to manipulate dates, HTML and text strings and other utilities
It provides general purpose functions for manipulating dates like formatting dates, calculating the difference of time between two dates, etc..
The class also provides functions for manipulating HTML and text strings like generating Javascript tags for common purposes, validate common text formats, convert accent letters to HTML entities, remove HTML tags, etc..
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class is a MySQL database access wrapper.
It can establish database connections, execute SQL queries, return query results in arrays and execute SQL INSERT, UPDATE and DELETE queries.
Package:
Summary:
Backup and restore MySQL databases from XML files
Groups:
Author:
Description:
This class can be used to Backup and restore MySQL databases from XML files.
It can query database schema and data and generates a XML document that describes the database tables and data contained in the table rows.
The class can also parse a XML document previously generated by the class and restores the database schema and its rows.
Package:
Summary:
Scan resources made available by SMB shares
Groups:
Author:
Description:
This class can be used to scan resources made available by SMB shares.
It uses the smbclient program to query the resources shared by a computer via SMB protocol in a network given its IP address.
The class parses the smbclient program response and retrieves the list of shares and the type of shared resources, servers, work groups, files and print jobs.
Package:
Summary:
Manage and call closures and callback functions
Groups:
Author:
Description:
This class can be used to manage and call closures and callback functions.
It can add to a list closures, callback function or object functions.
The class can also execute all closures and functions at once.
Package:
Summary:
Resize and process uploaded image files
Groups:
Author:
Description:
This class can be used to resize and process uploaded image files.
It can check an uploaded file whether it has the accepted image file name extensions.
Then the class can create an image thumbnail and move the file to a destination directory.
Package:
Summary:
Truncate log files that exceed a limit size
Groups:
Author:
Description:
This class can be used to truncate log files that exceed a limit size.
It can scan log files in a given directory with names that match given file extensions.
The files with sizes that exceed given limits are truncated, so they are kept below the limit.