Skip to content

Instantly share code, notes, and snippets.

@masikhsanms
Created January 6, 2019 05:25
Show Gist options
  • Save masikhsanms/85e338717031abd570960d529d69d0b6 to your computer and use it in GitHub Desktop.
Save masikhsanms/85e338717031abd570960d529d69d0b6 to your computer and use it in GitHub Desktop.
<?php
$kalimat = "test php";
$kalimat_new = ucwords($kalimat);
echo $kalimat_new;
// Test Php
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment