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