Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2281 - 2300 из 3519.
Упорядочить по:
URL
|
дате изменения
2281. imap_msgno
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_msgno -- This function returns the message sequence number for the given UID . int imap_msgno ( int imap_stream, int uid) . This function returns the message sequence number for the given UID. It is the inverse of imap_uid() . Prev . Home . Next . imap_mime_header_decode . Up . imap_num_msg
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-msgno.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2282. imap_num_msg
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_num_msg -- Gives the number of messages in the current mailbox . int imap_num_msg ( int imap_stream) . Return the number of messages in the current mailbox. See also: imap_num_recent() and imap_status() . Prev . Home . Next . imap_msgno . Up . imap_num_recent
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-num-msg.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2283. imap_mailboxmsginfo
... 3.0.2 - 3.0.18 only, PHP 4 >= 4.0.0) imap_mailboxmsginfo -- Get information about the current mailbox . ... It is similar to imap_status() , but will additionally sum up the size of all messages in the mailbox, which will take some additional time to execute. ... Driver . ... php $mbox = imap_open("{your.imap.host}INBOX","username", "password") or die("can't connect: ".imap_last_error()); $check = imap_mailboxmsginfo($mbox); if($check) { print "Date: " . check->Date ."<br>\n" ; print "Driver: " . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mailboxmsginfo.html -- 6.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2284. imap_mime_header_decode
... 3.0.17 - 3.0.18 only, PHP 4 >= 4.0.0) imap_mime_header_decode -- Decode MIME header elements . array imap_mime_header_decode ( string text) . ... Example 1. imap_mime_header_decode() example . text="=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk>"; $elements=imap_mime_header_decode($text); for($i=0;$i<count($elements);$i++) { echo "Charset: {$elements[$i]->charset}\n"; echo "Text: {$elements[$i]->text}\n\n"; } . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mime-header-decode.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2285. imap_mail_compose
PHP Manual . ... 3.0.5 - 3.0.18 only, PHP 4 >= 4.0.0) imap_mail_compose -- Create a MIME message based on given envelope and body sections . ... php $ envelope [ from ]= musone@afterfive.com ; $ envelope [ to ]= musone@darkstar ; $ envelope [ cc ]= musone@edgeglobal.com ; $ part1 [ type ]=TYPEMULTIPART; $ part1 [ subtype ]= mixed ; $ filename = /tmp/imap.c.gz ; $fp=fopen($ filename , r ); $contents=fread($fp,filesize($ filename )); fclose($fp); $ part2 [ ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mail-compose.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2286. imap_mail_copy
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_mail_copy -- Copy specified messages to a mailbox . int imap_mail_copy ( int imap_stream, string msglist, string mbox [, int flags]) . ... Copies mail messages specified by msglist to specified mailbox. msglist is a range not just message numbers (as described in RFC2060 ). ... CP_UID - the sequence numbers contain UIDS . CP_MOVE - Delete the messages from the current mailbox after copying . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mail-copy.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2287. imap_mail_move
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_mail_move -- Move specified messages to a mailbox . int imap_mail_move ( int imap_stream, string msglist, string mbox [, int flags]) . Moves mail messages specified by msglist to specified mailbox. msglist is a range not just message numbers (as described in RFC2060 ). Flags is a bitmask and may contain the single option . CP_UID - the sequence numbers contain UIDS . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mail-move.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2288. imap_listsubscribed
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_listsubscribed -- List all the subscribed mailboxes . array imap_listsubscribed ( int imap_stream, string ref, string pattern) . Returns an array of all the mailboxes that you have subscribed. This is almost identical to imap_listmailbox() , but will only return mailboxes the user you logged in as has subscribed. Prev . Home . Next . imap_listmailbox . Up . imap_mail
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-listsubscribed.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2289. imap_mail
PHP Manual . Prev . Next . 3.0.14 - 3.0.18 only, PHP 4 >= 4.0.0) imap_mail -- Send an email message . string imap_mail ( string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) . This function allows sending of emails with correct handling of Cc and Bcc receivers. ... The receivers specified in bcc will get the mail, but are excluded from the headers. Use the rpath parameter to specify return path. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-mail.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2290. imap_last_error
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_last_error -- This function returns the last IMAP error (if any) that occurred during this page request . string imap_last_error ( (void);) . This function returns the full text of the last IMAP error message that occurred on the current page. The error stack is untouched; calling imap_last_error() subsequently, with no intervening errors, will return the same error. Prev . Home . Next . imap_headers . Up . imap_listmailbox
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-last-error.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2291. imap_listmailbox
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_listmailbox -- Read the list of mailboxes . ... Example 1. imap_listmailbox() example . mbox = imap_open("{your.imap.host}","username","password",OP_HALFOPEN) or die("can't connect: ".imap_last_error()); $list = imap_listmailbox($mbox,"{your.imap.host}","*"); if(is_array($list)) { reset($list); while (list($key, $val) = each($list)) print imap_utf7_decode($val)."<br>\n"; } else print "imap_listmailbox failed: ".imap_last_error()."\n"; imap_close($mbox); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-listmailbox.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2292. imap_headerinfo
... if not recent . ... toaddress (full to: line, up to 1024 characters) . to[] (returns an array of objects from the To line, containing): . ... adl . ... fromaddress (full from: line, up to 1024 characters) . from[] (returns an array of objects from the From line, containing): . ... bcc[] (returns an array of objects from the Bcc line, containing): . ... sender[] (returns an array of objects from the sender line, containing): . ... return_path (full return-path: line, up to 1024 characters) . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-headerinfo.html -- 8.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2293. imap_headers
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_headers -- Returns headers for all messages in a mailbox . array imap_headers ( int imap_stream) . Returns an array of string formatted with header info. One element per mail message. Prev . Home . Next . imap_headerinfo . Up . imap_last_error
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-headers.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2294. imap_getsubscribed
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_getsubscribed -- List all the subscribed mailboxes . array imap_getsubscribed ( int imap_stream, string ref, string pattern) . This function is identical to imap_getmailboxes() , except that it only returns mailboxes that the user is subscribed to. Prev . Home . Next . imap_getmailboxes . Up . imap_header
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-getsubscribed.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2295. imap_header
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_header -- Read the header of the message . object imap_header ( int imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) . This is an alias to imap_headerinfo() and is identical to this in any way. Prev . Home . Next . imap_getsubscribed . Up . imap_headerinfo
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-header.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2296. imap_get_quota
... PHP 4 >= 4.0.5) imap_get_quota -- Retrieve the quota level settings, and usage statics per mailbox . ... Returns an array with integer values limit and usage for the given mailbox. ... mbox = imap_open("{your.imap.host}","mailadmin","password",OP_HALFOPEN) or die("can't connect: ".imap_last_error()); $quota_value = imap_get_quota($mbox, "user.kalowsky"); if(is_array($quota_value)) { print "Usage level is: " . quota_value['usage']; print "Limit level is: " . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-get-quota.html -- 5.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2297. imap_getmailboxes
... 3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_getmailboxes -- Read the list of mailboxes, returning detailed information on each one . array imap_getmailboxes ( int imap_stream, string ref, string pattern) . Returns an array of objects containing mailbox information. Each object has the attributes name , specifying the full name of the mailbox; delimiter , which is the hierarchy delimiter for the part of the hierarchy this mailbox is in; and attributes . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-getmailboxes.html -- 6.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2298. imap_fetchstructure
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_fetchstructure -- Read the structure of a particular message . object imap_fetchstructure ( int imap_stream, int msg_number [, int flags]) . ... The returned object includes the envelope, internal date, size, flags and body structure along with a similar object for each mime attachement. ... TRUE if there is a subtype string . ... An array of objects identical in structure to the top-level object, each of which corresponds to a MIME body part. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-fetchstructure.html -- 8.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2299. imap_fetch_overview
... 3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) imap_fetch_overview -- Read an overview of the information in the headers of the given message . array imap_fetch_overview ( int imap_stream, string sequence [, int flags]) . ... mbox = imap_open("{your.imap.host:143}","username","password") or die("can't connect: ".imap_last_error()); $overview = imap_fetch_overview($mbox,"2,4:6",0); if(is_array($overview)) { reset($overview); while( list($key,$val) = each($overview)) { print $val->msgno . ... val->subject . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-fetch-overview.html -- 5.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2300. imap_fetchbody
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_fetchbody -- Fetch a particular section of the body of the message . string imap_fetchbody ( int imap_stream, int msg_number, string part_number [, flags flags]) . This function causes a fetch of a particular section of the body of the specified messages as a text string and returns that text string. The section specification is a string of integers delimited by period which index into a body part list as per the IMAP4 specification. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-fetchbody.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы