Skip to content

Instantly share code, notes, and snippets.

@masikhsanms
Created January 6, 2019 05:24
Show Gist options
  • Save masikhsanms/311cc433ebd7b16f95c6eda3316df7e0 to your computer and use it in GitHub Desktop.
Save masikhsanms/311cc433ebd7b16f95c6eda3316df7e0 to your computer and use it in GitHub Desktop.
<?php
$kalimat = "tEst";
$kalimat_new = ucfirst($kalimat);
echo $kalimat_new;
// TEst
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment