fork download
  1. <?php
  2.  
  3.  
  4. $test = 'лалка азаза';
  5. $test = ucfirst($test);
  6.  
  7. echo $test;
  8.  
  9. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
лалка азаза