Page MenuHomePhorge

CharsetManager.php
No OneTemporary

Size
566 B
Referenced Files
None
Subscribers
None

CharsetManager.php

<?php namespace PhpMimeMailParser\Contracts;
interface CharsetManager
{
/**
* Decode the string from Charset
*
* @param string $encodedString The string in its original encoded state
* @param string $charset The Charset header of the part.
*
* @return string The decoded string
*/
public function decodeCharset($encodedString, $charset);
/**
* Get charset alias
*
* @param string $charset .
*
* @return string The charset alias
*/
public function getCharsetAlias($charset);
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 5:10 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
221822
Default Alt Text
CharsetManager.php (566 B)

Event Timeline