copy_dir()

copy_dir( string $from, string $to, string[] $skip_list…

copy_dir( string $from, string $to, string[] $skip_list = array() )

通过WordPress文件系统抽象将目录从一个位置复制到另一个位置。
Copies a directory from one location to another via the WordPress Filesystem Abstraction.

目录锚点:#说明#参数#返回#源码


说明(Description)

假设WP_Filesystem()已经被调用并设置。


参数(Parameters)

参数 类型 必填 说明
$from (string) 必需 源目录。
$to (string) 必需 目标目录。
$skip_list (string[]) 可选 要跳过复制的文件/文件夹的数组。

返回(Return)

(true|WP_Error)成功时为true,失败时为WP_Error。


源码(Source)


更新版本 源码位置 使用 被使用
2.5.0 wp-admin/includes/file.php:1715 3 5
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册