eBay API
Package:
eBay API
Summary:
Search and get details of items for sale in eBay
Groups:
E-Commerce, PHP 5, Web services
Author:
andrew
Description:
This class can be used to search and get details of items for sale in eBay.
It uses the eBay Web services API to execute several types of operations.
Currently it can search for items with given keywords and retrieve the details and picture of specific items.
fc_paginator
Package:
fc_paginator
Summary:
Generate listing browse pagination links
Groups:
HTML
Author:
Alexander Fleites
Description:
This class can be used to generate listing browse pagination links.
It can generate links to go to the different pages over which a listing of entries is spread, given the limit of entries to display per page and the total number entries to list.
The current page number is retrieved from a request variable.
fc_breadcrumb
Package:
fc_breadcrumb
Summary:
Generate bread crumb navigation links
Groups:
Content management, HTML, PHP 5
Author:
Alexander Fleites
Description:
This class can be used to generate bread crumb navigation links.
It keeps track of the list of pages browse by the user using a session array variable.
The class can display the browsed pages as links. The links separator text and CSS style are configurable.
Object paging
Package:
Object paging
Summary:
Display links to browse MySQL query results
Groups:
Databases, HTML, PHP 5
Author:
Nguyen Nhu Tuan
Description:
This class can be used to display links to browse MySQL database query results.
It takes a given SQL SELECT query and generates HTML links or forms with select inputs to browse pages on which the query results are display with a given limit of records per page.
The presentation of the links or form inputs is configurable using CSS styles.
SMTP Email Address Validation Class
Package:
SMTP Email Address Validation Class
Summary:
Validate e-mail address checking the SMTP server
Groups:
Email, Networking, Validation
Author:
gabe
Description:
This class can be used to validate an e-mail address checking with a SMTP server.
It can connect to the SMTP server that is responsible for taking messages for a given e-mail address domain.
The class checks whether the SMTP server would accept a message sent to the specified e-mail address from another given e-mail addresses.
UserInfo.class
Package:
UserInfo.class
Summary:
Retrieve information about the user browser
Groups:
HTTP
Author:
Vladimir
Description:
This class can be used to retrieve information about the user browser.
It can check the HTTP request variables to determine details like the IP address of the machine used by the user access the Web server, the type of browser and operating system being used, etc..
The retrieved information is stored individual class variables.
phMagick
Package:
phMagick
Summary:
Perform image manipulation operations
Groups:
Graphics
Author:
Nuno Costa
Description:
This class can be used to perform image manipulation operations with the ImageMagick program.
It calls the ImageMagick program passing parameters to process several types of operations on image files.
Currently it can resize images, create thumbnails, darken or brighten images, adding watermarks, rotating, flipping, cropping, converting to grey scale and inverting the images.
Console
Package:
Console
Summary:
Control output of text to an ANSI console
Groups:
Console, PHP 5
Author:
Alex B. Snet
Description:
This class can be used to control the output of text to an ANSI console.
It can assemble control characters that can control aspects of different of formatting the output of text to consoles like background and foreground colors, character positioning, etc..
The class can also read formatted text or number from the console input.
XML Parser (XML to array)
Package:
XML Parser (XML to array)
Summary:
Build an array with a XML document structure
Groups:
XML
Author:
Eren Ezgü
Description:
This class can be used to build an array with a XML document structure
It takes a XML document as a single text string and parses it to build a document structure as nested array.
The structure array is stored in a class variable.
Percent Russian Text Encoder
Package:
Percent Russian Text Encoder
Summary:
Convert Russian UTF-8 text to HTML entities
Groups:
HTML, PHP 5, Text processing
Author:
Andrey Nikishaev
Description:
This class can be used to convert Russian UTF-8 text to HTML entities.
It uses multi-byte string extension to convert the text to character codes and generates HTML entities for those characters.
Poczta elektroniczna
Aby funkcje poczty elektronicznej były dostępne, PHP musi mieć dostęp
w czasie kompilacji do binariów sendmail w Twoim systemie operacyjnym.
Jeśli używasz innych programów do wysyłania maili, takich jak qmail czy postfix,
upewnij się, że używają one odpowiednich nakładek do emulowania funkcji sendmail.
W pierwszej kolejności PHP powinien poszukiwać sendmaila w Twojej zmiennej środowiskowej
PATH, a potem w następujących katalogach:
/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib.
Bardzo ważne jest, aby mieć dostęp do sendmaila z Twojej zmiennej środowiskowej
PATH. Użytkownik który kompiluje PHP również musi mieć
uprawnienia dostępu do binariów sendmaila.
Used under Windows only: Number of the port to connect to the server
specified with the SMTP setting when sending mail
with mail(); defaults to 25. Only available since
PHP 4.3.0.
Where the sendmail program can be found,
usually /usr/sbin/sendmail or
/usr/lib/sendmail.
configure does an honest attempt of
locating this one for you and set a default, but if it fails,
you can set it here.
Systems not using sendmail should set this directive to the
sendmail wrapper/replacement their mail system offers, if any.
For example, Qmail
users can normally set it to
/var/qmail/bin/sendmail or
/var/qmail/bin/qmail-inject.
qmail-inject does not require any option to
process mail correctly.
This directive works also under Windows. If set, smtp,
smtp_port and sendmail_from are
ignored and the specified command is executed.