convert_uuencode(3) php man page | unix.com

Man Page: convert_uuencode

Operating Environment: php

Section: 3

CONVERT_UUENCODE(3)							 1						       CONVERT_UUENCODE(3)

convert_uuencode - Uuencode a string

SYNOPSIS
string convert_uuencode (string $data)
DESCRIPTION
convert_uuencode(3) 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.
PARAMETERS
o $data - The data to be encoded.
RETURN VALUES
Returns the uuencoded data or FALSE on failure.
EXAMPLES
Example #1 convert_uuencode(3) example <?php $some_string = "test text text "; echo convert_uuencode($some_string); ?>
SEE ALSO
convert_uudecode(3), base64_encode(3). PHP Documentation Group CONVERT_UUENCODE(3)
Related Man Pages
uuencode(n) - mojave
uuencode(3tcl) - debian
ctype_punct(3) - php
mailparse_uudecode_all(3) - php
xdiff_string_rabdiff(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch