PHP code example of xp-framework / text-encode
1. Go to this page and download the library: Download xp-framework/text-encode library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
xp-framework / text-encode example snippets
package text.encode {
public class text.encode.Base57
public class text.encode.Base64
public class text.encode.Base64InputStream
public class text.encode.Base64OutputStream
public class text.encode.CvsPassword
public class text.encode.QuotedPrintable
public class text.encode.QuotedPrintableInputStream
public class text.encode.QuotedPrintableOutputStream
public class text.encode.UTF7
public class text.encode.UTF8
public class text.encode.UUCode
}