Overview

Packages

  • Data

Classes

  • Horde_Data
  • Horde_Data_Base
  • Horde_Data_Csv
  • Horde_Data_Exception
  • Horde_Data_Icalendar
  • Horde_Data_Imc
  • Horde_Data_Outlookcsv
  • Horde_Data_Translation
  • Horde_Data_Tsv
  • Horde_Data_Vcard
  • Horde_Data_Vnote
  • Horde_Data_Vtodo
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Data_Outlookcsv

Horde_Data implementation for Outlook comma-separated data (CSV).

Copyright 1999-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Data_Base
Extended by Horde_Data_Csv
Extended by Horde_Data_Outlookcsv
Package: Data
Category: Horde
Author: Jan Schneider jan@horde.org
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Data/Outlookcsv.php
Methods summary
public string
# exportData( array $data, boolean $header = false, mixed $export_mapping = array() )

Builds a CSV file from a given data structure and returns it as a string.

Builds a CSV file from a given data structure and returns it as a string.

Parameters

$data
<p>A two-dimensional array containing the data set.</p>
$header
<p>If true, the rows of $data are associative arrays with field names as their keys.</p>
$export_mapping

Returns

string
The CSV data.

Overrides

Horde_Data_Csv::exportData()
Methods inherited from Horde_Data_Csv
__construct(), exportFile(), importFile(), nextStep()
Methods inherited from Horde_Data_Base
cleanup(), getContentType(), getFilename(), getNewline(), importData(), warnings()
API documentation generated by ApiGen