svn_mkdir

(PECL svn >= 0.4.0)

svn_mkdirCreates a directory in a working copy or repository

Açıklama

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

Creates a directory in a working copy or repository.

Bağımsız Değişkenler

path

The path to the working copy or repository.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız

  • svn_add() - Schedules the addition of an item in a working directory
  • svn_copy()
To Top