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 |
---|
stripslashes(3) - php |
mb_strtolower(3) - php |
addcslashes(3) - php |
db2_escape_string(3) - php |
stream_filter_register(3) - php |
Similar Topics in the Unix Linux Community |
---|
Convert case on specified position of flat file |
Hacked.... .htaccess |
Some New Thread Title Changes |
PHP Write Man Pages to MySQL DB |
New Man Page Repository Code |