Camspiers\StatisticalClassifier\DataSource\CSV::readLine PHP 메소드

readLine() 보호된 메소드

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