PhpMimeMailParser\Contracts\CharsetManager::decodeCharset PHP Метод

decodeCharset() публичный Метод

Decode the string from Charset
public decodeCharset ( string $encodedString, string $charset ) : string
$encodedString string The string in its original encoded state
$charset string The Charset header of the part.
Результат string The decoded string
    public function decodeCharset($encodedString, $charset);