Odak modu
Dosya ve Dizin Taşıma İsimlendirme
Dosya ve Dizin Taşıma/İsimlendirme
$sonuc = rename('test.txt','yeni/test2.txt'); if ($sonuc){ echo 'Dosya başarıyla tekrar isimlendirildi.'; }else{ echo 'Bir hata oluştu'; }
Yorum yapabilmek için derse kayıt olmalısın!