阅读(3938)
赞(10)
Laravel 8 Str::ucfirst()
2021-07-03 16:54:23 更新
Str::ucfirst
方法是把指定的字符串首字母大写,例如:
use Illuminate\Support\Str;
$string = Str::ucfirst('foo bar');
// Foo bar
Str::ucfirst
方法是把指定的字符串首字母大写,例如:
use Illuminate\Support\Str;
$string = Str::ucfirst('foo bar');
// Foo bar
Copyright©2023 编程论坛编程论坛| 浙ICP备2024059924号-1|
违法和不良信息举报电话:|举报邮箱:569242693@qq.com