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

get_max_resource_ref()

Parameters

This function accepts no parameters.

Location

include/resource_functions.php lines 3850 to 3854

Definition

 
function get_max_resource_ref()
    {
    
# Returns the highest resource reference in use.
    
return ps_value("SELECT MAX(ref) value FROM resource",[],0);
    }

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