File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
mimeTypeInfo
— Get file details by path or extension
Name | Description |
---|---|
$dirFile | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirFile = '/home/user/public_html/twist';
//Call the function mimeTypeInfo with the example vars
Twist::File() -> mimeTypeInfo($dirFile);