Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/algo26-matthias/idna-convert/src/
Upload File :
Current File : /home/helpink/www/libraries/vendor/algo26-matthias/idna-convert/src/IdnaConvertInterface.php

<?php
namespace Algo26\IdnaConvert;

interface IdnaConvertInterface
{
    public function convert(string $host): string;

    public function convertEmailAddress(string $emailAddress): string;

    public function convertUrl(string $url): string;
}