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, 17 May 2013

view this page in

imap_binary

(PHP 4, PHP 5)

imap_binary8 bitlik bir dizgeyi bir base64 dizgesine dönüştürür

Açıklama

string imap_binary ( string $dizge )

8 bitlik dizge, » RFC 2045'in 6.8. bölümüne uygun olarak bir base64 dizgesine dönüştürülür.

Değiştirgeler

dizge

8 bitlik dizge.

Dönen Değerler

Base64 ile kodlanmış bir dizge döndürür.

Ayrıca Bakınız

  • imap_base64() - Base64 kodlu dizgeyi 8 bitlik dizgeye dönüştürür



add a note add a note User Contributed Notes imap_binary - [1 notes]
up
-1
phunction.sf.net
2 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