Exemplo n.º 1
0
 /**
  * Кодирует текст
  *
  * @param string $text
  */
 public function encode($text)
 {
     return MIME::encode_b64($text);
 }