Registry / utility / paquettg-string-encode

paquettg-string-encode

JSON →
library2.1.1phppackagistunverified

Facilitating the process of altering string encoding in PHP.

composer require paquettg/string-encode
INSTALL
IMPORT
SIG · PAQUETTG-STRING-EN
P
paquettg-string-encode
utilityphpv2.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Encode
use StringEncode\Encode;

Convert a string from UTF-8 to ISO-8859-1.

<?php require 'vendor/autoload.php'; use StringEncode\Encode; $encoder = new Encode(); $encoder->setSourceCharset('UTF-8'); $encoder->setDestinationCharset('ISO-8859-1'); $encoded = $encoder->convert('Hello'); echo $encoded;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
paquettg-string-encode — pip install paquettg-string-encode · libregistry