Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
strtoupper.php : strtoupper « String « PHP
PHP
String
strtoupper
strtoupper.php
<?php $msg =
"text."
; echo strtoupper($msg); ?>
Related examples in the same category
1.
Changing case of strings
2.
Converting Case
3.
string strtoupper ( string str ) returns that string entirely in uppercase characters.
4.
strtoupper(): Convert a string to uppercase
5.
Modifying capitalize( ) to take a reference parameter
6.
Using the word case functions