184671/strlen-function-giving-the-wrong-length-unicode-characters
I want to get the length of this unicode characters string.
$text = 'نام سلطان م'; $length = strlen($text); echo $length;
Output:
20
How do I determine the length of the Unicode characters string?
Hello @kartik, This is fairly simple: if (!$data = ...READ MORE
Hello @kartik, 8388608 bytes is 8M, the default ...READ MORE
The two buttons on my functioncalling.php page ...READ MORE
Hii @kartik, The $_REQUEST variable is used to read the ...READ MORE
Hello @kartik, The @ symbol is the error control operator ("silence" or "shut-up" ...READ MORE
Hii @kartik, Working with different servers with various ...READ MORE
Tru something like this: plugins { id ...READ MORE
Of Course, it is possible to create ...READ MORE
Try this, I took it out from ...READ MORE
Try using AWS SDK for PHP, Link ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.