阅读(1208)
赞(15)
Laravel 8 length {#collection-method}
2021-07-05 09:43:49 更新
length 方法返回指定字符串的长度:
use Illuminate\Support\Str;
$length = Str::of('Laravel')->length();
// 7 length 方法返回指定字符串的长度:
use Illuminate\Support\Str;
$length = Str::of('Laravel')->length();
// 7