Package:
Summary:
Validate and process uploaded files
Groups:
Author:
Description:
This class can be used to validate and process uploaded files.
It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one of the allowed file name extensions, check whether the destination directory exists and is writable before copying it.
The class can also create the thumbnails if the uploaded file is an image.
Package:
Summary:
Generate HTML and CSS defined programmatically
Groups:
Author:
Description:
This package can be used to generate HTML and CSS defined programmatically.
It has a class for defining CSS styles by setting the name and values of each property.
There is also another class that can generate HTML tags including defining its name, attributes and contained data.
This class is a basic class for creating HTML elements in PHP without having to write any html code.
The package contains the base class : htmlelement and a few other extension classes.
Package:
Summary:
Resize images keeping the original size proportion
Groups:
Author:
Description:
This class can be used to resize images keeping the original size proportion.
It can open a given image in GIF, JPEG, PNG, BMP and WBMP formats.
The class can resize the image to a given size keeping the original proportion between width and the height.
The resize image can be saved to a file or served as the current script output.
Package:
Summary:
Get contacts of Facebook users by crawling pages
Groups:
Author:
Description:
This class is a plug-in for OpenInviter that can be used to get the contacts of Facebook users by crawling the site pages.
It can access Facebook pages and authenticate on behalf of a given user.
The class retrieves the user contact pages and parse it to extract the user contacts.
Package:
Summary:
Retrieve and parse Google Analytics cookies
Groups:
Author:
Description:
This class can be used to retrieve and parse Google Analytics cookies.
It retrieves values cookies set by Google Analytics and parse the values to extract several types of values.
Currently, it returns the campaign source, campaign name, campaign medium, campaign content, campaign term, date of first visit, date of previous visit, date of current visit and times visited.
Package:
Summary:
Parse XML documents and locate all errors
Groups:
Author:
Description:
This class can be used parse XML documents and locate all errors.
It reads and parses the XML document from a string or URL without interpreting it.
The class checks for unclosed or unopened tags and verify simple consistency on attributes searching for their respective values and quotation marks.
A new clipboard history manager has been added to the Free Clipboard History Managers and Extenders page.
Clipboard extenders like these are useful if you are a programmer or webmaster, since they make your job of cutting and pasting snippets of code or text very much easier, allowing you not only to use the
standard cut and paste but also to copy multiple separate chunks of text (or whatever) for later pasting. They are also very handy for normal computer use, and you'll soon wonder how you ever lived without them.
Package:
Summary:
Create object to access private members
Groups:
Author:
Description:
This class can be used to create object of a class in order to access private and protected variables and functions of another class.
It uses reflection to create a copy of the declaration of a given class and changes it to turn private and protected variables and functions.
The class can create an object of the original class copy.