Laravel 8 Str::words() {#collection-method}

2021-07-19 10:30 更新

Str::words 方法用于限制字符串中的單詞數(shù):

use Illuminate\Support\Str;

return Str::words('Perfectly balanced, as all things should be.', 3, ' >>>');

// Perfectly balanced, as >>> 
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號