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 4779 to 4782

Definition

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

This article was last updated 27th April 2024 09:35 Europe/London time based on the source file dated 26th April 2024 11:50 Europe/London time.