downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

imap_body> <imap_base64
[edit] Last updated: Fri, 24 Jun 2011

view this page in

imap_binary

(PHP 4, PHP 5)

imap_binaryتبدیل رشته 8bit به رشته base64

Description

string imap_binary ( string $string )

تبدیل رشته 8bit به رشته base64 متناسب با » RFC2045، بخش 6.8.

Parameters

string

رشته 8bit

Return Values

بازگرداندن رشته کدگذاری شده base64.

See Also

  • imap_base64() - کدگشایی متن کدگذاری شده BASE64



add a note add a note User Contributed Notes imap_binary - [1 notes]
up
-1
phunction.sf.net
3 years ago
Calling this function is the same as doing:

<?php

chunk_split
(base64_encode($string), 60);

?>

 
show source | credits | stats | sitemap | contact | advertising | mirror sites