Source Code:
(back to article)
<?php $data = "Hello, World!"; $encoded_data = convert_uuencode($data); echo $encoded_data; ?>
Result:
Report an issue