We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d02f09 commit 1d20b67Copy full SHA for 1d20b67
README.md
@@ -1,11 +1,20 @@
1
[](https://styleci.io/repos/119397036)
2
[](https://travis-ci.org/descom-es/php-file-encoding)
3
+
4
# PHP convert files encoding
5
PHP class to convert files encoding
6
7
+## Installation
8
9
+You can install it with composer:
10
11
+```bash
12
+composer require descom/file_encoding
13
+```
14
15
## Usage
16
```php
-Encoding($file, $encoding_to, $encodings_detected);
17
+encodeFile($file, $encoding_to, $encodings_detected);
18
```
19
20
This is an example:
0 commit comments