File "EncodingHelperInterface.php"
Full path: /home/argothem/www/organecyberpresse/vendor/algo26-matthias/idna-convert/src/EncodingHelper/EncodingHelperInterface.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Algo26\IdnaConvert\EncodingHelper;
interface EncodingHelperInterface
{
public function convert(
string $sourceString,
string $encoding = 'ISO-8859-1',
bool $safeMode = false
);
}