File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
name
— Get the filename, trim off any path information that is not required.
Name | Description |
---|---|
$strFile | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFile = 'foo';
//Call the function name with the example vars
Twist::File() -> name($strFile);