File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
mimeTypes
— Get all mime type information or mime type for a selected type i.e document, spreadsheet, archive
Name | Description |
---|---|
[$strType = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strType = null;
//Call the function mimeTypes with the example vars
Twist::File() -> mimeTypes($strType);