Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2301 - 2320 из 3519.
Упорядочить по:
URL
|
дате изменения
2301. imap_fetchheader
PHP Manual . ... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_fetchheader -- Returns header for a message . string imap_fetchheader ( int imap_stream, int msgno, int flags) . This function causes a fetch of the complete, unfiltered RFC2822 format header of the specified message as a text string and returns that text string. ... FT_UID The msgno argument is a UID . FT_INTERNAL The return string is in "internal" format, . ... IMAP connection if a full message text is . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-fetchheader.html -- 4.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2302. imap_expunge
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_expunge -- Delete all messages marked for deletion . int imap_expunge ( int imap_stream) . imap_expunge() deletes all the messages marked for deletion by imap_delete() , imap_mail_move() , or imap_setflag_full() . Returns TRUE . Prev . Home . Next . imap_errors . Up . imap_fetch_overview
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-expunge.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2303. imap_deletemailbox
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_deletemailbox -- Delete a mailbox . int imap_deletemailbox ( int imap_stream, string mbox) . imap_deletemailbox() deletes the specified mailbox (see imap_open() for the format of mbox names). Returns TRUE on success and FALSE on error. See also imap_createmailbox() , imap_renamemailbox() , and imap_open() for the format of mbox . Prev . Home . Next . imap_delete . Up . imap_errors
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-deletemailbox.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2304. imap_errors
PHP Manual . Prev . Next . 3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_errors -- This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. array imap_errors ( (void);) . This function returns an array of all of the IMAP error messages generated since the last imap_errors() call, or the beginning of the page. When imap_errors() is called, the error stack is subsequently cleared. ... imap_deletemailbox . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-errors.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2305. imap_createmailbox
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_createmailbox -- Create a new mailbox . ... imap_createmailbox() creates a new mailbox specified by mbox . ... mbox = imap_open( { your.imap.host } , username , password ,OP_HALFOPEN) or die( can't connect: .imap_last_error()); $ name1 = phpnewbox ; $name2 = imap_utf7_encode( phpnewb ouml;x ); $ newname = $ name1 ; echo Newname will be '$ name1 ' br \n ; # we will now create a new mailbox phptestbox in your inbox folder, # check its ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-createmailbox.html -- 6.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2306. imap_delete
... int imap_delete ( int imap_stream, int msg_number [, int flags]) . ... imap_delete() marks messages listed in msg_number for deletion. ... Messages marked for deletion will stay in the mailbox until either imap_expunge() is called or imap_close() is called with the optional parameter CL_EXPUNGE. ... imap_last_error()); $check = imap_mailboxmsginfo ($mbox); print "Messages before delete: " . ... br>\n" ; imap_delete ($mbox, 1); $check = imap_mailboxmsginfo ($mbox); print "Messages after delete: " . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-delete.html -- 5.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2307. imap_clearflag_full
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) imap_clearflag_full -- Clears flags on messages . string imap_clearflag_full ( int stream, string sequence, string flag, string options) . This function causes a store to delete the specified flag to the flags set for the messages in the specified sequence. The flags which you can unset are "\\Seen", "\\Answered", "\\Flagged", "\\Deleted", "\\Draft", and "\\Recent" (as defined by RFC2060). ... sequence numbers . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-clearflag-full.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2308. imap_close
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_close -- Close an IMAP stream . int imap_close ( int imap_stream [, int flags]) . Close the imap stream. Takes an optional flag CL_EXPUNGE, which will silently expunge the mailbox before closing, removing all messages marked for deletion. Prev . Home . Next . imap_clearflag_full . Up . imap_createmailbox
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-close.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2309. imap_bodystruct
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) imap_bodystruct -- Read the structure of a specified body section of a specific message . object imap_bodystruct ( int stream_id, int msg_no, int section) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . imap_body . Up . imap_check
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-bodystruct.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2310. imap_check
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_check -- Check current mailbox . object imap_check ( int imap_stream) . Returns information about the current mailbox. Returns FALSE on failure. The imap_check() function checks the current mailbox status on the server and returns the information in an object with following properties: . ... Nmsgs - number of messages in the mailbox . Recent - number of recent messages in the mailbox . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-check.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2311. imap_binary
. PHP Manual . Prev . Next . (3.0.2 - 3.0.18 only, PHP 4 >= 4.0.0) imap_binary -- Convert an 8bit string to a base64 string . string imap_binary ( string string) . Convert an 8bit string to a base64 string (according to RFC2045 , Section 6.8). Returns a base64 string. See also imap_base64() . Prev . Home . Next . imap_base64 . Up . imap_body
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-binary.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2312. imap_body
... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_body -- Read the message body . string imap_body ( int imap_stream, int msg_number [, int flags]) . ... FT_INTERNAL - The return string is in internal format, will not canonicalize to CRLF. imap_body() will only return a verbatim copy of the message body. To extract single parts of a multipart MIME-encoded message you have to use imap_fetchstructure() to analyze its structure and imap_fetchbody() to extract a copy of a single body component. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-body.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2313. imap_append
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_append -- Append a string message to a specified mailbox . int imap_append ( int imap_stream, string mbox, string message [, string flags]) . Returns TRUE on sucess, FALSE on error. imap_append() appends a string message to the specified mailbox mbox . ... Subject: test\r\n" ."\r\n" ."this is a test message, please ignore\r\n" ); $check = imap_check($stream); print "Msg Count after append : ". $check->Nmsgs."\n"; imap_close($stream); . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-append.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2314. imap_base64
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_base64 -- Decode BASE64 encoded text . string imap_base64 ( string text) . imap_base64() function decodes BASE-64 encoded text (see RFC2045 , Section 6.8). The decoded message is returned as a string. See also imap_binary() . Prev . Home . Next . imap_append . Up . imap_binary
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-base64.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2315. imap_8bit
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) imap_8bit -- Convert an 8bit string to a quoted-printable string . string imap_8bit ( string string) . Convert an 8bit string to a quoted-printable string (according to RFC2045 , section 6.7). Returns a quoted-printable string. See also imap_qprint() . Prev . Home . Next . IMAP, POP3 and NNTP functions . Up . imap_alerts
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-8bit.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2316. imap_alerts
PHP Manual . Prev . Next . 3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) imap_alerts -- This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset . array imap_alerts ( (void);) . This function returns an array of all of the IMAP alert messages generated since the last imap_alerts() call, or the beginning of the page. When imap_alerts() is called, the alert stack is subsequently cleared. ... imap_8bit . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.imap-alerts.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2317. iptcembed
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) iptcembed -- Embed binary IPTC data into a JPEG image. array iptcembed ( string iptcdata, string jpeg_file_name [, int spool]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . read_exif_data . Up . IMAP, POP3 and NNTP functions
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.iptcembed.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2318. read_exif_data
PHP Manual . ... PHP 4 ) read_exif_data -- Read the EXIF headers from a JPEG . array read_exif_data ( string filename) . The read_exif_data() function reads the EXIF headers from a JPEG image file. ... Exif headers tend to be present in JPEG images generated by digital cameras, but unfortunately each digital camera maker has a different idea of how to actually tag their images, so you can't always rely on a specific Exif header being present. Example 1. read_exif_data . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.read-exif-data.html -- 4.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2319. Image functions
... You can use the image functions in PHP to get the size of JPEG , GIF , PNG , and SWF images, and if you have the GD library (available at http://www.boutell.com/gd/ ) you will also be able to create and manipulate images. ... ImageColorAt -- Get the index of the color of a pixel . ... ImageCreateFromGD -- Create a new image from GD file or URL . ImageCreateFromGD2 -- Create a new image from GD2 file or URL . ImageCreateFromGD2Part -- Create a new image from a given part of GD2 file or URL . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/ref.image.html -- 15.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2320. JPEG2WBMP
PHP Manual . ... PHP 4 >= 4.0.5) JPEG2WBMP -- Convert JPEG image file to WBMP image file . int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold) . Converts the jpegname JPEG file to WBMP format, and saves it as wbmpname . With the d_height and d_width you specify the height and width of the destination image. Note: WBMP support is only available if PHP was compiled against GD-1.8 or later. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.jpeg2wbmp.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы