downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

svn_diff> <svn_commit
[edit] Last updated: Fri, 24 Feb 2012

view this page in

svn_delete

(PECL svn >= 0.4.0)

svn_deleteDelete items from a working copy or repository.

Descrição

bool svn_delete ( string $path [, bool $force = false ] )

Deletes the file, directory or symbolic link at path from the working directory. The item will be deleted from the repository the next time you call svn_commit() on the working copy.

Parâmetros

path

Path of item to delete.

Nota: Caminhos relativos irão ser resolvidos como se o diretório atual fosse o que contém o binário PHP. Para chamar script do diretório, use realpath() ou dirname(__FILE__).

force

If TRUE, the file will be deleted even if it has local modifications. Otherwise, local modifications will result in a failure. Default is FALSE

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.



add a note add a note User Contributed Notes svn_delete
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites