Skip to content

Feature: allow to pass a file handle as well as a file location string #14

@robations

Description

@robations

This would allow constructs such as:

$csvFile1 = new CsvFile(tmpfile());
$csvFile2 = new CsvFile(STDOUT);

What do you think? Pull request later if time allows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions