Collections functions
General functions
Render functions
Theme permission functions
User functions
Resource functions

delete_exif_tmpfile()

Description

Delete Exif temp file

Parameters

ColumnTypeDefaultDescription
$tmpfile string Exif temp file to be deleted

Location

include/resource_functions.php lines 4721 to 4724

Definition

 
function delete_exif_tmpfile($tmpfile)
    {
    if(
file_exists($tmpfile)){unlink ($tmpfile);}
    }

This article was last updated 11th December 2023 05:35 Europe/London time based on the source file dated 8th December 2023 13:55 Europe/London time.