PHP 8.3.4 Released!

svn_fs_contents_changed

(PECL svn >= 0.2.0)

svn_fs_contents_changedReturn true if content is different, false otherwise

Descrição

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

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

Return true if content is different, false otherwise

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome e documentação poderão mudar sem aviso prévio em futuras versões do PHP. Use por sua conta e risco.

add a note

User Contributed Notes

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