OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
/
src
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
BinaryUtils.php
1.76 KB
08/12/2024 10:33:34 AM
rw-r--r--
📁
Builder
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📁
Codec
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📁
Converter
-
08/12/2024 10:36:10 AM
rwxr-xr-x
📄
DegradedUuid.php
591 bytes
08/12/2024 10:33:34 AM
rw-r--r--
📄
DeprecatedUuidInterface.php
5.18 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
DeprecatedUuidMethodsTrait.php
13.73 KB
08/12/2024 10:33:34 AM
rw-r--r--
📁
Exception
-
08/12/2024 10:34:35 AM
rwxr-xr-x
📄
FeatureSet.php
12.58 KB
08/12/2024 10:33:34 AM
rw-r--r--
📁
Fields
-
08/12/2024 10:34:35 AM
rwxr-xr-x
📁
Generator
-
08/12/2024 10:34:35 AM
rwxr-xr-x
📁
Guid
-
08/12/2024 10:34:35 AM
rwxr-xr-x
📁
Lazy
-
08/12/2024 10:34:35 AM
rwxr-xr-x
📁
Math
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
Nonstandard
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
Provider
-
08/12/2024 10:36:10 AM
rwxr-xr-x
📁
Rfc4122
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
Type
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📄
Uuid.php
26.23 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
UuidFactory.php
15.97 KB
08/12/2024 10:33:34 AM
rw-r--r--
📄
UuidFactoryInterface.php
6.15 KB
08/12/2024 10:33:35 AM
rw-r--r--
📄
UuidInterface.php
3.12 KB
08/12/2024 10:33:35 AM
rw-r--r--
📁
Validator
-
08/12/2024 10:34:37 AM
rwxr-xr-x
📄
functions.php
5.18 KB
08/12/2024 10:33:34 AM
rw-r--r--
Editing: DegradedUuid.php
Close
<?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 typehints to {@see UuidInterface}. * * @psalm-immutable */ class DegradedUuid extends Uuid { }