File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ Update
906906$builder->replace()
907907-------------------
908908
909- 此方法执行 **REPLACE ** 语句,本质上是 SQL 标准的(可选)**DELETE** + **INSERT **,使用 *PRIMARY * 和 *UNIQUE * 作为决定因素。在我们的案例中,它将使你无需通过组合不同的 ``select() ``、``update() ``、``delete() `` 和 ``insert() `` 调用来实现复杂逻辑。
909+ 此方法执行 **REPLACE ** 语句,本质上是 SQL 标准的(可选) **DELETE ** + **INSERT **,使用 *PRIMARY * 和 *UNIQUE * 作为决定因素。在我们的案例中,它将使你无需通过组合不同的 ``select() ``、``update() ``、``delete() `` 和 ``insert() `` 调用来实现复杂逻辑。
910910
911911示例:
912912
Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ valid_json 否 若字段非合法 JSON 字符串则失败
819819valid_url 否 如果字段不包含(宽松意义上的)URL,
820820 则验证失败。包括可能作为主机名的简单字符串,
821821 例如 "codeigniter"。
822- **通常,应该使用 ``valid_url_strict``。 **
822+ **通常,应该使用 ** ``valid_url_strict ``。
823823valid_url_strict 是 如果字段不包含有效的 URL,则验证失败。 ``valid_url_strict[https] ``
824824 你可以选择性地指定一个有效 schema 的列表。
825825 如果未指定,则 ``http,https `` 是有效的。
You can’t perform that action at this time.
0 commit comments