CakeFest 2024: The Official CakePHP Conference

svn_fs_file_length

(PECL svn >= 0.1.0)

svn_fs_file_lengthReturns the length of a file from a given version of the fs

Descrizione

svn_fs_file_length(resource $fsroot, string $path): int
Avviso

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

Returns the length of a file from a given version of the fs

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