Answers for "deprecated: methods with the same name as their class will not be constructors in a future version of php; oleread has a deprecated constructor in /home/kalomyid/presensi.kalo.my.id/application/helpers/excel_reader2_helper.php on line 88"

PHP
1

PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;

//From
public function TSStatus($host, $queryPort);

//to
public function __construct($host, $queryPort);
Posted by: Guest on March-13-2020

Code answers related to "deprecated: methods with the same name as their class will not be constructors in a future version of php; oleread has a deprecated constructor in /home/kalomyid/presensi.kalo.my.id/application/helpers/excel_reader2_helper.php on line 88"

Browse Popular Code Answers by Language