PHP 8.4.0 RC4 available for testing

svn_revert

(PECL svn >= 0.3.0)

svn_revertRevert changes to the working copy

Descrição

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

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

Parâmetros

path

The path to the working repository.

recursive

Optionally make recursive changes.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top