修改理由:

二级标题没翻译

相关信息:


此投稿由 MArtian 1年前 合并。

标题修改:

+ 辅助函数

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
286286</div>
287287
288288<a name="miscellaneous-method-list"></a>
289 ### 其他
 289### 杂项
290290
291291<div class="collection-method-list" markdown="1">
292292
 
13631363   $path = storage_path('app/file.txt');
13641364
13651365<a name="strings"></a>
1366 ## Strings
 1366## 字符串
13671367
13681368<a name="method-__"></a>
13691369#### `__()`
 
22932293如果指定的翻译键不存在,`trans_choice` 函数将返回给定的键。 因此,使用上面的示例,如果翻译键不存在,`trans_choice` 函数将返回 `messages.notifications`。
22942294
22952295<a name="fluent-strings"></a>
2296 ## Fluent Strings
 2296## 字符流处理
22972297
22982298Fluent strings 提供了一个更流畅的、面向对象的接口来处理字符串值,与传统的字符串操作相比,允许你使用更易读的语法将多个字符串操作链接在一起。
22992299
 
43194319   // 5
43204320
43214321<a name="other-utilities"></a>
4322 ## Other Utilities
 4322## 其他
43234323
43244324<a name="benchmarking"></a>
43254325### Benchmarking