Skip to content

Commit

Permalink
Update zh.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 22, 2024
1 parent d674eb8 commit b4054fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.4/languages/zh.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'bcmath_description' => '<p>新的 <code>BcMath\Number</code> 对象使在处理任意精度数字时可以使用面向对象的方式和标准的数学运算符。</p><p>这些对象是不可变的,并实现了 <code>Stringable</code> 接口,因此可以在字符串上下文中使用,如 <code>echo $num</code>。</p>',
'new_array_find_title' => '新的 <code>array_*()</code> 函数',
'new_array_find_description' => '新增函数 <a href="/manual/zh/function.array-find.php"><code>array_find()</code></a>、<a href="/manual/zh/function.array-find-key.php"><code>array_find_key()</code></a>、<a href="/manual/zh/function.array-any.php"><code>array_any()</code></a> 和 <a href="/manual/zh/function.array-all.php"><code>array_all()</code></a>。',
'pdo_driver_specific_subclasses_title' => 'PDO 驱动程序特定的 SQL 解析器',
'pdo_driver_specific_subclasses_title' => 'PDO 驱动程序特定子类',
'pdo_driver_specific_subclasses_description' => '新的 <code>Pdo\Dblib</code>、<code>Pdo\Firebird</code>、<code>Pdo\MySql</code>、<code>Pdo\Odbc</code>、<code>Pdo\Pgsql</code> 和 <code>Pdo\Sqlite</code> 的子类可用。',
'new_without_parentheses_title' => '<code>new MyClass()->method()</code> 不需要括号',
'new_without_parentheses_description' => '现在可以在不使用括号包裹 <code>new</code> 表达式的情况下访问新实例化对象的属性和方法。',
Expand Down

0 comments on commit b4054fc

Please sign in to comment.