Is there a PHP7 function that performs a uuencode algorithm for a string?

A1WEBSITEPRO QuestionsCategory: PHPIs there a PHP7 function that performs a uuencode algorithm for a string?
D_Delawson asked 5 years ago

Is there a PHP7 function that performs a uuencode algorithm for a string?

Is there a PHP7 function that performs a uuencode algorithm for a string? was last modified: November 23rd, 2018 by D_Delawson
1 Answers
Best Answer
Maximus Mccullough Staff answered 5 years ago

You will want to use the convert_uuencode() function for this purpose.

Answer for Is there a PHP7 function that performs a uuencode algorithm for a string? was last modified: November 23rd, 2018 by Maximus Mccullough