array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.svn-fs-dir-entries.php', 1 => 'svn_fs_dir_entries', 2 => 'Enumerates the directory entries under path; returns a hash of dir names to file type', ), 'up' => array ( 0 => 'ref.svn.php', 1 => 'SVN 函数', ), 'prev' => array ( 0 => 'function.svn-fs-delete.php', 1 => 'svn_fs_delete', ), 'next' => array ( 0 => 'function.svn-fs-file-contents.php', 1 => 'svn_fs_file_contents', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/svn/functions/svn-fs-dir-entries.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

svn_fs_dir_entries

(PECL svn >= 0.1.0)

svn_fs_dir_entriesEnumerates the directory entries under path; returns a hash of dir names to file type

说明

svn_fs_dir_entries(resource $fsroot, string $path): array
警告

本函数还未编写文档,仅有参数列表。

Enumerates the directory entries under path; returns a hash of dir names to file type

注释

警告

此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担。