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

Breadcrumb

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

function BigNumberTimeConverter::calculateTime

Overrides TimeConverterInterface::calculateTime

File

vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php, line 39

Class

BigNumberTimeConverter
Previously used to integrate moontoast/math as a bignum arithmetic library, BigNumberTimeConverter is deprecated in favor of GenericTimeConverter

Namespace

Ramsey\Uuid\Converter\Time

Code

public function calculateTime(string $seconds, string $microseconds) : Hexadecimal {
    return $this->converter
        ->calculateTime($seconds, $microseconds);
}

API Navigation

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