svn_fs_is_file
PHP function
Edit on GitHub ✎
(PECL svn >= 0.2.0)
Determines if a path points to a file
Description
svn_fs_is_file(resource $root, string $path): bool
Func
Determines if the given path points to a file.
Parameters
rootpath
Return Values
Returns true if the path points to a file, false otherwise.