Query: strtoupper
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRTOUPPER(3) 1 STRTOUPPER(3) strtoupper - Make a string uppercaseSYNOPSISstring strtoupper (string $string)DESCRIPTIONReturns $string with all alphabetic characters converted to uppercase. Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (a) will not be converted.PARAMETERSo $string - The input string.RETURN VALUESReturns the uppercased string.EXAMPLESExample #1 strtoupper(3) example <?php $str = "Mary Had A Little Lamb and She LOVED It So"; $str = strtoupper($str); echo $str; // Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO ?>NOTESNote This function is binary-safe.SEE ALSOstrtolower(3), ucfirst(3), ucwords(3), mb_strtoupper(3). PHP Documentation Group STRTOUPPER(3)
Related Man Pages |
---|
ucwords(3) - php |
ctype_upper(3) - php |
preg_quote(3) - php |
strlen(3) - php |
substr_compare(3) - php |
Similar Topics in the Unix Linux Community |
---|
Hacked.... .htaccess |
Some New Thread Title Changes |
PHP Write Man Pages to MySQL DB |
New Man Page Repository Code |
Denial Of Service Attack Update |