Ejemplo n.º 1
0
 private function _encode($string)
 {
     return str_replace(';', '\\;', StringUtility::quotedPrintableEncode($string));
 }