Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F939809
CharsetManager.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
566 B
Referenced Files
None
Subscribers
None
CharsetManager.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment