예제 #1
0
파일: Encode.php 프로젝트: techart/tao
 /**
  * Кодирует текст
  *
  * @param string $text
  */
 public function encode($text)
 {
     return MIME::encode_b64($text);
 }