-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
@@ -107,6 +107,7 @@ abstract class AbstractCsv implements JsonSerializable, IteratorAggregate | |
*/ | ||
public function __construct($path, $open_mode = 'r+') | ||
{ | ||
ini_set("auto_detect_line_endings", true); | ||
$this->setIterator($path, $open_mode); | ||
} | ||
|
||
|
@@ -351,7 +352,6 @@ protected function setIterator($path, $open_mode) | |
*/ | ||
public function getIterator() | ||
{ | ||
ini_set("auto_detect_line_endings", true); | ||
$this->csv->setCsvControl($this->delimiter, $this->enclosure, $this->escape); | ||
$this->csv->setFlags($this->flags); | ||
|
||
|
@@ -388,9 +388,10 @@ public function getEncoding() | |
} | ||
|
||
/** | ||
* Instantiate a {@link Writer} class from the current {@link Reader} | ||
* Instantiate a AbstractCsv extended class | ||
* | ||
* @param string $open_mode the file open mode flag | ||
* @param string $class_name the Class to load {@link Writer} or {@link Reader} | ||
* @param string $open_mode the file open mode flag | ||
* | ||
* @return \League\Csv\AbstractCSv | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
* | ||
* @author Ignace Nyamagana Butera <[email protected]> | ||
* @copyright 2014 Ignace Nyamagana Butera | ||
* @link https://github.com/nyamsprod/League.csv | ||
* @link https://github.com/thephpleague/csv/ | ||
* @license http://opensource.org/licenses/MIT | ||
* @version 5.3.0 | ||
* @version 5.3.1 | ||
* @package League.csv | ||
* | ||
* MIT LICENSE | ||
|