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