Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PhpTimeConverter.php
PhpTimeConverter::SECOND_INTERVALS
The number of 100-nanosecond intervals in one second.
File
vendor/
ramsey/
uuid/
src/
Converter/
Time/
PhpTimeConverter.php
, line 54
Class
PhpTimeConverter
PhpTimeConverter uses built-in PHP functions and standard math operations available to the PHP programming language to provide facilities for converting parts of time into representations that may be used in UUIDs
Namespace
Ramsey\Uuid\Converter\Time
Code
private
const
SECOND_INTERVALS
=
10000000
;
RSS feed