阅读(1743)
赞(1)
Laravel 8 Str::orderedUuid() {#collection-method}
2021-07-03 16:54:19 更新
Str::orderedUuid 方法用于生成一个「时间戳优先」的 UUID ,它可作为数据库索引列的有效值:
use Illuminate\Support\Str;
return (string) Str::orderedUuid(); Str::orderedUuid 方法用于生成一个「时间戳优先」的 UUID ,它可作为数据库索引列的有效值:
use Illuminate\Support\Str;
return (string) Str::orderedUuid(); Copyright©2023 字节宝字节宝| |
违法和不良信息举报电话:|举报邮箱:3111859717@qq.com
