|
A.5. ConsoleA.5.1. Console_ColorRepository: PEAR - License: PHP - By Stefan Walk (lead) This Class allows you to easily use ANSI console colors in your application. A.5.1.1 DescriptionYou can use Console_Color::convert to transform colorcodes like %r into ANSI control codes. print Console_Color::convert("%rHello World!%n"); would print "Hello World" in red, for example. A.5.2. Console_GetoptRepository: - License: PHP License - Command-line option parser A.5.2.1 DescriptionThis is a PHP implementation of "getopt" supporting both short and long options. A.5.3. Console_ProgressBarRepository: PEAR - License: PHP - By Stefan Walk (lead) This class provides you with an easy-to-use interface to progress bars. A.5.3.1 DescriptionThe class allows you to display progress bars in your terminal. You can use this for displaying the status of downloads or other tasks that take some time. A.5.4. Console_TableRepository: PEAR - License: BSD - By Richard Heyes (lead) - Tal Peer (lead) - Xavier Noguer (lead) Class that makes it easy to build console style tables A.5.4.1 DescriptionProvides methods such as addRow(), insertRow(), addCol() etc to build Console tables. Can be with or without headers, and has various configurable options. A.5.5. ecasoundRepository: - License: PHP - Ecasound provides audio recording and processing functions A.5.5.1 DescriptionThis extension wraps the Ecasound libraries to provide advanced audio processing capabilities. A.5.5.2 System_CommandRepository: PEAR - License: PHP License - By Dan Allen (lead) - Anders Johannsen (developer) PEAR::System_Command is a commandline execution interface. A.5.5.3 DescriptionSystem_Command is a commandline execution interface. Running functions from the commandline can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities. A.5.6. win32stdRepository: PECL - License: PHP - By Eric Colinet (lead) - Frank M. Kromann (developer) Access to some Win32 usefull API. A.5.6.1 DescriptionContains:
A.5.7. xmmsRepository: PECL - License: PHP - By Rasmus Lerdorf (lead) - Stig Bakken (helper) Provides functions to interact with xmms A.5.7.1 DescriptionA simple libxmms extension |
|