Function Commandr_fs->_is_dir

Definitions

sources/commandr_fs.php

  • Is it a directory?.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$dir ?array Null N/A N/A Path to check (null: current dir is used)

Return

  • Directory?
  • Type: boolean
  • Set: N/A
  • Range: N/A