Table of Contents
The strtoupper() function is used to converts a string to uppercase. All other special characters or numeric characters in the string remains unchanged. This function is binary-safe.
Syntax
string – This parameter is required. It converts all characters of a string to uppercase.