Skip to content

Instantly share code, notes, and snippets.

@5iDS
Created July 5, 2013 11:01
Show Gist options
  • Save 5iDS/5933800 to your computer and use it in GitHub Desktop.
Save 5iDS/5933800 to your computer and use it in GitHub Desktop.
<?php
function check_Str_len($string) {
echo stripslashes($string).'<br />';
echo strlen( stripslashes($string) ).'<br />';
}
check_Str_len('843175010');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment