Box\Spout\Reader\CSV\Reader::setEncoding PHP Метод

setEncoding() публичный Метод

Needs to be called before opening the reader.
public setEncoding ( string $encoding ) : Reader
$encoding string Encoding of the CSV file to be read
Результат Reader
    public function setEncoding($encoding)
    {
        $this->getOptions()->setEncoding($encoding);
        return $this;
    }