WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
algo26-matthias
/
idna-convert
/
src
/
EncodingHelper
/
Name
Action
..
EncodingHelperInterface.php
Edit
FromUtf8.php
Edit
ToUtf8.php
Edit
Editing: EncodingHelperInterface.php
<?php namespace Algo26\IdnaConvert\EncodingHelper; interface EncodingHelperInterface { public function convert( string $sourceString, string $encoding = 'ISO-8859-1', bool $safeMode = false ); }