项目作者: xp-framework

项目描述 :
Text encoding
高级语言: PHP
项目地址: git://github.com/xp-framework/text-encode.git
创建时间: 2015-12-08T22:33:16Z
项目社区:https://github.com/xp-framework/text-encode

开源协议:

下载


Text encoding

Build status on GitHub
XP Framework Module
BSD Licence
Requires PHP 7.0+
Supports PHP 8.0+
Latest Stable Version

Common encodings for files, strings and streams

API

  1. package text.encode {
  2. public class text.encode.Base57
  3. public class text.encode.Base64
  4. public class text.encode.Base64InputStream
  5. public class text.encode.Base64OutputStream
  6. public class text.encode.CvsPassword
  7. public class text.encode.QuotedPrintable
  8. public class text.encode.QuotedPrintableInputStream
  9. public class text.encode.QuotedPrintableOutputStream
  10. public class text.encode.UTF7
  11. public class text.encode.UTF8
  12. public class text.encode.UUCode
  13. }