Package:
Summary:
Access the inbox of Facebook users
Groups:
Author:
Description:
This class can be used to access the inbox of Facebook users.
It can use the Facebook Inbox API to perform several types of operations to access the inbox of a given Facebook user.
Currently it can get information about the mailbox folder, get information about the message threads, get the list of unread threads, search the inbox for a given keyword, retrieve a given message.
Package:
Summary:
Convert hexadecimal codes to HTML entities
Groups:
Author:
Description:
This class can be used to convert text with hexadecimal codes to HTML entities.
It takes a string with groups of characters represented as 4 hexadecimal digits to the corresponding HTML character entities.
The class may also check if the hexadecimal codes are within the range of text characters used in Arabic.
It may also decode HTML character entities and convert them to UTF-8.
Package:
Summary:
Manage user accounts stored in a database with PDO
Groups:
Author:
Description:
This package can be used to manage user accounts stored in a database with PDO.
It can connect to a given database using the PDO extension and perform several operations to manage user accounts. Currently it can:
- Insert new user records
- Authenticate a given user with a password and start a session
- End the logged user session
- Change the user e-mail or password
- Send an e-mail with a link to reset the user password
Package:
Summary:
Extract keywords from text file
Groups:
Author:
Description:
This class can be used to extract keywords from text file.
It can open a text file and extract words according to several criteria.
The class can extract all the words, get a range of words, and get words that occur more than a given number of times.
Package:
Summary:
Extract keywords from text file
Groups:
Author:
Description:
This class can be used to extract keywords from text file.
It can open a text file and extract words according to several criteria.
The class can extract all the words, get a range of words, and get words that occur more than a given number of times.
Package:
Summary:
Get information about ring tones in dada.net
Groups:
Author:
Description:
This class can be used to get information about ring tones in dada.net.
It can send requests to the OpenDada.com Web services API to perform several operations.
Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals
Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)
Package:
Summary:
Get information about ring tones in dada.net
Groups:
Author:
Description:
This class can be used to get information about ring tones in dada.net.
It can send requests to the OpenDada.com Web services API to perform several operations.
Currently it can get the top 10 ring tones, get ring tones by genre, search for ring tones with a given keyword, get ring tone by artist and title,
Opendada.com is the API for the mobile content providers dada.net , opendada.com provides the api to fetch contents from their network and use on your own portals
Anyone can also subscribe for their Affiliate (The option for their affiliate is not yet provided)
Package:
Summary:
Manipulate bit field values
Groups:
Author:
Description:
This class can be used to manipulate bit field values.
It can create a bit field from either an integer number or a string of bits.
The class provides an Iterator interface to traverse the list of bits, function to set or get individual bit values, as well convert the bit field into integer, hexadecimal, octal and array values.
Package:
Summary:
Generate code to set variables from request values
Groups:
Author:
Description:
This class can be used to generate code to set variables from request values.
It can traverse the list of GET or POST request values and generates PHP code that assigns variables with the request values.
The generated code statements may be returned as a single string.
Package:
Summary:
Parse and cache XML documents
Groups:
Author:
Description:
This class can be used to parse and cache RSS feeds or other types of XML documents.
It can retrieve and parse an XML document from a given file or remote URL. The parsed document is returned as SimpleXML object.
The class may also cache the remote document data in local files.