Focus mode

PHP Temel

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';
}
left-disk

Programs to Accelerate Your Progress in a Software Career

Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!

right-cube

Comments

You need to enroll in the course to be able to comment!