PHP code example of lewiscowles / file-extension-utils

1. Go to this page and download the library: Download lewiscowles/file-extension-utils library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

lewiscowles / file-extension-utils example snippets


fixExtensionIfNeeded (string $originalExtension, string $filename) : string

getExtensionFromFilename (string $filename) : string

hasNoExtension (string $filename) : bool

isExtensionTooShort (string $extension) : bool

isDualPartExtension (string $extension) : bool

isDotFile (string $filename) : bool