= 0.3.0)svn_revert — Revert changes to the working copy說明svn_revert(string $path, bool $recursive = false): boolRevert any local ">

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.

參數(shù)

path

The path to the working repository.

recursive

Optionally make recursive changes.

返回值

成功時返回 true, 或者在失敗時返回 false。

參見