Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Generate a unique ID
<?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;

    }