Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2261 - 2280 из 3519.
Упорядочить по:
URL
|
дате изменения
2261. imap_uid
PHP Manual . ... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_uid -- This function returns the UID for the given message sequence number . int imap_uid ( int imap_stream, int msgno) . This function returns the UID for the given message sequence number. An UID is an unique identifier that will not change over time while a message sequence number may change whenever the content of the mailbox changes. This function is the inverse of imap_msgno() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-uid.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2262. imap_undelete
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_undelete -- Unmark the message which is marked deleted . int imap_undelete ( int imap_stream, int msg_number) . This function removes the deletion flag for a specified message, which is set by imap_delete() or imap_mail_move() . Returns TRUE on success and FALSE on error. Prev . Home . Next . imap_uid . Up . imap_unsubscribe
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-undelete.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2263. imap_status
... Next . 3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) imap_status -- This function returns status information on a mailbox other than the current one . ... SA_ALL - set all of the above . ... mbox = imap_open( {your.imap.host} , username , password ,OP_HALFOPEN) or die( can't connect: .imap_last_error()); $ status = imap_status ($ mbox , {your.imap.host}INBOX ,SA_ALL); if($ status ) { print ( Messages : . $ status - messages ). br \n ; print ( Recent : . $ status - recent ). br \n ; print ( ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-status.html -- 5.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2264. imap_subscribe
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_subscribe -- Subscribe to a mailbox . int imap_subscribe ( int imap_stream, string mbox) . Subscribe to a new mailbox. Returns TRUE on success and FALSE on error. Prev . Home . Next . imap_status . Up . imap_uid
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-subscribe.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2265. imap_setflag_full
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_setflag_full -- Sets flags on messages . string imap_setflag_full ( int stream, string sequence, string flag, string options) . ... sequence numbers . Example 1. imap_setflag_full() example . mbox = imap_open("{your.imap.host:143}","username","password") or die("can't connect: ".imap_last_error()); $status = imap_setflag_full($mbox,"2,5","\\Seen \\Flagged"); print gettype($status)."\n"; print $status."\n"; imap_close($mbox); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-setflag-full.html -- 4.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2266. imap_sort
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_sort -- Sort an array of message headers . array imap_sort ( int stream, int criteria, int reverse, int options) . Returns an array of message numbers sorted by the given parameters. ... Criteria can be one (and only one) of the following: . SORTDATE message Date . SORTARRIVAL arrival date . SORTFROM mailbox in first From address . ... SORTTO mailbox in first To address . SORTCC mailbox in first cc address . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-sort.html -- 4.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2267. imap_set_quota
... PHP 4 >= 4.0.5) imap_set_quota -- Sets a quota for a given mailbox . int imap_set_quota ( int imap_stream, string quota_root, int quota_limit) . ... This function requires the imap_stream to have been opened as the mail administrator account. ... mbox = imap_open ("{your.imap.host:143}", "mailadmin", "password"); if(!imap_set_quota($mbox, "user.kalowsky", 3000)) { print "Error in setting quota\n"; return; } imap_close($mbox); . See also imap_open() , imap_set_quota() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-set-quota.html -- 5.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2268. imap_setacl
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) imap_setacl -- Sets the ACL for a giving mailbox . int imap_setacl ( int stream_id, string mailbox, string id, string rights) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . imap_search . Up . imap_set_quota
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-setacl.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2269. imap_scanmailbox
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_scanmailbox -- Read the list of mailboxes, takes a string to search for in the text of the mailbox . array imap_scanmailbox ( int imap_stream, string ref, string pattern, string content) . Returns an array containing the names of the mailboxes that have content in the text of the mailbox. This function is similar to imap_listmailbox() , but it will additionally check for the presence of the string content inside the mailbox data. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-scanmailbox.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2270. imap_search
... 3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_search -- This function returns an array of messages matching the given search criteria . array imap_search ( int imap_stream, string criteria, int flags) . ... ANSWERED - match messages with the \\ANSWERED flag set . ... BEFORE "date" - match messages with Date: before "date" . ... FLAGGED - match messages with the \\FLAGGED (sometimes referred to as Important or Urgent) flag set . ... RECENT - match messages with the \\RECENT flag set . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-search.html -- 6.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2271. imap_rfc822_parse_headers
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) imap_rfc822_parse_headers -- Parse mail headers from a string . object imap_rfc822_parse_headers ( string headers [, string defaulthost]) . This function returns an object of various header elements, similar to imap_header() , except without the flags and other elements that come from the IMAP server. Prev . Home . Next . imap_rfc822_parse_adrlist . Up . imap_rfc822_write_address
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-rfc822-parse-headers.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2272. imap_rfc822_write_address
... 3.0.2 - 3.0.18 only, PHP 4 >= 4.0.0) imap_rfc822_write_address -- Returns a properly formatted email address given the mailbox, host, and personal info. string imap_rfc822_write_address ( string mailbox, string host, string personal) . Returns a properly formatted email address as defined in RFC2822 given the mailbox, host, and personal info. Example 1. imap_rfc822_write_address() example . print imap_rfc822_write_address("hartmut","cvs.php.net","Hartmut Holzgraefe")."\n"; . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-rfc822-write-address.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2273. imap_reopen
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_reopen -- Reopen IMAP stream to new mailbox . int imap_reopen ( int imap_stream, string mailbox [, string flags]) . This function reopens the specified stream to a new mailbox on an IMAP or NNTP server. ... OP_READONLY - Open mailbox read-only . OP_ANONYMOUS - Dont use or update a .newsrc for news (NNTP only) . OP_HALFOPEN - For IMAP and NNTP names, open a connection but dont open a mailbox. ... imap_renamemailbox . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-reopen.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2274. imap_rfc822_parse_adrlist
... mailbox - the mailbox name (username) . ... address_string = "Hartmut Holzgraefe <hartmut@cvs.php.net>, postmaster@somedomain.net, root"; $address_array = imap_rfc822_parse_adrlist($address_string,"somedomain.net"); if(! is_array($address_array)) die("somethings wrong\n"); reset($address_array); while(list($key,$val)=each($address_array)){ print "mailbox : ".$val->mailbox."<br>\n"; print "host : ".$val->host."<br>\n"; print "personal: ".$val->personal."<br>\n"; print "adl : ".$val->adl."<p>\n"; } . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-rfc822-parse-adrlist.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2275. imap_qprint
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_qprint -- Convert a quoted-printable string to an 8 bit string . string imap_qprint ( string string) . Convert a quoted-printable string to an 8 bit string (according to RFC2045 , section 6.7). Returns an 8 bit (binary) string. See also imap_8bit() . Prev . Home . Next . imap_popen . Up . imap_renamemailbox
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-qprint.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2276. imap_renamemailbox
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_renamemailbox -- Rename an old mailbox to new mailbox . int imap_renamemailbox ( int imap_stream, string old_mbox, string new_mbox) . This function renames on old mailbox to new mailbox (see imap_open() for the format of mbox names). Returns TRUE on success and FALSE on error. See also imap_createmailbox() , imap_deletemailbox() , and imap_open() for the format of mbox . Prev . Home . Next . imap_qprint . Up . imap_reopen
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-renamemailbox.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2277. imap_open
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_open -- Open an IMAP stream to a mailbox . int imap_open ( string mailbox, string username, string password [, int flags]) . ... This function can also be used to open streams to POP3 and NNTP servers, but some functions and features are not available on IMAP servers. ... mbox = imap_open ("{localhost:143}INBOX", "user_id", "password"); . ... mbox = imap_open ("{localhost:993/imap/ssl}INBOX", "user_id", "password"); . ... Example 1. imap_open() example . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-open.html -- 7.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2278. imap_ping
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_ping -- Check if the IMAP stream is still active . int imap_ping ( int imap_stream) . Returns TRUE if the stream is still alive, FALSE otherwise. imap_ping() function pings the stream to see it is still active. It may discover new mail; this is the preferred method for a periodic "new mail check" as well as a "keep alive" for servers which have inactivity timeout. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-ping.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2279. imap_popen
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_popen -- Open a persistant IMAP stream to a mailbox . int imap_popen ( string mailbox, string user, string password [, int options]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . imap_ping . Up . imap_qprint
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-popen.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2280. imap_num_recent
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_num_recent -- Gives the number of recent messages in current mailbox . int imap_num_recent ( int imap_stream) . Returns the number of recent messages in the current mailbox. See also: imap_num_msg() and imap_status() . Prev . Home . Next . imap_num_msg . Up . imap_open
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-num-recent.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы