Skip to content

Instantly share code, notes, and snippets.

@masikhsanms
Last active January 6, 2019 05:23
Show Gist options
  • Save masikhsanms/b9a11aaa3e5c19f148f6c54cd6a5d870 to your computer and use it in GitHub Desktop.
Save masikhsanms/b9a11aaa3e5c19f148f6c54cd6a5d870 to your computer and use it in GitHub Desktop.
<?php
$kalimat = "test";
$kalimat_new = strtoupper($kalimat);
echo $kalimat_new;
// TEST
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment