File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/ramsey/uuid/src
Upload
[..]
Builder/
Rename
Del
Codec/
Rename
Del
Converter/
Rename
Del
DegradedUuid.php (589 B)
Edit
Rename
Del
Exception/
Rename
Del
FeatureSet.php (12.06 KB)
Edit
Rename
Del
Fields/
Rename
Del
Generator/
Rename
Del
Guid/
Rename
Del
Lazy/
Rename
Del
Math/
Rename
Del
Nonstandard/
Rename
Del
Provider/
Rename
Del
Rfc4122/
Rename
Del
Type/
Rename
Del
UuidInterface.php (3.1 KB)
Edit
Rename
Del
Validator/
Rename
Del
Edit: 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 any type declarations using this class to {@see UuidInterface}. * * @immutable */ class DegradedUuid extends Uuid { }
Simpan