svn_fs_is_file

(PECL svn >= 0.2.0)

svn_fs_is_fileDetermines if a path points to a file

說明

svn_fs_is_file(resource $root, string $path): bool
警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

Determines if the given path points to a file.

參數(shù)

root

path

返回值

Returns true if the path points to a file, false otherwise.

注釋

警告

此函數(shù)是實驗性的。此函數(shù)的表象,包括名稱及其相關文檔都可能在未來的 PHP 發(fā)布版本中未通知就被修改。使用本函數(shù)風險自擔。