Searched refs:uid (Results 1 – 3 of 3) sorted by relevance
71 $uid = strtoupper(strtr($this->uuid(), ['-' => '']));73 if ($uid === '') {77 return $uid . $this->pafUidChecksum($uid);81 * @param string $uid exactly 32 hex characters85 public function pafUidChecksum(string $uid): string argument91 $checksum_a += hexdec(substr($uid, $i, 2));
49 * @param string $uid exactly 32 hex characters53 public function pafUidChecksum(string $uid): string; argument
1478 "symfony/uid": "Required to use Str::ulid() (^7.0).",