PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Convert String from UTF8   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Convert String from UTF8
Convert a string from UTF-8
Author: By
Last change: x96 -> 002d
fixed conversion utf8 - windows-1250 mb_encoding
°
°
Date: 3 years ago
Size: 509 bytes
 

Contents

Class file image Download
{ "name": "baba/php-string-convert", "description": "Convert string from utf-8 to windows-1250", "type": "library", "autoload": { "psr-4": { "BABA\\Utils\\": "src/" } }, "provide": { "baba/php-string-convert": "1.0.4" }, "license": "MIT", "authors": [ { "name": "Juraj Puchký", "email": "info@baba.bj" } ], "minimum-stability": "dev", "require": { "ext-mbstring": "*" } }