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