Removing a Directory with rmdir() : rmdir « File Directory « PHP






Removing a Directory with rmdir()

 
<?
rmdir( "testdir" );
?>
  
  

Related examples in the same category