<?php uniqid(string $prefix = "", bool $more_entropy = false): string
<?php public function resetTag($name) { $this->store->forever($this->tagKey($name), $id = str_replace('.', '', uniqid('', true))); return $id; }