PHP Doku:: Creates a directory in a working copy or repository - function.svn-mkdir.html

Verlauf / Chronik / History: (36) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteSubversionSVN Funktionensvn_mkdir

Ein Service von Reinhard Neidl - Webprogrammierung.

SVN Funktionen

<<svn_ls

svn_repos_create>>

svn_mkdir

(PECL svn >= 0.4.0)

svn_mkdirCreates a directory in a working copy or repository

Beschreibung

bool svn_mkdir ( string $path )

Creates a directory in a working copy or repository.

Parameter-Liste

path

The path to the working copy or repository.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)