Siteyi php 5.6'dan 7.4'e geçişte bu şekilde bir hata ile karşılaşıyorum.
PHP Unknown: The each() function is deprecated. This message will be suppressed on further calls in xxxx on line 227

ilgili satırda yazan kod.

while ( $count < $opts['length'] && list($page, $pageStr) = each($files) ) {

...

...

}
Çalışması için düzenleme nasıl olmalıdır, rica etsem yardımcı olabilir misiniz arkadaşlar?