PHP strtoupper
PHP strtoupper Summary: in this tutorial, you’ll learn how to use the PHP strtoupper() function to convert all alphabetic characters of a string to uppercase. Introduction to the PHP strtoupper() function The strtoupper() function accepts a string and returns a new string with all alphabetic characters converted to uppercase. The following shows the syntax of…
Read more