From 427f505ef6a5a8ce20eb12ed80d9cd71a974d6b7 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 6 Feb 2003 03:32:42 +0000 Subject: [PATCH] use return.success git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114908 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/functions/imap-close.xml | 6 +++--- reference/imap/functions/imap-subscribe.xml | 4 ++-- reference/imap/functions/imap-undelete.xml | 4 ++-- reference/imap/functions/imap-unsubscribe.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/imap/functions/imap-close.xml b/reference/imap/functions/imap-close.xml index 9a5bcd59da..60dd41784c 100644 --- a/reference/imap/functions/imap-close.xml +++ b/reference/imap/functions/imap-close.xml @@ -1,5 +1,5 @@ - + @@ -9,9 +9,9 @@ Description - boolimap_close + boolimap_createmailbox resourceimap_stream - intoptions + stringmbox Close the imap stream. Takes an optional diff --git a/reference/imap/functions/imap-subscribe.xml b/reference/imap/functions/imap-subscribe.xml index c7de1fc54d..82527f334d 100644 --- a/reference/imap/functions/imap-subscribe.xml +++ b/reference/imap/functions/imap-subscribe.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ Subscribe to a new mailbox. - Returns &true; on success and &false; on error. + &return.success; diff --git a/reference/imap/functions/imap-undelete.xml b/reference/imap/functions/imap-undelete.xml index 19996b7822..7c944f6c2d 100644 --- a/reference/imap/functions/imap-undelete.xml +++ b/reference/imap/functions/imap-undelete.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ imap_mail_move. - Returns &true; on success and &false; on error. + &return.success; diff --git a/reference/imap/functions/imap-unsubscribe.xml b/reference/imap/functions/imap-unsubscribe.xml index a0632d87d4..1358bba63f 100644 --- a/reference/imap/functions/imap-unsubscribe.xml +++ b/reference/imap/functions/imap-unsubscribe.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ Unsubscribe from a specified mailbox. - Returns &true; on success and &false; on error. + &return.success;