Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strtoupper
strtoupper
Convert string to uppercase
Name:
strtoupper
Category:
String
Programming Language:
php
One-line Description:
Convert strings to capital letters.
Related
PHP7 Core Development Principles Explained: From Basics to Advanced PHP Kernel Mechanisms
1
What should be noted when using session_get_cookie_params and session_set_cookie_params together?
6
How does the imagetruecolortopalette function reduce the memory usage of images?
7
Differences Between Using Comma and Dot for String Concatenation in PHP
7
Similar Functions
sha1_file
sha1_file
Calculatethesha1hash
crypt
crypt
One-waystringhash
strpbrk
strpbrk
Findanyoneofasetofch
strripos
strripos
Calculatethelastoccu
vfprintf
vfprintf
Writeformattedstring
strrpos
strrpos
Calculatethelastoccu
printf
printf
Outputformattedstrin
wordwrap
wordwrap
Breakstringtoaspecif
Popular Articles