Text in Großschrift oder Kleinschrift
ID | 239 |
---|---|
Link Reference | Not set |
Link Credits | Not set |
Link Technical Documentation | Not set |
PlCodelang | PHP |
PlGroup | Strings |
PlItemTitle | Text in Großschrift oder Kleinschrift |
Code | //http://us2.php.net/manual/de/function.strtoupper.php $myString = "my lovely Mr Singing Club"; echo strtoupper($myString); // MY LOVELY MR SINGING CLUB //http://php.net/manual/de/function.strtolower.php echo strtolower($myString); |
Result Example |