svn_fs_props_changed

(PECL svn >= 0.2.0)

svn_fs_props_changedReturn true if props are different, false otherwise

Descrição

svn_fs_props_changed ( resource $root1 , string $path1 , resource $root2 , string $path2 ) : bool
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Return true if props are different, false otherwise

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top