File "PunycodeInterface.php"

Full path: /home/argothem/www/organecyberpresse/vendor/algo26-matthias/idna-convert/src/Punycode/PunycodeInterface.php
File size: 182 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Algo26\IdnaConvert\Punycode;

interface PunycodeInterface 
{
    public function __construct(?string $idnVersion = null);

    public function getPunycodePrefix();
}