PHP/File Directory/rmdir

Материал из Web эксперт
Перейти к: навигация, поиск

Removing a Directory with rmdir()

 
<?
rmdir( "testdir" );
?>