From eef5df4496dff393acf9a17f9c035a4042ed19e6 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 23 May 2001 12:02:24 +0000 Subject: [PATCH] Added to imap_header and imap_headerinfo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48247 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 52 +++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index be797076f5..cf212e9dae 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1226,18 +1226,20 @@ imap_close($mbox); Description - object imap_header - int imap_stream - int msg_number - int - fromlength - - int - subjectlength - - string - defaulthost - + + object imap_header + int imap_stream + int msg_number + int + fromlength + + int + subjectlength + + string + defaulthost + + This is an alias to imap_headerinfo @@ -1254,18 +1256,20 @@ imap_close($mbox); Description - object imap_headerinfo - int imap_stream - int msg_number - int - fromlength - - int - subjectlength - - string - defaulthost - + + object imap_headerinfo + int imap_stream + int msg_number + int + fromlength + + int + subjectlength + + string + defaulthost + + This function returns an object of various header elements.