Package:
Summary:
Retrieve file attachments from e-mail messages
Groups:
Author:
Description:
This class can be used to retrieve file attachments from e-mail messages.
It can connect to an IMAP or POP3 server using the PHP IMAP extension and retrieves files attached to e-mail messages.
The retrieved attached files may be saved to local files.
Package:
Summary:
Convert PHP code between namespaces and PEAR names
Groups:
Author:
Description:
This class can be used to convert PHP code between namespaces and PEAR names.
It can parse PHP script files and convert class and namespace names in code PHP 5.3 code and class names with PEAR naming conventions.
It can process individual scripts or whole directories of scripts.
Package:
Summary:
Template engine based on regular expressions
Groups:
Author:
Description:
This package implements a template engine based on regular expression replacements.
It can process template with marks that define placeholders or sections using regular expressions to locate and replace those marks.
Currently it supports marks that define expressions, conditions, loops and sub-templates files.
The templates may compiled and cached to avoid processing the templates again in the future.
Package:
Summary:
Control an Asterisk VOIP instance
Groups:
Author:
Description:
This package can be used to control an Asterisk VOIP instance.
It can connect to the network interface of an Asterisk instance running on a given IP address and port and send commands to control Asterisk.
Currently it can send commands to control options such as the hangup timeout, set the monitoring file of a channel, monitor a channel, control the events to be sent to the instance, get the state of extensions, get channel variables, hangup a channel, list IAX peers, check the message mailbox, original calls, list parked calls, manage queues, redirect channels, manage the zap channel, list available commands, send arbitrary commands, etc..
Are you looking for a way to create your own photo gallery, and want to do it for free, the easy way? Check out the latest
entry on the Free Online Photo-Sharing
and Photo Album Services or Web Hosts page. This service lets you upload as many pictures (and videos) as you like. If you have
your
own website or blog, you can even embed (hotlink) those pictures on your site. If you don't, just use the photo landing pages they
automatically create for you.
Package:
Summary:
Send ping requests to hosts with the ping command
Groups:
Author:
Description:
This class can be used to send ping requests to hosts with the ping command.
It can execute the ping command to make it send a given number of ICMP requests to a given host computer.
The class parses the output of the ping command to retrieve the minimum, maximum and average round trip times.