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

Breadcrumb

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

function BigNumberConverter::toHex

@inheritDoc @psalm-pure

Overrides NumberConverterInterface::toHex

File

vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php, line 50

Class

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

Namespace

Ramsey\Uuid\Converter\Number

Code

public function toHex(string $number) : string {
    return $this->converter
        ->toHex($number);
}

API Navigation

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