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

set_maxNumberOfFiles()

Parameters

This function accepts no parameters.

Location

include/config_functions.php lines 1830 to 1833

Definition

 
function set_maxNumberOfFiles()
    {
    return 
is_int_loose($GLOBALS['upload_max_number_files']??"")?$GLOBALS['upload_max_number_files']:'null';
    }

This article was last updated 17th January 2024 11:05 Europe/London time based on the source file dated 2nd January 2024 18:00 Europe/London time.