Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Backend
Core
Engine
Csv
PHP 클래스 Backend\Core\Engine\Csv
상속:
extends
SpoonFileCSV
파일 보기
프로젝트 열기: forkcms/forkcms
1 사용 예제들
공개 메소드들
메소드
설명
outputCSV
(
string
$filename
,
array
$array
,
array
$columns
= null,
array
$excludeColumns
= null )
Output a CSV-file as a download
메소드 상세
outputCSV()
공개
정적인
메소드
Output a CSV-file as a download
public
static
outputCSV
(
string
$filename
,
array
$array
,
array
$columns
= null,
array
$excludeColumns
= null )
$filename
string
The name of the file.
$array
array
The array to convert.
$columns
array
The column names you want to use.
$excludeColumns
array
The columns you want to exclude.