PHP convert_uuencode function
Like this blog? Consider exploring one of our sponsored banner ads...
convert_uuencode
(PHP 5)
convert_uuencode —Uuencode a string
Descriptionstring convert_uuencode ( string data )
convert_uuencode() encodes a string using the uuencode
algorithm.
Uuencode translates all strings (including binary’s ones) into printable
characters, making them safe for network transmissions. Uuencoded data is
about 35% larger than the original.
Example 1. convert_uuencode() example
$some_string = "test\ntext text\r\n"; echo convert_uuencode($some_string);
See also convert_uudecode() and
base64_encode().
About this entry
You’re currently reading “PHP convert_uuencode function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]