Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PhpTimeConverter.php

PhpTimeConverter::MICROSECOND_INTERVALS

The number of 100-nanosecond intervals in one microsecond.

File

vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php, line 59

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 MICROSECOND_INTERVALS = 10;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal