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 4710 to 4713

Definition

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

This article was last updated 19th March 2024 05:35 Europe/London time based on the source file dated 11th March 2024 14:25 Europe/London time.