★ wanayoo — archive 1999 http://fr.php.net/manual/en/function.imap-binary.phpNouvelle recherche | Portail wanayoo
PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<imap_base64imap_body>
view the version of this page
Last updated: Tue, 07 Sep 2004

imap_binary

(PHP 3>= 3.0.2, PHP 4 , PHP 5)

imap_binary --  Convert an 8bit string to a base64 string

Description

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().



add a note add a note User Contributed Notes
imap_binary
support2 at lofthouse dot com
27-Dec-2001 02:44
Having trouble with reading a file and encodeing it, but the encoding doesnt turn out right?
Before reading the file, use:
set_magic_quotes_runtime(0);
see also:
http://www.php.net/manual/en/function.fread.php

<imap_base64imap_body>
 Last updated: Tue, 07 Sep 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This mirror generously provided by: nexen.net
Last updated: Thu Sep 9 05:16:36 2004 CEST