array_replace_recursive()
array_replace_recursive( array $base = array(), array $replacements = array() )
与PHP无关的{@link array_replace_recursive()}版本。
PHP-agnostic version of {@link array_replace_recursive()}.
说明(Description)
另见函数 https://www.wp2.cn/functions()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$base | (array) | 可选 | 需要替换键的数组。 |
$replacements | (array) | 可选 | 用替换的键排列。 |
返回(Return)
(array)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.5.3 | wp-includes/compat.php:472 | 0 | 0 |
array_replace_recursive() 为WP2原创文章,链接:https://www.wp2.cn/functions/array_replace_recursive/