array_replace_recursive()函数是Wordpress函数,与PHP无关的{@link array_replace_recursive()}版本。
array_replace_recursive( array $base = array(), array $replacements = array() )
说明(Description)
另见函数 functions()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$base | (array) | 可选 | 需要替换键的数组。 |
$replacements | (array) | 可选 | 用替换的键排列。 |
返回(Return)
(array)
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.5.3 | wp-includes/compat.php:472 | 0 | 0 |