Anonymous user / 18.217.32.71 Log In Register
?
Wallet: 3.00
Daily Credits:
1.20 / 1.20

PHP Functions Online


convert_uudecode

(PHP 5)

convert_uudecodeDecode a uuencoded string

string convert_uudecode(string $data)

Checkout ? #

Item Description Item Price Your Price
Total

Preview #

${{ variable.param.name }} = {{ variable.param|getValue:variable.form:true }};
{{ call.result}} = ;

Description #

string convert_uudecode ( string $data )

convert_uudecode() decodes a uuencoded string.

Parameters #

data

The uuencoded data.

Return Values #

Returns the decoded data as a string.

Examples #

Example #1 convert_uudecode() example

<?php
/* Can you imagine what this will print? :) */
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>

See Also #