previousThe Command-Line Script (Previous) (Next) Reference guidenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | German | Hungarian | Polish | Russian | Spanish | Turkish

Outputting Results

Outputting Results – The Output Drivers

Overview

PEAR_Size has a number of output drivers which provide a means of providing reports in a range of various formats in an extensible manner - they all extend the PEAR_Size_Output_Driver class.

Four drivers are currently available for use:

  • CSV, PEAR_Size_Output_CSV. Print a comma separate values of results.

  • HTML, PEAR_Size_Output_Html. Print reports in HTML.

  • Text, PEAR_Size_Output_Text. Prints the reports in pure text - no additional formatting.

  • XML, PEAR_Size_Output_XML. Prints the reports in XML.

If these drivers are not adequate for what you require, you should consider writing your own - based on the PEAR_Size_Output_Driver class.

previousThe Command-Line Script (Previous) (Next) Reference guidenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.