Raffi: Stringfunktion

Beitrag lesen

Ich blick da nicht durch:

Müsste doch auch so gehen:
function test($str)
{
$test = str_replace("&9g-", "&APY-", $str);
$test = str_replace("&5A-", "&AOQ-", $test);
$test = str_replace("&,A-", "&APw-", $test);
return $test;
}

test( imap_utf7_encode($mbox)

Was mach ich da falsch?

Danke und Gruss
raffi