PHP » GoLang |
login |
register |
about
|
GoLang convert_uuencode
request it (431)
GoLang replacement for PHP's convert_uuencode
[edit | history]
convert_uuencode(PHP 5, PHP 7) 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 binary data) into printable characters, making them safe for network transmissions. Uuencoded data is about 35% larger than the original. Parameters
Return Values
Returns the uuencoded data or Examples
Example #1 convert_uuencode() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|