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 9a3ca08 commit 8be5b3bCopy full SHA for 8be5b3b
README.md
@@ -3,7 +3,7 @@ PHP class to convert files encoding
3
4
## Usage
5
```php
6
-construct($encoding_to = 'UTF-8', $encodings_detected = 'UTF-8,ISO-8859-1,WINDOWS-1252');
+__construct($encoding_to = 'UTF-8', $encodings_detected = 'UTF-8,ISO-8859-1,WINDOWS-1252');
7
EncodeFile($fileR, $fileW, &$encoding_original, &$encoding_final);
8
```
9
0 commit comments