PHP 클래스 Horde_Data_Outlookcsv, horde

Copyright 1999-2016 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.
저자: Jan Schneider ([email protected])
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Data_Csv
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
exportData ( array $data, boolean $header = false, array $export_mapping = [] ) : string Builds a CSV file from a given data structure and returns it as a string.

메소드 상세

exportData() 공개 메소드

Builds a CSV file from a given data structure and returns it as a string.
public exportData ( array $data, boolean $header = false, array $export_mapping = [] ) : string
$data array A two-dimensional array containing the data set.
$header boolean If true, the rows of $data are associative arrays with field names as their keys.
$export_mapping array TODO
리턴 string The CSV data.