skip to Main Content

Deprecated: Implicit conversion from float xx.xxxx to int loses precision in excel_reader2.php on line 922 – PHP Versions

OS: Windows 11 PHP Version 8.1.6 Error Mesage: Deprecated: Implicit conversion from float 65.03846153846153 to int loses precision in C:xampphtdocssatiimportexcel_reader2.php on line 922 public function __construct($file='',$store_extended_info=true,$outputEncoding='') { $this->_ole = new OLERead(); $this->setUTFEncoder('iconv'); if ($outputEncoding != '') { $this->setOutputEncoding($outputEncoding); } for…

VIEW QUESTION
Back To Top
Search