Camspiers\StatisticalClassifier\DataSource\CSV::readLine PHP Method

readLine() protected method

protected readLine ( $handle ) : array
$handle
return array
    protected function readLine($handle)
    {
        return fgetcsv($handle, $this->options['length'], $this->options['delimiter'], $this->options['enclosure'], $this->options['escape']);
    }