X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/ramsey/uuid/src
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
ramsey
/
uuid
/
src
/
📁
..
📄
BinaryUtils.php
(1.7 KB)
📁
Builder
📁
Codec
📁
Converter
📄
DegradedUuid.php
(566 B)
📄
DeprecatedUuidInterface.php
(5.34 KB)
📄
DeprecatedUuidMethodsTrait.php
(13.05 KB)
📁
Exception
📄
FeatureSet.php
(12.45 KB)
📁
Fields
📁
Generator
📁
Guid
📁
Math
📁
Nonstandard
📁
Provider
📁
Rfc4122
📁
Type
📄
Uuid.php
(17.96 KB)
📄
UuidFactory.php
(12.65 KB)
📄
UuidFactoryInterface.php
(5.97 KB)
📄
UuidInterface.php
(2.66 KB)
📁
Validator
📄
functions.php
(3.42 KB)
Editing: DegradedUuid.php
<?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 { }
Upload File
Create Folder