Laravel 8 title {#collection-method}
2021-07-19 10:35 更新
title 方法将字符串转换为 标题式 表示方法:
use Illuminate\Support\Str;
$converted = Str::of('a nice title uses the correct case')->title();
// A Nice Title Uses The Correct Case 以上内容是否对您有帮助:

免费 AI IDE


更多建议: