Collections functions
General functions
Node 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 4781 to 4784

Definition

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

This article was last updated 5th May 2024 10:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.