atk14 / translate
A PHP class for converting strings between character maps
v1.2.2
2019-11-16 18:14 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- atk14/tester: *
This package is auto-updated.
Last update: 2026-02-17 08:24:46 UTC
README
A PHP class for converting strings between character maps
Basic usage
echo Translate::Trans($utf8_content,"UTF-8","ISO-8859-2");
Installation
Use the Composer to install the panel.
cd path/to/your/project/
composer require atk14/translate dev-master
Licence
Translate is free software distributed under the terms of the MIT license