Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPでuuidを62バイナリに圧縮する方法は?
短縮 URL を生成したいのですが、URL パラメータはキーであり、uuid を圧縮します
select replace(uuid(), '-', '')
uuid は 16 のバイナリ文字列であり、uuid の長さは 32 (varchar(32)) です。したがって、uuid は max int よりも長くなります。
62バイナリ文字列(PHP)に圧縮する方法は?