PHP function convert_uudecode()
Decode a uuencoded string
Availability in PHP 5.0
Decode a uuencoded string
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$data |
string |
not | The uuencoded data. |
Return values
string
the decoded data as a string.
Other resources
Loading comments...