Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit661cf0c

Browse files
Update components/uid.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent42fa07c commit661cf0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/uid.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ to create each type of UUID::
6363
// It's defined in http://gh.peabody.io/uuidv6/
6464
$uuid = Uuid::v6(); // $uuid is an instance of Symfony\Component\Uid\UuidV6
6565

66-
// UUID version 7 features a time-ordered value field derived from the widely implemented and well known Unix Epoch timestamp source,
67-
// the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded.
66+
// UUID version 7 features a time-ordered value field derived from the widely implemented and well known
67+
//Unix Epoch timestamp source,the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded.
6868
// As well as improved entropy characteristics over versions 1 or 6.
6969
$uuid = Uuid::v7();
7070

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp