PHP 8.3.4 Released!

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

Açıklama

svn_fs_file_length(resource $fsroot, string $path): int
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

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

Notlar

Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu risk göze alınamayacaksa bu işlev kullanılmamalıdır.

add a note

User Contributed Notes

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