irwan

Convert string to uppercase / capitals

Nov 15th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $str = "I know social site similar DAngerOUS Babylon, haha..";
  3. $str = strtoupper($str);
  4. echo $str;
  5. ?>
  6.  
Advertisement
Add Comment
Please, Sign In to add comment