without spaces
function char_count($text) { foreach (explode(" ", $text) as $text) $out .= $text; return strlen($text); }
string char_count -> int
Rating: 0 / 5 (0 votes) 5233 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment