$__data
$__data : array
数组是序列对象的最基本数据存储结构对象
Represents a first-in, first-out collection of objects.
对集合类型的基本抽象
SaveTo(string $path, array $project = null, string $encoding = "utf8") : boolean
Save this data collection as csv file
string | $path | The csv file path for save this collection object. |
array | $project | The csv file header mapping. |
string | $encoding | The text file content encoding, by default is utf8 encoding. |