uuencodeアルゴリズムでエンコードされた文字列をデコードするには、convert_uudecode()関数を使用します。

<?php
echo convert_uuencode('(<&%S');
?>

◆実行結果
password

[対象]
PHP 5.x