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

ucfirstletter_callback()

Parameters

ColumnTypeDefaultDescription
$matches

Location

include/language_functions.php lines 318 to 320

Definition

 
function ucfirstletter_callback($matches){
    return 
ucfirst($matches[0]);
}

This article was last updated 26th April 2024 21:35 Europe/London time based on the source file dated 17th April 2024 14:35 Europe/London time.