SplFileObject
在线手册:中文 英文
PHP手册

SplFileObject::fputcsv

(No version information available, might only be in SVN)

SplFileObject::fputcsvOutput a field array as a CSV line

说明

public int SplFileObject::fputcsv ( string $fields [, string $delimiter [, string $enclosure ]] )

Warning

本函数还未编写文档,仅有参数列表。

参数

fields

delimiter

enclosure

返回值


SplFileObject
在线手册:中文 英文
PHP手册
PHP手册 - N: Output a field array as a CSV line

用户评论:

sergiy dot sokolenko at gmail dot com (25-Jan-2012 09:17)

This method is available in PHP 5.4 and it is just a wrapper over php.net/fputcsv.