CakeFest 2024: The Official CakePHP Conference

svn_fs_file_contents

(PECL svn >= 0.1.0)

svn_fs_file_contentsReturns a stream to access the contents of a file from a given version of the fs

Açıklama

svn_fs_file_contents(resource $fsroot, string $path): resource
Uyarı

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

Returns a stream to access the contents 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