diff --git a/reference/pcntl/functions/pcntl-waitid.xml b/reference/pcntl/functions/pcntl-waitid.xml index e8d44f374..c17a1409f 100644 --- a/reference/pcntl/functions/pcntl-waitid.xml +++ b/reference/pcntl/functions/pcntl-waitid.xml @@ -1,6 +1,6 @@ - + @@ -287,6 +287,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + 增加了 resource_usage。 + + + + + + + &reftitle.seealso; diff --git a/reference/strings/functions/strripos.xml b/reference/strings/functions/strripos.xml index 9f726afee..08eb1fd0d 100644 --- a/reference/strings/functions/strripos.xml +++ b/reference/strings/functions/strripos.xml @@ -1,6 +1,6 @@ - + @@ -68,7 +68,8 @@ &reftitle.returnvalues; - 返回 needle 相对于 haystack 字符串的位置(和搜索的方向和偏移量无关)。 + 返回 needle 相对于 haystack 字符串的位置 + (与搜索的方向或 offset 无关)。 字符串位置从 0 开始,而不是 1。 @@ -131,25 +132,27 @@ ]]> &example.outputs;