svn_fs_is_dir

(PECL svn >= 0.2.0)

svn_fs_is_dirReturn true if the path points to a directory, false otherwise

Descrição

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

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

Return true if the path points to a directory, 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