svn_fs_apply_text

(PECL svn >= 0.2.0)

svn_fs_apply_textCreates and returns a stream that will be used to replace the contents of a file

Açıklama

function svn_fs_apply_text(resource $root, string $path): resource
Uyarı

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

Creates and returns a stream that will be used to replace the contents of a file.

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