From fe7b7ea8199d83fe69942b09ffcf8c867555f74c Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sun, 24 Mar 2002 19:09:11 +0000 Subject: [PATCH] Various small fixes to the rmdir() documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75059 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index ca15af5daa..2cc0576391 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -2633,19 +2633,16 @@ pclose($fp); Description - intrmdir + boolrmdir stringdirname - Attempts to remove the directory named by pathname. The directory - must be empty, and the relevant permissions must permit. - this. + Attempts to remove the directory named by dirname. + The directory must be empty, and the relevant permissions must permit this. + &return.success; - - If an error occurs, returns 0. - - See also mkdir. + See also mkdir and unlink.