WP File Manager
Current Path:
/
home
/
translil
/
www
/
amitram
/
vendor
/
algo26-matthias
/
idna-convert
/
src
/
Punycode
/
Name
Action
..
AbstractPunycode.php
Edit
FromPunycode.php
Edit
PunycodeInterface.php
Edit
ToPunycode.php
Edit
Editing: PunycodeInterface.php
<?php namespace Algo26\IdnaConvert\Punycode; interface PunycodeInterface { public function __construct(string $idnVersion = null); public function getPunycodePrefix(); }