Cryptography
most used
convert_uuencode
description
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.
declaration of convert_uuencode
string convert_uuencode ( string $data )
test convert_uuencode online
share convert_uuencode
comments for convert_uuencode
be the first
No comments so far for convert_uuencode(). Leave yours as first below.
+