Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe BinaryUtils

Fonctions membres publiques statiques

static applyVariant ($clockSeqHi)
 
static applyVersion ($timeHi, $version)
 

Description détaillée

Provides binary math utilities

Documentation des fonctions membres

◆ applyVariant()

static applyVariant (   $clockSeqHi)
static

Applies the RFC 4122 variant field to the clock_seq_hi_and_reserved field

Paramètres
$clockSeqHi
Renvoie
int The high field of the clock sequence multiplexed with the variant http://tools.ietf.org/html/rfc4122#section-4.1.1

Référencé par DefaultTimeGenerator\generate(), et UuidFactory\uuidFromHashedName().

◆ applyVersion()

static applyVersion (   $timeHi,
  $version 
)
static

Applies the RFC 4122 version number to the time_hi_and_version field

Paramètres
string$timeHi
integer$version
Renvoie
int The high field of the timestamp multiplexed with the version number http://tools.ietf.org/html/rfc4122#section-4.1.3

Références $version.

Référencé par DefaultTimeGenerator\generate(), et UuidFactory\uuidFromHashedName().


La documentation de cette classe a été générée à partir du fichier suivant :