Query: convert_uuencode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CONVERT_UUENCODE(3) 1 CONVERT_UUENCODE(3) convert_uuencode - Uuencode a stringSYNOPSISstring convert_uuencode (string $data)DESCRIPTIONconvert_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.PARAMETERSo $data - The data to be encoded.RETURN VALUESReturns the uuencoded data or FALSE on failure.EXAMPLESExample #1 convert_uuencode(3) example <?php $some_string = "test text text "; echo convert_uuencode($some_string); ?>SEE ALSOconvert_uudecode(3), base64_encode(3). PHP Documentation Group CONVERT_UUENCODE(3)
Related Man Pages |
---|
uudecode(1) - linux |
uuencode(n) - mojave |
ctype_graph(3) - php |
ctype_print(3) - php |
mailparse_uudecode_all(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Ravinder Singh to the Moderation Team |