| AND OR | string words | *

manual for convert_uuencode | search for "convert_uuencode"


convert_uuencode

(PHP 5)

convert_uuencode --  Uuencode a string

Description

string convert_uuencode ( string data)

convert_uuencode() encodes a string using the uuencode algorithm.

Uuencode translates all strings (including binnary's ones) into printable characters, making them safe for network transmitions. Uuencoded data is about 35% larger than the original.

Example 1. convert_uuencode() example

<?php
$some_string
= "test\ntext text\r\n";

echo
convert_uuencode($some_string);
?>

See also convert_uudecode() and base64_encode().

Manual © 2001-2008 The PHP Group
© 2008 phparadise | go to the top | search phparadise | generated in 0.118 seconds

47 hits by 18 users in the last 30 minutes.