whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Filesystem
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Filesystem/is_directory.php
<?php declare(strict_types=1); namespace Psl\Filesystem; use function is_dir; /** * Check whether $node exists and is a directory. * * @param non-empty-string $node Path, absolute or relative to the current working directory. * If it is a link, it will be resolved and checked. */ function is_directory(string $node): bool { return is_dir($node); }
Copyright ©2021 || Defacer Indonesia