File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/league/uri-interfaces
Upload
[..]
Contracts/
Rename
Del
Exceptions/
Rename
Del
HostFormat.php (350 B)
Edit
Rename
Del
HostRecord.php (13.57 KB)
Edit
Rename
Del
HostType.php (389 B)
Edit
Rename
Del
IPv4/
Rename
Del
IPv6/
Rename
Del
Idna/
Rename
Del
KeyValuePair/
Rename
Del
LICENSE (1.06 KB)
Edit
Rename
Del
UriComparisonMode.php (375 B)
Edit
Rename
Del
UrnComparisonMode.php (379 B)
Edit
Rename
Del
composer.json (1.82 KB)
Edit
Rename
Del
Edit: HostFormat.php
<?php /** * League.Uri (https://uri.thephpleague.com) * * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace League\Uri; enum HostFormat { case Ascii; case Unicode; }
Simpan