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';
}
Lesson discussion
Swap insights and ask questions about PHP Temel
Be the first to start the discussion
Ask a question or share your thoughts about this lesson.