array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.svn-fs-apply-text.php', 1 => 'svn_fs_apply_text', 2 => 'Creates and returns a stream that will be used to replace the contents of a file', ), 'up' => array ( 0 => 'ref.svn.php', 1 => 'SVN Funktionen', ), 'prev' => array ( 0 => 'function.svn-fs-abort-txn.php', 1 => 'svn_fs_abort_txn', ), 'next' => array ( 0 => 'function.svn-fs-begin-txn2.php', 1 => 'svn_fs_begin_txn2', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/svn/functions/svn-fs-apply-text.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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

Beschreibung

function svn_fs_apply_text(resource $root, string $path): resource
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

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

Anmerkungen

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und die zugehörige Dokumentation können sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Die Verwendung dieser Funktion erfolgt auf eigene Gefahr.