Function Commandr_fs->_is_file
Definitions
sources/commandr_fs.php
- Is it a file?.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $dir | array | No | No | required parameter | N/A | N/A | Path (with filename) to use |
Returns
- Directory?
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Is it a file?.
*
* @param array $dir Path (with filename) to use
* @return boolean Directory?
*/
public function _is_file(array $dir) : bool
* Is it a file?.
*
* @param array $dir Path (with filename) to use
* @return boolean Directory?
*/
public function _is_file(array $dir) : bool

