Update emailcollector.class.php
This commit is contained in:
parent
c169632f7b
commit
b2256620c4
@ -2048,10 +2048,11 @@ class EmailCollector extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts a string from one encoding to another.
|
* Converts a string from one encoding to another.
|
||||||
* @param string $string
|
*
|
||||||
* @param string $fromEncoding
|
* @param string $string String to convert
|
||||||
* @param string $toEncoding
|
* @param string $fromEncoding String encoding
|
||||||
* @return string Converted string if conversion was successful, or the original string if not
|
* @param string $toEncoding String return encoding
|
||||||
|
* @return string Converted string if conversion was successful, or the original string if not
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
protected function convertStringEncoding($string, $fromEncoding, $toEncoding = 'UTF-8')
|
protected function convertStringEncoding($string, $fromEncoding, $toEncoding = 'UTF-8')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user