Skip to main content

uudecode

warning

This function starts with lowercase letter.

คำอธิบาย

Decode an UU-encoded string.

NameDescription
dest[]The destination for the decoded string array.
const source[]The UU-encoded source string.
maxlengthThe maximum length of dest that can be used.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

uudecode(normalString, encodedString);

ฟังก์ชั่นที่เกี่ยวข้องกัน