$file = file_get_contents('dosya.txt');
$exp = explode(PHP_EOL,$file);
$bol_10 = array_chunk($exp,10);
foreach($bol_10 as $bol){
foreach($bol as $on){
//islemler
}
sleep(100);
} PHP .txt 10'lu bölmek
9
●511
- 15-03-2019, 01:22:28veri array a dönüştürülür sonra array_chunk ile istediğiniz elemanın olduğu parçalara bölünür sonrası düz işlemler