svn_add(PECL svn:0.1-0.2) svn_add — Schedules the addition of an item in a working directory Описание
bool svn_add
( string $path
[, bool $recursive
[, bool $force
]] )
Adds the file, directory or symbolic link at path to the working directory. The item will be added to the repository the next time you call svn_commit() on the working copy. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ПримечанияВнимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. Примеры
Пример #1 svn_add() example
In a working directory where
...this code:
<?php...will schedule foobar.txt for addition into the repository. |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |