コード例 #1
0
ファイル: Encode.php プロジェクト: techart/tao
 /**
  * Кодирует текст
  *
  * @param string $text
  */
 public function encode($text)
 {
     return MIME::encode_b64($text);
 }