mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
save
This commit is contained in:
@@ -437,7 +437,7 @@ class parseCSV {
|
|||||||
* @return [bool]
|
* @return [bool]
|
||||||
*/
|
*/
|
||||||
public function save ($file = null, $data = array(), $append = false, $fields = array()) {
|
public function save ($file = null, $data = array(), $append = false, $fields = array()) {
|
||||||
if ( empty($file) ) {
|
if (empty($file)) {
|
||||||
$file = &$this->file;
|
$file = &$this->file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user