2017 © Pedro PelĂĄez
 

library r-enc

Simple way to get the right encoding that you want in PHP codes.

image

vinnyfs89/r-enc

Simple way to get the right encoding that you want in PHP codes.

  • Monday, February 20, 2017
  • by vinnyfs89
  • Repository
  • 1 Watchers
  • 4 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

PHP RightEncoding

About

The RightEncoding component provides a simple and effective way of convert your PHP strings to right encoding., (*1)

The "r-enc" function represents the RightEncoding component. Using the function "r-enc" you can set the input string and this function will return the string converted for you. You also may set the input Charset and output charset when call the "r-enc" function., (*2)

Install

you may clone this project directly or set in your composer.json, like this:, (*3)

  "require-dev": {
    "vinnyfs89/r-enc": "dev-master"
  },

Usage

Use the "r-enc" function is so easy! Just like this:, (*4)

$newString = rEnc($oldString)

Example:

Below we have an example of the file "example.php" executed., (*5)

alt !, (*6)

Yeah!

I Hope you enjoy! :D, (*7)

The Versions

20/02 2017

dev-master

9999999-dev http://viniciusfesil.com

Simple way to get the right encoding that you want in PHP codes.

  Sources   Download

The Requires

  • php >=5.3

 

The Development Requires

by VinĂ­cius Feitosa da Silva

php rightencoding r-enc