Undefined Function Split Excel Reader Line 844
Ada beberapa fungsi yang terdapat pada php excel reader yang memang sudah deprecated atau misal pada php versi 5 fungsinya berjalan tetapi pada versi 7 tidak.
Baca juga : Fix error iconv() Detected an incomplete multibyte character in input string Excel Reader
Untuk mengatasi masalah error “Fatal error : Uncaught Error : Call to undefined function split() “ pada excel Reader, Anda bisa mengubah atau mereplace fungsi split menjadi explode seperti contoh berikut :
function gmgetdate($ts = null){
$k = array('seconds','minutes','hours','mday','wday','mon','year','yday','weekday','month',0);
return(array_comb($k,explode(":",gmdate('s:i:G:j:w:n:Y:z:l:F:U',is_null($ts)?time():$ts))));
}
Rubah semua fungsi split pada helper excel reader dengan explode seperti contoh diatas
0 Response to "Undefined Function Split Excel Reader Line 844"
Post a Comment
Komentar yang Anda kirim akan terlebih dahulu di moderasi oleh Admin