public function PHPExcel_Reader_CSV::getInputEncoding in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php \PHPExcel_Reader_CSV::getInputEncoding()
* Get input encoding * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ CSV.php, line 128
Class
- PHPExcel_Reader_CSV
- PHPExcel_Reader_CSV
Code
public function getInputEncoding() {
return $this->_inputEncoding;
}