Ben böyle bir dizi (tek boyut) vardır:
$arr = array('one', 'two', 'three', 'foo', 'bar', 'etc');
Şimdi ben böyle $arr
adlı yeni bir dizi oluşturur bir for()
döngü gerekir:
$newArr = array('one', 'onetwo', 'onetwothree', 'onetwothreefoo', 'onetwothreefoobar', 'onetwothreefoobaretc');
Basit gibi görünüyor ama ben bunu anlamaya olamaz.
Şimdiden teşekkürler!