Recommend this page to a friend! |
Classes of Nathan Bishop | PHP Encoder | README.md | Download |
|
DownloadEncoderTable of Contents<a name="about"></a>AboutEncoder is a class that allows encoding/decoding from/to: - Base64 - Quoted Printable - 7bit (Future Feature) - 8bit (Future Feature) - Binary <a name="getting-started"></a>Getting Started
<a name="usage"></a>UsageInclude and instantiate:
Convert text to base64:
Convert text to quoted-printable:
Decode quoted-printable text:
<a name="api"></a>APIBelow is a list of the public methods available for use.
<a name="testing"></a>TestingThis project keeps all tests stored in the <a name="contributors"></a>Contributors<a name="license"></a>License(GNU General Public License, version 2) Copyright © 2013, Nathan Bishop This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see GNU General Public License, version 2. |