svn_fs_make_file

(PECL svn >= 0.2.0)

svn_fs_make_fileCreates a new empty file, returns true if all is ok, false otherwise

Descrição

svn_fs_make_file ( resource $root , string $path ) : bool
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Creates a new empty file, returns true if all is ok, false otherwise

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

add a note add a note

User Contributed Notes

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