Php/docs/function.svn-revert

提供:Dev Guides
< Php
2020年12月14日 (月) 10:47時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

svn_revert

(PECL svn >= 0.3.0)

svn_revertRevert changes to the working copy


説明

svn_revert ( string $path [, bool $recursive = false ] ) : bool

Revert any local changes to the path in a working copy.


パラメータ

path
The path to the working repository.
recursive
Optionally make recursive changes.


返り値

成功した場合に true を、失敗した場合に false を返します。


参考