How to Get File Extension in PHP - Code Snippet

How to perform 'Get File Extension' in PHP.

example.php
// Task: Get File Extension
// Language: PHP

function get_file_extension() {
    // Implementation for Get File Extension
    $ result = ...; // Initialize variable
    // TODO: Implement core logic here
    // Step 1: Prepare data
    // Step 2: Process Get File Extension
    echo("Done");
}
AdSense Slot