PHP convert_uudecode() FunctionPHP convert_uudecode() function is predefined string PHP function , which is used to decode a uuencoded string. It returns the decoded data as a string. Syntax:
Example 1Output: Your Decode string is :*:F%V851P;VEN=``` ` By using 'convert_uudecode()' function your encoded string is : javaTpoint Example 2Output: Your Encoded string is :javatpoint By using 'convert_uudecode()' function your decoded string is : *:F%V871P;VEN=``` ` Example 3Output: Your Encoded string is :+22!L;W9E(%!(4"$` ` By using 'convert_uudecode()' function your encoded string is : I love PHP! Your Decoded string is :I love PHP! By using 'convert_uuencode()' function your encoded string is : +22!L;W9E(%!(4"$` ` Next TopicPHP String |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India