primo commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Algo26\IdnaConvert;
|
||||
|
||||
interface IdnaConvertInterface
|
||||
{
|
||||
public function convert(string $host): string;
|
||||
|
||||
public function convertEmailAddress(string $emailAddress): string;
|
||||
|
||||
public function convertUrl(string $url): string;
|
||||
}
|
||||
Reference in New Issue
Block a user