CakeFest 2024: The Official CakePHP Conference

svn_fs_contents_changed

(PECL svn >= 0.2.0)

svn_fs_contents_changedReturn true if content is different, false otherwise

Descrizione

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

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Return true if content is different, false otherwise

Note

Avviso

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.

add a note

User Contributed Notes

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