Konu
Acil Yardım PHP
09-04-2010, 14:59:43
#7
saho
Üyeliği durduruldu
string bir veriyi sort etmeye çalışıyorsunuz
if ($this->handle = opendir($folder)) {
while (false !== ($this->file = readdir($this->handle))) {
array_push($this->files,$this->file);
}
bu satırın altında
sort($this->files);
dene sene erhan