阅读(4349)
赞(6)
Laravel 8 ucfirst {#collection-method}
2021-07-05 09:43:55 更新
ucfirst
方法用于将指定字符串转换为首字母大写的形式并将其返回:
use Illuminate\Support\Str;
$string = Str::of('foo bar')->ucfirst();
// Foo bar
ucfirst
方法用于将指定字符串转换为首字母大写的形式并将其返回:
use Illuminate\Support\Str;
$string = Str::of('foo bar')->ucfirst();
// Foo bar
Copyright©2023 编程论坛编程论坛| 浙ICP备2024059924号-1|
违法和不良信息举报电话:|举报邮箱:569242693@qq.com