Collections functions
General functions
Node 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 3876 to 3880

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 26th February 2024 09:05 Europe/London time based on the source file dated 23rd February 2024 17:30 Europe/London time.