Help for this page

Select Code to Download


  1. or download this
    substr($s, 0, 1, uc(substr($s, 0, 1)));
    
  2. or download this
    substr($s, 0, 1) = uc(substr($s, 0, 1));