Skip to content

Instantly share code, notes, and snippets.

@MaheKarim
Created September 23, 2019 20:31
Show Gist options
  • Save MaheKarim/42280fa2e91abeddb96f6a7320927956 to your computer and use it in GitHub Desktop.
Save MaheKarim/42280fa2e91abeddb96f6a7320927956 to your computer and use it in GitHub Desktop.
<?php
$myString = "Howday, Mahe";
$newLine = "\n";
$length = strlen($myString);
echo $length;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment