svn_mkdir

(PECL svn >= 0.4.0)

svn_mkdir — Creates a directory in a working copy or repository

说明

svn_mkdir(string $path, string $log_message = ?): bool

Creates a directory in a working copy or repository.

参数

path

The path to the working copy or repository.

返回值

成功时返回 true, 或者在失败时返回 false。

参见

  • svn_add() - 在工作目录列入新增项
  • svn_copy()

+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top