b0y-101 Mini Shell


Current Path : E:/www2/risk/libraries/vendor/algo26-matthias/idna-convert/src/
File Upload :
Current File : E:/www2/risk/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;
}

Copyright © 2019 by b0y-101