rmdir

(PHP 3, PHP 4 )

rmdir -- Removes directory

Popis

int rmdir (string dirname)

Attempts to remove the directory named by pathname. The directory must be empty, and the relevant permissions must permit. this.

If an error occurs, returns 0.

Viz takΘ mkdir().