Function Commandr_fs->_get_filename
Definitions
sources/commandr_fs.php
- Return filename from a path.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $filename | string | No | No | required parameter | N/A | N/A | Path |
Returns
- Filename
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Return filename from a path.
*
* @param string $filename Path
* @return string Filename
*/
protected function _get_filename(string $filename) : string
* Return filename from a path.
*
* @param string $filename Path
* @return string Filename
*/
protected function _get_filename(string $filename) : string

