PHP » PYTHON |
login |
register |
about
|
import os os.rmdir(dirname) rmdir(PHP 4, PHP 5) rmdir — Removes directory Description
bool rmdir
( string $dirname
[, resource $context
] )
Attempts to remove the directory named by dirname . The directory must be empty, and the relevant permissions must permit this. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 rmdir() example
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|